-
There's an issue open at https://github.com/numenta/nupic/issues/1946 and I have no time for it. I think it makes sense to put all the audio stuff in this repo now. What do you all think?
-
hi,
I'd be interested in performance benchmark of the 3 implementations: java, py, c++? Specifically java against the two, as I'm aware of c++-py speeds.
I think a simple hotgym dataset (long versi…
-
Hey @solovyevk! We like your videos on HTM visualization. Are you aware that Numenta has open-sourced all our HTM algorithms?
https://github.com/numenta/nupic/wiki
I just want to make sure you're aw…
-
```
EsEsE
======================================================================
ERROR: testPhases (__main__.NetworkSugarTest)
---------------------------------------------------------------------…
-
Hi everyone,
thanks for the great work on htm.core! I am doing some research on leveraging HTM for anomaly detection and I am wondering wether I should use htm.core or nupic. Is there any compariso…
-
there's example on playing (predicting?) MIDI in NuPIC;
(only working for OSX)
merge it here
-
I am attempting to build a manylinux1 wheel from the [nupic.core](https://github.com/numenta/nupic.core) project per [PEP-513](https://www.python.org/dev/peps/pep-0513/), which defines the manylinux1 …
-
Hi, I am new to NuPIC. I feel nupic_studio is a faster way to use and understand the concepts. I install nupic_studio following the instructions in the wiki and was following the simulation section in…
-
hi,
when I use `pyCAPNP` along with `cProfile` module, I get the error. (alone both work fine)
```
File "enc_speed.py", line 28, in
from nupic.encoders.scalar import ScalarEncoder
File "nu…
-
Some compatibility issues are rising because nupic.studio handles a older version of nupic and newer nupic versions change/remove sometimes their fields which raises errors. Future plans include hand…