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

179 views Asked by At

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.

1

There are 1 answers

0
TheDataGuy On BEST ANSWER

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