SkillAgentSearch skills...

Bbhtm

bare bone Hierarchial Temporal Memory

Install / Use

/learn @vsraptor/Bbhtm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Documentation : check docs directory OR igrok.site

bbhtm

bare bone Hierarchial Temporal Memory (bbHTM)

What is this ?

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.

How to install ?

# 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

How to test ?

#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()
Documentation : check docs directory OR igrok.site

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1y ago
Forks6

Languages

Python

Security Score

65/100

Audited on Apr 17, 2024

No findings