youtube image
From YouTube: Predicting Sine Waves with NuPIC

Description

This is a good tutorial for complete NuPIC newbies. It walks through setting up sine wave input data from scratch, swarming over the data to generate the best model parameters, and running the resulting model through NuPIC. Continues to show how to programmatically swarm against data and create a model based on the swarm result.

Source code: https://github.com/rhyolight/nupic.examples/blob/master/sine-prediction/sine_experiment.py

UPDATE: The interface for programmatic swarming has changed. Please see https://github.com/numenta/nupic/wiki/Running-Swarms#running-a-swarm-programmatically for updated instructions.