Small and tight HTM implementation?

I am wondering if anyone has a small and tight implementation of HTM?

Currently I am finishing my own dHTM in c++ implementation (d for dirty) and I am surprised at how small and lightweight I can keep it while still maintaining functionality (compared to nupic.core for example).

So I would be interested to look at some other small and lightweight implementations out of curiosity, I looked at bbHTM but did not like the use of multiple arrays, even if it was a pretty impressive way of doing things as a whole.

3 Likes

HTM.js is pretty lightweight (designed for running demos in the browser without crashing it).

1 Like

Thanks! Will check it out

Very nice @Paul_Lamb. had a quick glance and so far nothing looked unattractive. Will review it in full tomorrow and play around with it.

1 Like