nupic-legacy
nupic-legacy copied to clipboard
Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
*extra/nyctaxi/nycTaxi.csv* leads to error as correct path is *extra/nycTaxi/nycTaxi.csv*
vagrant error: Stderr: VBoxManage: error: Storage controller named 'SATA Controller' already exists
The nupic/coreos-vagrant virtual box is getting errors: David-Laxers-MacBook-Pro:coreos-vagrant davidlaxer$ vagrant box update ==> core-01: Checking for updates to 'coreos-alpha' core-01: Latest installed version: 735.0.0 core-01: Version constraints: >= 308.0.1 core-01:...
It would be nice if you could specify multiple fields to make predictions for. This will require a change to the CLAModel to support multiple classifier regions. It currently supports...
will the python3 version be available in the future
Bumps [psutil](https://github.com/giampaolo/psutil) from 1.0.1 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...
Created a virtual environment with python 2.7. Having the following error. ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5'
There is nan value in multistepBucketLikelihoods, when I use my own dataset, and set _NUM_RECORDS as 6000. The error is listed as below. ``` multistepBucketLikelihoods = {1: {499: 1.0}, 5:...
Following the steps shown in the following link https://discourse.numenta.org/t/installing-nupic-on-ubuntu-12/2159 I have installed nupic. However, when i try to run the hot_gym example run.py with python run.py i the following error....
Created a virtual environment with python 2.7. Having the following error. ``` ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5' ``` The workaround was to force install...
I get the following error message when attempting to install nupic library: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-64z_waut/unittest2/setup.py", line 12, in from unittest2 import...