Oblynx / HierarchicalTemporalMemory.jl

A simple, high-level Julia implementation of Numenta HTM algorithms
https://oblynx.github.io/HierarchicalTemporalMemory.jl
MIT License
21 stars 3 forks source link
numenta-htm

Hierarchical Temporal Memory

Dev Build Status Coverage

Julia implementation of core Numenta HTM algorithms. Read the docs.


Hierarchical Temporal Memory is an abstract algorithmic model of the human brain (specifically the neocortex). It's a tool for

The main algorithms of this model, the Spatial Pooler and Temporal (Sequence) Memory, are described in:

This package implements Numenta's Hierarchical Temporal Memory in simple and concise language, relying on linear algebra and staying close to the mathematical description in the source material.

Experiments

Experiments and evaluation of this package lives in the HTMexperiments repo.

Roadmap