breznak

Results 215 issues of 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...

question
python

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

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

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