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

I would like to multiprocess several parallel networks, in particular the location framework, but this fails on pickle errors for networks and regions. I added pickle tests to the Python...

bug
Python Binding
serializable

This will be quite simple and effective method for (full) parallelization of HTM networks running hierarchies (multiple regions). Each region will run in its new thread. PROs: - simple, can...

optimization
code
NetworkAPI

I have briefly tested Alpine build on Docker (alpine:amd64-latest-stable) and - [x] builds fine - [ ] tests fail on determinism checks in `SpatialPoolerTest.ExactOutput` Related #659

bug
code
platform

eye.py is a biological implementation of retina (encoder). WIP For #682

ready
encoder
research

WIP PR, I made some cleanups,improvements to the PR, but broke scaling/logpolar. What I'd like to do is use Retina's `useLogSampling`, but imho that unfortunately - does not do logpolar...

in_progress

from modern C++ features support, reducing dependencies. - [x] enable c++17 in CMake, compile code with it locally - [x] fix additional c++17 nuances - [x] enable in all CI...

enhancement
code

For some experiments, I'd like to setup `encoders/extra/{vision,audio,...}/` with specialized encoders for multiple modalities. There existed special repos as - https://github.com/htm-community/nupic.audio - https://github.com/numenta/nupic.vision But basically these were - Encoder -...

question
community
encoder

See https://github.com/htm-community/htm.core/issues/259#issuecomment-533333336 by @ctrl-z-9000-times For #259 and #678

enhancement
encoder
research

- [ ] htm.research (grids, column pooler, thalamus) by @fcr - [ ] SimHash document encoder for NLP by @brev (TODO move to `encoders.extra.nlp`) - [ ] TODO integrate rest...

documentation

this function does not work well and has the following error like: terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at because the index presynapticCell is bigger than the...

bug