Oblynx / HierarchicalTemporalMemory.jl

A simple, high-level Julia implementation of Numenta HTM algorithms
https://oblynx.github.io/HierarchicalTemporalMemory.jl
MIT License
21 stars 3 forks source link

TM learning: A_t or A_t-1 ? #19

Closed Oblynx closed 5 years ago

Oblynx commented 5 years ago

Figure out which is the correct cell activity to use for learning, A at t or A at t-1?

Oblynx commented 5 years ago

A_t-1