Ro6ertWcislo / AutoESN

MIT License
14 stars 3 forks source link

prediction #15

Open NiCkLh9 opened 2 years ago

NiCkLh9 commented 2 years ago

How to make a free running prediction with groupdeep esn , not one step ahead prediction.

Ro6ertWcislo commented 2 years ago

Hi, you need to feed a single input to the network and then keep feeding the previous result. I added and example here: https://github.com/Ro6ertWcislo/AutoESN/blob/master/src/auto_esn/examples/extrapolation_example.py