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

Update pom.xml to add systemPath for libs/algorithmfoundry-shade-culled-1.3.jar and resolve #555.

**DESCRIPTION** Maven build of htm.java fails saying 'algorithmfoundry:algorithmfoundry-shade-culled:jar:1.3' is missing. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.705 s [INFO] Finished at: 2021-10-22T21:44:52+09:00 [INFO] ------------------------------------------------------------------------ [ERROR]...

Agent based language [Astra](http://astralanguage.com/wordpress/quick-guides/) is on top of java and mix of Belief/Desire/Intention (BDI) agents and belief determinations using HTM may be an interesting hybrid programming approach.

https://github.com/processing/processing has yet another means of building applications and with its sensor libraries may be a sand-box for practical application of HTM? Processing library structures per [guide](https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library#non-processing-libraries).

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

Hi, @cogmission, in **htm.java-0.6.13-alpha**, duplicate classes with the same fully-qualified name _**com.fasterxml.jackson.core.json.JsonWriteContext**_ are included in two different libraries, i.e., **com.fasterxml.jackson.core:jackson-core:2.5.3** and **com.fasterxml.jackson.core:jackson-core:2.4.4**. According to _"first declaration wins"_ class loading strategy,...

I cloned the git repository with git clone https://github.com/numenta/htm.java.git Then, when running gradle -Pskipbench check, I have two failed tests : ``` org.numenta.nupic.BitHistoryTest > testPFormatArray FAILED org.junit.ComparisonFailure at BitHistoryTest.java:22 org.numenta.nupic.monitor.mixin.MonitoredTemporalMemoryTest...

Fixes #132 **Work In Progress**... (i.e. Merge not yet requested) - [x] Create new Parameters for application to KNNClassifier construction - [x] Create new Constants class to begin getting rid...

Based on discussion in thread https://discourse.numenta.org/t/performance-optimization-of-htm-java/2652 i made optimization of get/set value/slice methods in htm.java.

Fixes #543 #542 Enabling the Network API to create multi step inferences and fixing a bug in multiencoder that prevented one from using coordinate encoder