chhenning / nupic

Community Fork of Numenta's Platform for Intelligent Computing (NuPIC)
GNU Affero General Public License v3.0
6 stars 2 forks source link
hierarchical-temporal-memory htm numenta numenta-platform

!!! THIS PROJECT IS WORK IN PROGRESS !!!

nupic

Community Fork of Numenta Platform for Intelligent Computing (NuPIC)

The vast majority of the code is from Numenta's repositories.

Differences to Numenta's nupic implementation

Reducing external dependencies and embracing modern c++ concepts. For instance, all Python C API calls are removed and (pybind11)[] is used to ensure compatibility with python 2.7x and 3.x.

Dependencies

Removals:

Additions

Code changes