nmheim / torsk

An echo state network (ESN) for video prediction
10 stars 5 forks source link

Use recursive linear least squares for online ESN #56

Open jamesavery opened 5 years ago

jamesavery commented 5 years ago

This should reduce the amortized run-time by a factor proportional to L_train.

nmheim commented 5 years ago

Another suggestions by Tomas: If we are tackling an online ESN we could add some kind of forgetting to the created internal states. then we would not take into account irrelevant states from dozens of years ago.