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

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

encoder
research

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

enhancement
newbie
SP
TM
community
tests
platform

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

enhancement
platform

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

optimization

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.

bug
newbie
tests

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

enhancement
question
build

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

SP
optimization

This is a place to re-start discussions about a C# interface to htm.core.

enhancement
community

- [ ] 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