htm.core
htm.core copied to clipboard
Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
I was attempting to submit a pull request for an error I found in one of the experiments, however when I tried to submit it said the repository was made...
Hello all! I have I clean installation on Linux and had the same situation as #1004. But besides that, after I successfully `import htm` on a Python terminal I'm having...
I'm trying to setup a completely new venv with python3.11, and `HelloSPTPTest` fails right out of the box (Linux). What I did: 1. Created a new venv with python 3.11.5...
I encountered the following error message when building a Docker image. By adding py3-pip, I was able to resolve this issue. My system is a KVM virtual machine running on...
- [x] avoid glibc with `-static` build, as it does not work. https://stackoverflow.com/questions/26304531/compiling-with-static-libgcc-static-libstdc-still-results-in-dynamic-depende - [x] adds deterministic checks for MUSL libc based systems #707 - [x] Also bump gtest to...
Windows 11 Pro x64 based Microsoft (R) C/C++ Optimizing Compiler Version 19.36.32532 for x64 --- ```` building 'htm.dummy' extension "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD...
In the file htm.core/docs/NetworkAPI_Engine.md it says that setParameter is available to use in python, but it is not. Expected behavior:` region.setParameter("name", value)` Actual behavior: `RuntimeError: Attribute setParameter not found`.
I have been looking for a proper way to reset temporal memory for learning a short sequence. The Region docs it is says that "resetIn" is is supposed to be...
I've been struggling to go through the code on here, trying to piece together parts from examples, and I finally got something workable, but I need something to visualize. I...
Dear all, I am using 2 versions of ApicalTiebreakTemporalMemory 1. very old C++ version in htmresearch.core of Numenta (very complicate codes) 2. very new Python version in advanced folder of...