-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: TM accept external predictive input #88
Comments
@ctrl-z-9000-times do you want to work on this feature, can I assign it to you? It would be best if the implementation could be just an optional addition to the current TM impl, which I believe should be possible? |
I would use this feature in the following ways:
|
😍 I'm very much into this.
I'd like to re-introduce the "topDownCompute" feature, which is a feed-back connection to HTM. It would allow us to get rid of *Classifier (which is imho an artificial concept), and offer more informed & natural way of re-constructing things (SDRs, inputs) ...I'll create an Issue for this.
Interesting, so something like hubs & connectomes? Would #156 use this implementation? |
This feature allows the TM to be used as a tool for experimenting with minicolumns. I dont envision #156 using this, since i have some rather different ideas about Apical dendrites. |
Implemented in PR #180 |
The temporal memory should accept predictive inputs (onto distal basal dendrites) from an external source.
There is a python example of this at: https://github.com/numenta/htmresearch/blob/master/htmresearch/algorithms/apical_tiebreak_temporal_memory.py
The text was updated successfully, but these errors were encountered: