htm.core
htm.core copied to clipboard
Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
Hi all, I have just tested anomaly detection with sinus waves by using 1. TM with embedded Anomaly Likelihood 2. TM with embedded Anomaly disable + external AnomalyLikelihood class For...
C++ - [ ] needs proper tests ported - [ ] needs bindings for python - [ ] verify the code is actually correct Python - [ ] improve the...
This PR will benefit from boosting cleanup #544 , is part of parallelization effort #214 and will make PR parallel MNIST usable #559 . The concept is to make SP...
In bindings\py\tests\algorithms\temporal_memory_test.py, line 58 I marked this py unit test as skipped. It is giving me an error that comes from Cereal. It is an error I have see before...
I'm thinking about writing bindings for another language and my first step is to understand how Python bindings work. From what I see in bindings/py/cpp_src/ the pybind11 C++ library is...
- [x] implements spatial anomaly, as is currenly used in NAB - use as `SP.anomaly&` - [ ] later find better approach, but not part of this PR - [x]...
As BackTM was removed, #95 #327 , its only advantage was performance on anomaly detection, from test NAB: > [BackTM] Outperforms the regular Temporal Memory on the Numenta Anomaly Benchmark...
Investigate using NAB with htm-community/nupic\ ------ EDIT: breznak During the weekend, I want to try running NAB with our community HTM. - [ ] NAB uses anomaly Likelihood, as stated...
DateTime encoder in `py/htm/encoders/date.py` is a composit of several sub-encoders (ie timeOfDay, dayOfWeek, weeked, ...) - Currently, these fields obtain parameter `bits` which means how many bits would that field...
Follow up to #462 , Date time encoder is only available in python: - [ ] make a c++ version + bindings? Python datetime: - [ ] consider removing "weekend"...