-
@rhyolight @surge- a private repo with some data + basic model for EEG Kaggle competition. I do not know who is the owner? But I'd like to publish it here, as the competition is over, and we didn't ha…
-
[I removed all the useless words. ]
This should be what we working on around, https://github.com/numenta/nupic.vision .
Extra suggestion: adding dependency for JavaCV to faster the processing speed.…
-
Class file:
https://github.com/numenta/nupic.research/blob/master/htmresearch/encoders/sound_encoder.py
Although it is under `research` repo, we can still track its development.
Maybe we should put…
-
Just asking if there is a quick start guide to have the Python3 NUPIC version up and running?
Thanks
-
so it can be conveniently used along nupic.
It should be possible to install with:
`python setup.py install`
which will install content of `nupic/audio/` and make it accessible from anywhere with:…
-
After seeing your explanation about anomalies, I want to try it for myself. So I cloned your code and started run_all.sh in run_anomaly. I got this runtime error, which I cannot explain. I checked the…
-
I am installing the library on a Jetson Nano with Python 3.6.5, PyTorch 1.9.0 and torch vision 0.10.0. Unfortunately when I run the command `pip install -e .` I get the following error
> Collectin…
-
Hi,
we're trying to use your code in our MNIST test, this is a great idea for a repo, btw! Thanks for doing that.
... and the compilation fails with errors in mnist_reader_less.hpp:
> In fil…
-
... along with the anomaly scores, predictions, ...
- for nupic.vision
Use-case:
- [ ] plot (input) image data
- [ ] along with anomaly score (other time-series data)
- [ ] could even position the…
-
1. I build the whole nupic.cpp library
```
cmake ...
make -j8 install
```
(any sequential code modifications and re-compilation trigger only rebuild for the changed files).
2. but when I de…