htm.core
htm.core copied to clipboard
Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
In DateTime encoder #462 I noticed a field weekend is encoded as a Category (with scalar encoder). Weekend is a binary field : T/F. We use scalar encoder for categories,...
NuPIC should be deterministic, and should yield precisely the same results across all supported platforms. When changes to the source code cause the output to change in any way, we...
This feature was removed, but as we got rid of all ASM, it might be feasible to turn it on easily again. - [ ] see of 32bit linux can...
I think that `computeActivity` could be made faster with better book-keeping. For reference: ``` void Connections::computeActivity( vector &numActiveConnectedSynapsesForSegment, vector &numActivePotentialSynapsesForSegment, const vector &activePresynapticCells, Permanence connectedPermanence) const { for (CellIdx cell...
There are Unit tests that have been skipped in order to complete the big pybind11 PR. We now need to go back and fix them.
@dkeeney I've recently been toying with our conda python install. Turns out I could be able to get most of the deps through conda (eigen, cereal, pybind11,..) But our CMake...
CC CUDA SP #50, SP faster LocalInho #86 , #92 From https://github.com/htm-community/nupic.cpp/pull/119#pullrequestreview-178811874 : I'm evaluation the performance impact of ND vs 1D, where algorithmically the 1D is really simpler. -...
This is a place to re-start discussions about a C# interface to htm.core.
- [ ] 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...