Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I'm potentially interested in using a 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 are preferred. If yes, has anyone had any experience with them?

1 Answer

0 votes
by (108k points)

Hierarchical Temporal Memory in java: Hierarchical Temporal Memory implementation in Java. It is an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC). You can refer to the following link for the code: https://github.com/numenta/htm.java

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.

If you are preparing for an Artificial Intelligence job interview, go through this top Artificial Intelligence Interview Questions!

Browse Categories

...