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.