Vratislav / htm.java

Hierarchical Temporal Memory implementation in Java - a Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numenta Logo

htm.java

  • Build: Build Status
  • Unit Test Coverage: Coverage Status

Community-supported Java port of the Numenta Platform for Intelligent Computing.

Holding area for the development of the Java port of Numenta's online prediction and anomaly detection systems, and implementation of the Cortical Learning Algorithm (CLA)

In The News - see the latest blog!

For a more detailed discussion of htm.java see:

Call to Arms: HTM.java needs you!

Goals

The primary goal of this library development is to provide a Java version of NuPIC that has a 1-to-1 correspondence to all systems, functionality and tests provided by Numenta's open source implementation; while observing the tenets, standards and conventions of Java language best practices and development.

By working closely with Numenta and receiving their enthusiastic support and guidance, it is intended that this library be maintained as a viable Java language alternative to Numenta's C++ and Python offerings. However it must be understood that "official" support is (for the time being) currently limited to community resources such as the maintainers of this library and Numenta Forums / Message Lists and IRC:

An Eclipse IDE .project and .classpath file are provided so that the cloned project can be easily set up inside of Eclipse. For the time being, the Eclipse IDE is the only "pre-made" project configuration.

In addition, there are "launch configurations" for all of the tests and any runnable entities off of the "htm.java" main directory. These may be run directly in Eclipse by right-clicking them and choosing "run".

For Updates Follow

About

Hierarchical Temporal Memory implementation in Java - a Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%