Tutorials ========= We have prepared a collection of Jupyter (IPython) notebooks that show how to use the package. You can view them online or download Python scripts: https://github.com/PlasmaControl/PyRCN/tree/main/examples The notebook `PyRCN_Intro `_ or its corresponding `Python script `_ show how to construct different RCNs with building blocks. .. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/PlasmaControl/PyRCN/main?filepath=examples%2FPyRCN_Intro.ipynb The notebook `Impulse responses `_ is an interactive tool to demonstrate the impact of different hyper-parameters on the impulse responses of an ESN. .. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/PlasmaControl/PyRCN/main?filepath=examples%2Fesn_impulse_responses.ipynb The Jupyter notebook `digits `_ or its corresponding `Python script `_ show how to set up an ESN for a small hand-written digit recognition experiment. .. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/PlasmaControl/PyRCN/main?filepath=examples%2Fdigits.ipynb Fore more advanced examples, please have a look at our `Automatic Music Transcription Repository `_, in which we provide an entire feature extraction, training and test pipeline for multipitch tracking and for note onset detection using PyRCN. This is currently transferred to this repository.