yiHahoi / nupic.vision

Tools for using Numenta/nupic on visual problems like image recognition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nupic.vision

This tool kit is intended to help people who are interested in using Numenta's nupic on vision related problems.

There are several examples of how this tool kit can be used in the nupic.vision directory. The simplest is demo.py which can be run by typing this:

python demo.py

Other examples include:

train_and_test.py

parameter_search.py

sp_capacity.py

Dependencies

  • pip
  • python 2.7
  • pip install nupic numpy Pillow

export PYTHONPATH=$PYTHONPATH:$PWD

About

Tools for using Numenta/nupic on visual problems like image recognition.

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:TeX 2.1%Language:Makefile 0.1%