Skip to content
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

Closed
ctrl-z-9000-times opened this issue Nov 10, 2018 · 6 comments
Closed

Enhancement: TM accept external predictive input #88

ctrl-z-9000-times opened this issue Nov 10, 2018 · 6 comments
Assignees
Labels
enhancement New feature or request TM

Comments

@ctrl-z-9000-times
Copy link
Collaborator

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

@ctrl-z-9000-times ctrl-z-9000-times mentioned this issue Nov 10, 2018
5 tasks
@breznak
Copy link
Member

breznak commented Nov 10, 2018

@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?

@breznak breznak added enhancement New feature or request TM labels Nov 10, 2018
@ctrl-z-9000-times
Copy link
Collaborator Author

That sounds good @breznak, though I probably won't start work on this until I've wrapped up SP-topology enhancements (#86), so it may be a while until I get around to this...

@ctrl-z-9000-times
Copy link
Collaborator Author

I would use this feature in the following ways:

  • vertical connections between cortical layers. Cortical layers 2/3 project to layer 4's distal dendrites.
  • Horizontal connections between distant areas of the cortex.
  • Efferent motor commands use this.

@breznak
Copy link
Member

breznak commented Dec 19, 2018

😍 I'm very much into this.

vertical connections between cortical layers. Cortical layers 2/3 project to layer 4's distal dendrites

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.

Horizontal connections between distant areas of the cortex.

Interesting, so something like hubs & connectomes? Would #156 use this implementation?

@ctrl-z-9000-times
Copy link
Collaborator Author

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.

@ctrl-z-9000-times
Copy link
Collaborator Author

Implemented in PR #180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TM
Projects
None yet
Development

No branches or pull requests

2 participants