A Python implementation of Echo State Network (Reservoir Computers).
The specification of the network mainly follows Lu et al (2017), while the leakage rate is fixed to be zero. See Mitsui et al (2021) for an example of its utilization.
This project is inspired by Clemens Korndörfer's code.