Skip to content

Numenta Platform for Intelligent Computing PyTorch libraries

License

Notifications You must be signed in to change notification settings

mvacaporale/nupic.torch

 
 

Repository files navigation

Numenta Platform for Intelligent Computing PyTorch libraries

The Numenta Platform for Intelligent Computing (NuPIC) is a machine intelligence platform that implements the HTM learning algorithms. For more information, see numenta.org or HTM Forum.

This library integrates selected neuroscience principles from HTM into the pytorch deep learning platform.

Installation

To install from local source code:

python setup.py develop

Test

To run all tests:

python setup.py test

Examples

We've created a few jupyter notebooks demonstrating how to use nupic.torch with standard datasets. You can find these notebooks in the examples/ directory or if you prefer you can open them in colab and start experimenting.

Having problems?

For any installation issues, please search our forums (post questions there). You can report bugs at https://github.com/numenta/nupic.torch/issues.

About

Numenta Platform for Intelligent Computing PyTorch libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%