Skip to content

onejgordon/nupic.research

 
 

Repository files navigation

Introduction

This repository contains the code for experimental algorithm work done internally at Numenta. A description of that research is available here.

Open Research

We are dramatically open with our research. We even release our day to day research code into this repository. It contains experimental algorithm code done internally at Numenta. It includes prototypes and experiments with different algorithm implementations.

Please see this blog entry for a discussion on our commitment to Open Science and Open Research.

The NuPIC open source community continues to maintain and improve our more stable older algorithms. See https://discourse.numenta.org for discussions on that codebase - you can also post your research related questions there.

The ideas in this repository are constantly in flux as we tweak and experiment. Hence the following DISCLAIMERS:

What you should understand about this repository

  • the code can change quickly and without warning as experiments are discarded and recreated
  • code will not be production-quality, buggy, or well documented
  • if we do work with external partners, that work will probably NOT be here
  • we might decide at some point to not do our research in the open anymore and instead delete the whole repository

Papers

If you are interested in scripts and code used in published papers, this repository contains reproducible code for selected Numenta papers.

Installation

OK, enough caveats. Here are some installation instructions though mostly you are on your own. (Wait, was that another caveat?)

Install using setup.py like any python project. Since the contents here change often, we highly recommend installing as follows:

python setup.py develop

You can test your installation by running the test script from the repository root:

python setup.py test

Archive

Some of our old research code and experiments are archived in the following repositories:

About

Experimental algorithms. Unsupported.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.8%
  • Jupyter Notebook 22.1%
  • Shell 1.1%