HSOM icon indicating copy to clipboard operation
HSOM copied to clipboard

More complex examples/demos?

Open runvnc opened this issue 5 years ago • 3 comments

This looks like it could be very powerful, but the examples given are trivial, which is great for showing how to use it, but begs the question, can it actually be effective in more involved applications?

runvnc avatar Dec 20 '19 02:12 runvnc

It's been successful at every scale that's been tested, although each time the inputs were generated arbitrarily. I'll look into some real-world data sets and put together a concrete example.

CarsonScott avatar Dec 20 '19 06:12 CarsonScott

Awesome. I appreciate it.

On Thu, Dec 19, 2019, 10:22 PM Carson Scott [email protected] wrote:

It's been successful at every scale that's been tested, although each time the inputs were generated arbitrarily. I'll look into some real-world data sets and put together a concrete example.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CarsonScott/HSOM/issues/1?email_source=notifications&email_token=AACU5HEH74U45QSBB5ISISDQZRQB5A5CNFSM4J5V26VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHMAMTY#issuecomment-567805519, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACU5HHQJCZUCMXRVXTDRIDQZRQB5ANCNFSM4J5V26VA .

runvnc avatar Dec 20 '19 06:12 runvnc

Released a work-in-progress (not much more than pseudocode/examples) of HSOM uses, but slow to use huge databases to setup synapses, should have option to export synapses to disc (to reuse synapses). If compatible licenses, can use Python functions from C/C++ (see ClassCns.cxx), but for lots of applications (such as https://github.com/SwuduSusuwu/SubStack/tree/trunk/cxx/ClassCns.cxx-based VirusAnalysis.cxx and ConversationCns.cxx) the clients do not have enough resources to load the databases (yet alone setup the synapses,) but have enough resources to import synapses to use this. Can you backup synapses to SQLite, csv, or some other storages for future uses? https://github.com/CarsonScott/HSOM/blob/master/DOCUMENTATION.md has a instructions to load from json but not to backup synapses to json

LICENSE file not found ( https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository ): Does HSOM allow inclusion from projects with Apache 2 licenses?

SwuduSusuwu avatar May 13 '24 17:05 SwuduSusuwu