htm.core icon indicating copy to clipboard operation
htm.core copied to clipboard

Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python

Results 113 htm.core issues
Sort by recently updated
recently updated
newest added

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

on_hold
feature

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

NetworkAPI
triage

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

in_progress
encoder
Python Binding

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

tooling

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

encoder
research
example

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

ready
in_progress

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

code
serializable

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

bug
dependencies
example
REST