Introducing nupic.torch

We recently made https://github.com/numenta/nupic.torch public. It is python3 compatible and does not require nupic at all. Please enjoy! See the examples for details about usage. Thanks @lscheinkman and @subutai. This is an example of an Application of HTM in today’s ML frameworks.

6 Likes

Oh !! This is great. Thank you Matt.

Hello!
I have installed nupic.torch from github. But when I want to run example model with python3.6 from http://nupic.docs.numenta.org/1.0.5/quick-start/algorithms.html#encoding-data.
I get errors:
File “/var/union-classifier/encoder.py”, line 3, in
from nupic.encoders.scalar import ScalarEncoder
ModuleNotFoundError: No module named ‘nupic’
What I do wrong?

Sergey, you are running the wrong tutorial. If you want to run nupic.torch, you do not need to install NuPIC. Just follow the readme in the nupic.torch repo.