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

Rename "temporal memory" to TP #43

Closed breznak closed 10 years ago

breznak commented 10 years ago

I think what this class represents is a TemporalPooler, right? https://github.com/numenta/htm.java/blob/master/src/main/java/org/numenta/nupic/research/TemporalMemory.java

If so, please consider renaming it to that, or TP...but temporal memory is used by the new "TM" code in nupic.research that maps a sequence to a SDR.

cogmission commented 10 years ago

The new TemporalMemory has no pooling. I think you were gone during the "GREAT DEBATE" over names and associated concepts... The TemporalMemory class was meant to more closely exemplify the white paper and remove pooling complexity which conceptually would be deferred to (exist in) layer/hierarchical functionality. afaik.

On Mon, Sep 22, 2014 at 9:43 AM, breznak notifications@github.com wrote:

I think what this class represents is a TemporalPooler, right?

https://github.com/numenta/htm.java/blob/master/src/main/java/org/numenta/nupic/research/TemporalMemory.java

If so, please consider renaming it to that, or TP...but temporal memory is used by the new "TM" code in nupic.research that maps a sequence to a SDR.

— Reply to this email directly or view it on GitHub https://github.com/numenta/htm.java/issues/43.

We find it hard to hear what another is saying because of how loudly "who one is", speaks...

cogmission commented 10 years ago

@breznak This TemporalMemory class is the new Temporal Memory implementation @Chetan51 wrote. It is not the old Temporal Pooler. Just so you know why I closed this.