Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any open source Hierarchical Temporal Memory libraries? [closed]

I'm potentially interested in using hierarchical temporal memory model to solve a research problem I am working on.

Are there any open source libraries for this? I'm fairly open to languages, although C++, Java or Haskell is preferred. If yes, has anyone had any experience with them?

like image 975
shuttle87 Avatar asked Oct 13 '10 06:10

shuttle87


2 Answers

There's NuPIC (Numenta Platform for Intelligent Computing), which is now completely open-source. You also have NuPIC.Core (which contains the core NuPIC algorithms written in C++), but, at the moment, it is still under construction.

There's also one active implementation I could find on the Wikipedia page for the Memory-prediction framework (which is the J. Hawkins' theoretical framework for the HTM theory): Project Neocortex, which seems completely open source (researcher's page).

like image 135
neural5torm Avatar answered Nov 08 '22 01:11

neural5torm


There is this Java HTM open source project: http://code.google.com/p/htm/

like image 37
Paul Klemstine Avatar answered Nov 07 '22 23:11

Paul Klemstine