Open
Description
Review of encoders' coverage of sensory modalities #259
Here we look at possibilities of HTM networks:
Tasks:
- prediction
- multi-step ahead prediction:
- TODO: instead of current "for N-steps ahead prediction, look at N-1-th classifier in predictor and feed it TM(time)", instead do N steps of TM(time+1).predict. Then classify the TM(TM(time+N-i+1)).
- multi-step ahead prediction:
- classification: MNIST MNIST example #242
- advanced vision tasks (ie Retina encoder Retina encoder: biological encoder for vision WIP #691 )
- anomaly detection AD, see Numenta Anomaly Benchmark #205
- (sub) sequence classification - important TODO (using CP, etc...)
- multi-sensory integration - ie by Thalamus Port of thalamus code from htmresearch #676
- sensory-motor integration, ie Htmresearch port cleanup #672