htm.core
htm.core copied to clipboard
Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
from htm.bindings.algorithms import SpatialPooler from htm.bindings.algorithms import TemporalMemory these two class both have a similar method named loadFromFile(...) and saveToFile(...) , and these two methods has a parameter named args0:...
This first push is a first cut for a work-in-progress. This is a Classifier that uses Bit Overlap to map SDR's back to categories. - Only one sample per value...
Please confirm if RDSE encoder in single-threaded, if yes would you be open to making it multithreaded. I am encoding a lot of floating-point numbers through it and find it...
when I try the rest api, then ClassifierRegion learn with TM.activeCells and infer with TM.activeCells, the result is alway the same. I read the examples `hello_tm.py`, tm predict next value...
This is not complete... ..But I have to admit I don't know what I am doing. I am not proficient at Python to do the right thing here. @breznak can...
Might be useful for our ARM jobs (esp. since the new apple M1); not sure if our ARM Dockerfile is buggy or if this helps: https://github.com/marketplace/actions/run-on-architecture
From https://github.com/htm-community/htm.core/pull/603#issuecomment-520743858 Would be nice to try some real-world validation of the encoder. @crimsoncress is working on classification in the vision domain (using the MNIST examples), you could do similar...
TM initial and connected synaptic weights were mistakenly (by our changes in the past) initialized too far away. The intention was/is to init close to the edge of "connected". -...
- fixed type for possible integer underflow in SP - default seed is "random" (0). Also in Python. - use directly fixed seed where needed in tests for deterministic results....
PR https://github.com/htm-community/htm.core/pull/783 changed only internals of SP (local inhibition) but we started getting a segfault in `RESTapiTest.example` unit-test in Debug mode. It manifests only in Debug and seems because the...