numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 278 forks source link

Encoders in C++ #62

Open breznak opened 10 years ago

breznak commented 10 years ago

In order for nupic.core to be stand-alone we'll need to reimplement most of encoders from nupic/python to c++.

My motivation for this are large-scale experiments, where python is eating huge amounts of memory.

For starters I suggest base.py and scalar encoder

Related to https://github.com/numenta/nupic.core/issues/7.


utensil commented 10 years ago

:+1:

rhyolight commented 10 years ago

Related to work defined in the extraction plan. We need to have a discussion on nupic-hackers about which encoders should be translated.

breznak commented 9 years ago

base, RDSE/Scalar & Date seem to be the important for starters.

rhyolight commented 8 years ago

I don't really consider this an optimization...