
Quick Start¶
Install NuPIC¶
pip install nupic [--user]
The --user
is in brackets because it is optional. See the
pip reference guide
for details.
The output of this command should end with:
Successfully installed nupic-X.X.X nupic.bindings-X.X.X
where X.X.X
represents the most recent versions shown for each project at:
If your installation was unsuccessful, you can find help on NuPIC Forums and on Github.
Choose Your API¶
You can choose to construct an HTM several ways with NuPIC. Below are Quick Start guides for each interface:
- Online Prediction Framework (OPF)
- Network API
- Network Parameters
- Create a Network
- Add a Sensor Region
- Add a Data Source to the Sensor Region
- Add an Encoder to the Sensor Region
- Add a Spatial Pooler Region
- Add a Temporal Memory Region
- Add a Classifier Region
- Link all Regions
- Set the Predicted Field Index
- Enable Learning and Inference
- Run the Network
- Getting Predictions
- Algorithms API