htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Develop integration with basic encoders #2

Closed david-ragazzi closed 9 years ago

david-ragazzi commented 9 years ago

At moment nustudio is only working with HTM format (arrays of 0's and 1's). It would interesting it also work with basic encoders like scalar and others.

Note that other encoders are derivation of the basic encoders using hierarchy. This is the case of dateEncoder. We won't support these derivated encoders as they can be created using the own hierarchical structure provided by nustudio.

david-ragazzi commented 9 years ago

Solved with: https://github.com/nupic-community/nupic.studio/commit/326477132ee5000473a59e2e77659a41e913d0e5