.gitignore
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
PyRCN.egg-info/PKG-INFO
PyRCN.egg-info/SOURCES.txt
PyRCN.egg-info/dependency_links.txt
PyRCN.egg-info/requires.txt
PyRCN.egg-info/top_level.txt
docs/Makefile
docs/citation.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/requirements.txt
docs/tutorial.rst
docs/usage.rst
docs/PyRCN/echo_state_network.rst
docs/PyRCN/echo_state_network/BaseEchoStateNetwork.rst
docs/PyRCN/echo_state_network/ESNClassifier.rst
docs/PyRCN/echo_state_network/ESNRegressor.rst
docs/logos/Logo-STKS.jpg
docs/logos/Logo_IDLab_White.png
docs/logos/SMWA_EFRE-ESF_Sachsen_Logokombi_quer_03.jpg
docs/logos/TUD_Logo_HKS41_114.png
docs/logos/logo_UGent_EN_RGB_2400_color-on-white.png
examples/.gitignore
examples/digits-elm.py
examples/digits-last-state.ipynb
examples/digits-last-state.py
examples/digits.ipynb
examples/digits.py
examples/esn_impulse_responses.ipynb
examples/esn_impulse_responses.py
examples/f0_extraction.py
examples/gci_detection.py
examples/mackey-glass-t17.ipynb
examples/mackey-glass-t17.py
examples/mnist-visualize.py
examples/mnist_esn.ipynb
examples/multipitch_tracking.ipynb
examples/musical_note_prediction.ipynb
examples/onset_detection.ipynb
examples/setup_local.ipynb
examples/spoken_digit_recognition.ipynb
examples/spoken_digit_recognition.py
examples/stock-price-prediction.ipynb
examples/stock-price-prediction.py
examples/visualization.py
pyrcn/__init__.py
pyrcn/base.py
pyrcn/activation_functions/__init__.py
pyrcn/echo_state_network/__init__.py
pyrcn/echo_state_network/_esn.py
pyrcn/echo_state_network/_fb_esn.py
pyrcn/echo_state_network/tests/__init__.py
pyrcn/echo_state_network/tests/test_esn.py
pyrcn/echo_state_network/tests/test_fb_esn.py
pyrcn/extreme_learning_machine/__init__.py
pyrcn/extreme_learning_machine/_elm.py
pyrcn/extreme_learning_machine/tests/__init__.py
pyrcn/extreme_learning_machine/tests/test_elm.py
pyrcn/linear_model/__init__.py
pyrcn/linear_model/_fast_incremental_regression.py
pyrcn/linear_model/_incremental_regression.py
pyrcn/linear_model/tests/__init__.py
pyrcn/linear_model/tests/test_incremental_regression.py
pyrcn/preprocessing/__init__.py
pyrcn/preprocessing/_coates.py
pyrcn/preprocessing/tests/test_coates.py
pyrcn/tests/__init__.py
pyrcn/tests/test_base.py