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-learn
compatible API, egfit-predict
interface - ⚡️ Fast! (Thanks to numba ✨)
pip install echoes
See Documentation and example notebooks.
Any bugs, suggestions, problems? Just open an issue!
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