• This repository has been archived on 01/Sep/2023
  • Stars
    star
    6,329
  • Rank 5,986 (Top 0.2 %)
  • Language
    Python
  • License
    GNU Affero Genera...
  • Created about 11 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

NuPIC Logo NuPIC

As of September 2023 this repository contains code from legacy Hierarchical Temporal Memory (HTM) Numenta projects that have been in maintenance mode for several years.

Numenta Platform for Intelligent Computing

The Numenta Platform for Intelligent Computing (NuPIC) is a machine intelligence platform that implements the HTM learning algorithms. HTM is a detailed computational theory of the neocortex. At the core of HTM are time-based continuous learning algorithms that store and recall spatial and temporal patterns. NuPIC is suited to a variety of problems, particularly anomaly detection and prediction of streaming data sources. For more information, see numenta.org or the NuPIC Forum.

For usage guides, quick starts, and API documentation, see http://nupic.docs.numenta.org/.

This project is in Maintenance Mode

We plan to do minor releases only, and limit changes in NuPIC and NuPIC Core to:

  • Fixing critical bugs.
  • Features needed to support ongoing research.

Installing NuPIC

NuPIC binaries are available for:

  • Linux x86 64bit
  • OS X 10.9
  • OS X 10.10
  • Windows 64bit

Dependencies

The following dependencies are required to install NuPIC on all operating systems.

Additional OS X requirements:

Install

Run the following to install NuPIC:

pip install nupic

Test

# From the root of the repo:
py.test tests/unit

Having problems?

  • You may need to use the --user flag for the commands above to install in a non-system location (depends on your environment). Alternatively, you can execute the pip commands with sudo (not recommended).
  • You may need to add the --use-wheel option if you have an older pip version (wheels are now the default binary package format for pip).

For any other installation issues, please see our search our forums (post questions there). You can report bugs at https://github.com/numenta/nupic/issues.

Live Community Chat: Gitter

Installing NuPIC From Source

To install from local source code, run from the repository root:

pip install .

Use the optional -e argument for a developer install.

If you want to build the dependent nupic.bindings from source, you should build and install from nupic.core prior to installing nupic (since a PyPI release will be installed if nupic.bindings isn't yet installed).

  • Build: Build Status AppVeyor Status CircleCI
  • To cite this codebase: DOI

More Repositories

1

NAB

The Numenta Anomaly Benchmark
Jupyter Notebook
1,854
star
2

htmpapers

Numenta published papers code and data
Jupyter Notebook
312
star
3

htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
Java
309
star
4

nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
C++
272
star
5

nupic.torch

Numenta Platform for Intelligent Computing PyTorch libraries
Python
236
star
6

htmresearch

Experimental algorithms. Unsupported.
Jupyter Notebook
224
star
7

nupic.research

Experimental algorithms. Unsupported.
Jupyter Notebook
95
star
8

htmresearch-core

Numenta's experimental C++ research code. Please see htmresearch for more details.
C++
25
star
9

nupic.tensorflow

Numenta Platform for Intelligent Computing Tensorflow libraries
Python
19
star
10

hypersearch

A particle swarm optimization library created by Numenta for hyperparameter optimization.
Python
18
star
11

nupic.workshop

NuPIC HTM Workshop Instructional Resources
Jupyter Notebook
8
star
12

agamotto

Agamotto is a helper module to make it easier to test a running system with Python.
Python
7
star
13

cortipy

Cortical.io REST API client in Python
Python
7
star
14

pycept

Cept API client in python
Python
7
star
15

oncall-board

Numenta On-Call engineer board
JavaScript
5
star
16

nupic.embodied

Jupyter Notebook
5
star
17

nupic.research.core

C++
4
star
18

htmresearch-old

Old code archived from https://github.com/numenta/htmresearch repository
HTML
1
star
19

gridcodingrange

Measure the coding range of idealized grid cell populations
Jupyter Notebook
1
star