numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
GNU Affero General Public License v3.0
310 stars 160 forks source link

Add SoundEncoder from nupic.research #318

Open DefinitlyEvil opened 9 years ago

DefinitlyEvil commented 9 years ago

Class file: https://github.com/numenta/nupic.research/blob/master/htmresearch/encoders/sound_encoder.py

Although it is under research repo, we can still track its development. Maybe we should put its java class in package name to something like org.numenta.nupic.encoders.expirientmental.

cogmission commented 9 years ago

@DefinitlyEvil Sounds good :+1:

We have a "research package" already, org.numenta.nupic.research --> we should put it in org.numenta.nupic.research.encoders.

Other than that, this is fine. Did you want to take a crack at this?

DefinitlyEvil commented 9 years ago

Well, since this is a poring job, I guess I might wanna give it a shot. xD

DefinitlyEvil commented 9 years ago

Plz look at gitter (htm.java) room.