ReservoirComputing.jl
ReservoirComputing.jl copied to clipboard
Building an autoencoder using ReservoirComputing
I am trying to implement something akin to this paper Unsupervised EEG feature extraction based on echo state network using ReservoirComputing.
I have to chain the networks and also train them to output the input data and I am struggling in how I would do it.