Asking a SP to learn a trend is kinda out of scope, I guess?
Also, if the output of the entire primed is just the input (of the next time step). Wouldn’t it be the same to just pass the input to the motors?
This reminded me of a glaring problem of HTM that have bugged me for a while. How can signal be combined in a meaningful way? Simply concatenating SDRs together then send the result into a SP won’t cut because SP topology stops signals from being merged and learned efficiently. Stacking multiples SPs also doesn’t look like a viable solution due to run-away hebian learning. And there seems no other ways to integrate signals from multiple sources. Deep Learning uses gradients to guide the integration, but HTM’s local learning rules prevents it.
Hmm may you explain how this might work? I don’t see a path to actually implement this (given the issue described above). I think I’m thinking too computer science direction. May you inspire?