Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 493 Bytes

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