Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 472 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 472 Bytes

An implementation of the Hierarchical Temporal Memory (HTM) system: a self-supervised, non-probabilistic, non-gradient-based prediction algorithm inspired by the neocortex in the brain.

Description of the approach: https://r-gould.github.io/2023/08/03/understanding-htm.html

Work in progress:

  • Vectorize spatial pooling and temporal memory algorithm?
  • Extend to include output layer, voting across columns
  • Performance analysis (currently limited by compute)