breznak
breznak
- [ ] which label to use for "parameter optimization"? "optimization" is taken by "CPU performance optimizations", NuPIC used "swarming" which is more specific than necessary, but already used in...
I think the `develop` mode is broken, as it links to `build/Release/distr/src` while the changes should be "live" on source files. Intention of 'develop' py install is that you can...
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...