Hello,
I need to make my own implementation of the HTM, because i need it to be in C, and i need it to be lighter and faster–I think i can do so by using bytes rather than floats, because integer math is faster, and controlling memory allocation for fewer cache misses. Anyway, the implementation details I found are:
HTM Cortical Learning Algorithms. Version 0.2.1. 2011-Sep-1.
Is this document up to date? Or is there something else I should be using?