htm.java icon indicating copy to clipboard operation
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).

Results 51 htm.java issues
Sort by recently updated
recently updated
newest added

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

help wanted
encoder
development
P3

https://github.com/numenta/nupic/pull/2628 https://github.com/numenta/nupic/issues/2627

help wanted
algorithms
cleanup
development

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

documentation
performance
platform

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

enhancement
api
P3

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.

enhancement
help wanted
cleanup
development
P3

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.

enhancement
help wanted
cleanup
development
P3

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.

enhancement
help wanted
cleanup
development
P3

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

enhancement
in progress
development
P3

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