.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/base.rst
docs/PyRCN/cluster.rst
docs/PyRCN/echo_state_network.rst
docs/PyRCN/extreme_learning_machine.rst
docs/PyRCN/linear_model.rst
docs/PyRCN/postprocessing.rst
docs/PyRCN/preprocessing.rst
docs/PyRCN/util.rst
docs/PyRCN/base/InputToNode.rst
docs/PyRCN/base/NodeToNode.rst
docs/PyRCN/cluster/KCluster.rst
docs/PyRCN/echo_state_network/ESN.rst
docs/PyRCN/echo_state_network/FeedbackESN.rst
docs/PyRCN/extreme_learning_machine/ELM.rst
docs/PyRCN/linear_model/IncrementalRegression.rst
docs/PyRCN/postprocessing/NormalDistribution.rst
docs/PyRCN/preprocessing/Coates.rst
docs/PyRCN/util/util.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/bip.py
examples/compare_datasets.py
examples/digits-kmeans.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/experiments.py
examples/f0_extraction.ipynb
examples/gci_detection.py
examples/input-to-node.py
examples/mackey-glass-t17.ipynb
examples/mackey-glass-t17.py
examples/mnist-elm.py
examples/mnist_esn.ipynb
examples/multipitch_tracking.ipynb
examples/musical_note_prediction.ipynb
examples/musical_note_prediction.py
examples/onset_detection.ipynb
examples/plots.py
examples/preprocessing-mnist.py
examples/setup_local.ipynb
examples/spoken_digit_recognition.ipynb
examples/stock-price-prediction.ipynb
examples/stock-price-prediction.py
examples/test-modules.py
examples/whitening.py
pyrcn/__init__.py
pyrcn/base.py
pyrcn/cluster/__init__.py
pyrcn/cluster/_kcluster.py
pyrcn/echo_state_network/__init__.py
pyrcn/echo_state_network/_esn.py
pyrcn/echo_state_network/_esn_fb.py
pyrcn/echo_state_network/tests/__init__.py
pyrcn/echo_state_network/tests/test_esn.py
pyrcn/echo_state_network/tests/test_esn_fb.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/_incremental_regression.py
pyrcn/linear_model/tests/__init__.py
pyrcn/linear_model/tests/test_incremental_regression.py
pyrcn/postprocessing/__init__.py
pyrcn/postprocessing/_normal_distribution.py
pyrcn/preprocessing/__init__.py
pyrcn/preprocessing/_coates.py
pyrcn/preprocessing/tests/test_coates.py
pyrcn/tests/__init__.py
pyrcn/tests/test_base.py
pyrcn/util/__init__.py
pyrcn/util/_util.py
pyrcn/util/tests/.gitignore
pyrcn/util/tests/test_util.py