Documentation : check directory OR igrok.site
bare bone Hierarchial Temporal Memory (bbHTM)
This is description and implementation of Hierarchial Temporal Memory (HTM). HTM is a theory of the neuro-cortex part of the brain tailored toward software implementation.
# apt-get install python-numpy
# apt-get install python-matplotlib
# apt-get install python-scikits-learn
# pip install bitarray
#
# git clone git@github.com:vsraptor/bbhtm.git bbhtm
#cd bbhtm/lib
#ipython --pylab
> sys.path.append('test')
> from data_test import *
> dt = DataTest(data_set='ny')
> dt.new_test(name='5x300', nrows=5, data_size=300)
> dt.first.run(end=1000)
> dt.first.plot_data()