calclavia / htm-tensorflow

An implementation of Numenta's HTM algorithm in Tensorflow.
67 stars 20 forks source link

Does it supports unsupervised online learning? #7

Open KimMeen opened 5 years ago

KimMeen commented 5 years ago

Hi,

I took a look of the mnist.py and found that was a type of offline supervised learning by using spacial pooling, so I would like to know if there are some examples/ways to support unsupervised online learning as NuPIC did by using your tensorflow implementation?

Regards, Ming