Like the package? Don't forget to give it a GitHub ⭐ to help others find and trust it!
- 🤖 Machine learning with Echo State Networks(ESN)
- 🧱 High level API,
scikit-learncompatible API, egfit-predictinterface - ⚡️ Fast! (Thanks to numba ✨)
pip install echoesSee Documentation and example notebooks.
Any bugs, suggestions, problems? Just open an issue!
Here's a selection of scientific publications using this package to investigate a number of scientific topics:
- Memory-augmented hybrid quantum reservoir computing
- Brain Connectivity meets Reservoir Computing
- A Computational Perspective on the No-Strong-Loops Principle in Brain Networks
If you find echoes useful for a publication, then please use the following BibTeX to cite it:
@misc{echoes,
author = {Damicelli, Fabrizio},
title = {echoes: Echo State Networks with Python},
year = {2019},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/fabridamicelli/echoes}},
}
Run tests with
make test