htm.core
htm.core copied to clipboard
Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
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...
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...
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
eye.py is a biological implementation of retina (encoder). WIP For #682
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...
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...
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 -...
See https://github.com/htm-community/htm.core/issues/259#issuecomment-533333336 by @ctrl-z-9000-times For #259 and #678
- [ ] htm.research (grids, column pooler, thalamus) by @fcr - [ ] SimHash document encoder for NLP by @brev (TODO move to `encoders.extra.nlp`) - [ ] TODO integrate rest...
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...