Skip to content

Instantly share code, notes, and snippets.

View BoltzmannBrain's full-sized avatar

Alexander Lavin BoltzmannBrain

View GitHub Profile
@BoltzmannBrain
BoltzmannBrain / QuickTest.py
Last active July 22, 2016 00:34 — forked from cogmission/QuickTest.py
Example Use of Raw HTM Algorithms
'''
Created on Feb 8, 2015
@author: David Ray
'''
import numpy as np
from nupic.encoders.scalar import ScalarEncoder as ScalarEncoder
from nupic.algorithms.CLAClassifier import CLAClassifier as CLAClassifier