CynthiaKoopman / Echo-State-Networks

Implementation of Echo State Networks, a special kind of Recurrent Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchoStateNetworks - Reservoir Computing

Implementation of Echo State Networks, a variant of Recurrent Neural Networks.

This rep includes:

  • Simple ESN on sawtooth data
  • Simple parameter search for simple ESN

Echo state networks work with a large reservoir instead of multiple layers in RNN. Echo state networks have shown to perform faster and easier to compute then most RNN variants, such as LSTMs, whilst resulting in better performance.

About

Implementation of Echo State Networks, a special kind of Recurrent Neural Networks


Languages

Language:Jupyter Notebook 100.0%