htm.java
htm.java copied to clipboard
Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
Class file: https://github.com/numenta/nupic.research/blob/master/htmresearch/encoders/sound_encoder.py Although it is under `research` repo, we can still track its development. Maybe we should put its java class in package name to something like `org.numenta.nupic.encoders.expirientmental`.
https://github.com/numenta/nupic/pull/2628 https://github.com/numenta/nupic/issues/2627
hi, I'd be interested in performance benchmark of the 3 implementations: java, py, c++? Specifically java against the two, as I'm aware of c++-py speeds. I think a simple hotgym...
Synapse should be declared as Synapse and getSegment() should return T and all downstream fixes should be made. I believe this can be accomplished to avoid casting to subtypes: DistalDendrite...
Use the current logging library and method present in the ScalarEncoder as a "template" for the introduction of logging. This should include the corresponding unit test as well.
Use the current logging library and method present in the ScalarEncoder as a "template" for the introduction of logging. This should include the corresponding unit test as well.
Use the current logging library and method present in the ScalarEncoder as a "template" for the introduction of logging. This should include the corresponding unit test as well.
Hi @cogmission, looking through the code I see room to make the code more OO by adding an `Encoding` object. This would be the output of an `Encoder` but can...
This class will contain the constants used throughout htm.java . The class will be src/main/java/org/numenta/nupic/util/HTMConstants.java
Since you are using travis for your builds you don't actually need to supply a token - but if you did you should pass it via a mvn command line...