rhierarchicaltemporalhierarchical-temporal-memory

Is there any package for implementing hierarchical temporal memory in R?


I am currently working on a data set in R and want to train a Hierarchical Temporal Memory on the data set, however, I am not able to find any package that supports HTM.


Solution

  • Laura, According to their website, they have libraries in Python, Java, C++ and Clojure. Seems there's none in R yet. For Python there's a simple implementation here here