Getting all the better … is it this one? https://github.com/chhenning/nupic.core1
This one is old and should be deleted soon. Please use GitHub - chhenning/nupic: Community Fork of Numenta's Platform for Intelligent Computing (NuPIC)
Here is the structure that I have created in conjuction with @David_Keeney and @heilerm.
- nupic.core – static cpp lib
- nupic.core_test – nupic.core unit tests using gtest
- nupic.python.algorithms – pybind11 module
- nupic.python.engine – pybind11 module
- nupic.python.math – pybind11 module
- nupic.python27.algorithms – pybind11 module
- nupic.python27.engine – pybind11 module
- nupic.python27.math – pybind11 module
- nupic.python_test – cpp app to test python modules
- python3 - nupic python 3 port
- yaml-cpp - static cpp yaml lib
I also provide all necessary binaries to build the system. This obviously only works for Windows.
There are some more serialization methods like writeToString for some of the algorithms. Matrices can also be saved and loaded from file. But it’s all rather crude. I’m open to suggestions like boost::serialization (saving to zipped archive for instance) or cap’n proto, or cereal, etc. But I think we need to talk about what we actually trying to achieve?