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.
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