solovyevk / htm-cla-visualizer

HTM Cortical Learning Algorithm visualizer in JAVA
Other
12 stars 7 forks source link

htm-visualizer

Visualization of Hierarchical Temporal Memory (HTM) Cortical Learning Algorithms (CLA) in JAVA

Implementation is based on Numenta's CLA white paper: https://www.groksolutions.com/htm-overview/education/HTM_CorticalLearningAlgorithms.pdf

Videos:

1) Introduction: https://www.youtube.com/watch?v=nRgbQhdfL9Q

2) Debugging Temporal Pooler segments formation: https://www.youtube.com/watch?v=9twCUKrAqPo

Build Steps:

1) Download and install Maven: http://maven.apache.org/download.cgi

2) Execute "mvn package" command in the project home directory (where pom.xml file located)