Demo: C++ implementation of Numenta’s HTM Cortical Learning Algorithm

This is a demo of my C implementation of Numenta’s Hierarchical Temporal Memory (HTM) Cortical Learning Algorithm (CLA). The algorithm implementation is based on OpenHTM. Showing the AAAX test example, and how boosting is used to separate the patterns representing the letters A and X so that the correct contextual information can be learned. This implementation of CLA has been open-sourced on GitHub, here:
Back to Top