Questions tagged [nupic]

Numenta Platform for Intelligent Computing: Open Source Software platform based on the principles of the neocortex, as identified by Jeff Hawkins.

NuPIC is the open-source core of Numenta's Grok platform. Unlike other "neural net" and ML approaches, NuPIC is based firmly on the detailed principles of the neocortex. The result is that NuPIC may not yet have all the features of other approaches, but it has the potential to truly emulate the performance of the brain.

You can become involved in the growing NuPIC community by visiting Numenta.org. Commercial use of NuPIC will require getting in touch with Grok (formerly Numenta). Grok are currently developing a shrink-wrapped anomaly-detection and monitoring service for AWS, based on NuPIC.

34 questions
0
votes
3 answers

Nupic Installation Ubuntu 13.04

I am having a heck of a time installing NUPIC on ubuntu-13.04-desktop-amd64.iso [within Exsi 5.1]. I've followed the instructions on https://github.com/numenta/nupic/wiki/Install-Nupic-on-ubuntu-13.04. The install fails at: pip install -r…
Neilg
  • 1
0
votes
1 answer

Nupic : RegionTest fails, pynode cannot be found

I built nupic as per the instructions in the wiki. However, when I run testeverything, the RegionTest fails with a message that pynode cannot be found since neither nta_rootdir nor pythonpath are set. echo $pythonpath and echo $nta_rootdir gives the…
0
votes
2 answers

Trouble setting up the SimpleVector encoder

Using the commits from breznak for the encoders (I wasn't able to figure out "git checkout ..." with GitHub, so I just carefully copied over the three files - base.py, multi.py, and multi_test.py). I ran multi_test.py without any problems. Then I…
tmacrina
  • 1
  • 3
0
votes
2 answers

Exposing application's codebase to the vagrant instance

I'm trying to run an application using vagrant. I have a directory where the codebase of app is placed and the .vagrant dir that is created there after its initializing. It looks so: [app_codebase_root]/.vagrant/machines/default/virtualbox There is…
srgg6701
  • 1,878
  • 6
  • 23
  • 37
1 2
3