-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
The original formulation for the ESN also involves a feedback connection matrix
for teacher training which is currently not available in ReservoirComputing.jl. Adding this involves adding the feedback matrix Wfb, but also maybe adding a dispatch on train and ESN-family models. It could be like
function train!(rc, (train_data, teacher_data), target_data, ps, st,
train_method = StandardRidge(0.0);where train_data are the u s and teacher_data the y s.