readme.txt
来自「一个人工神经网络的程序。 文档等说明参见http://aureservoir.」· 文本 代码 · 共 41 行
TXT
41 行
:::_aureservoir_::: python examplesThe main python examples are located in this directory.As the aureservoir python syntax is the same as in C++one can use these examples analogous in C++.Following files are included ATM:- slow_sine.py: slow sine genration task with standard and bandpass ESN- narma10.py: a 10th order NARMA system identification task with additional squared state updates- singleneuron_sinosc.py: with a delay&sum readout it's possible to train a sine osc with just one neuron- multiple_sines.py: trains an ESN to be a generator for a sum of 10 sines or a product of 5 sines- sparse_nonlin_system_identification.py: sparse nonlinear system identification with long-term dependencies of 2 example systemsAdditionally some utility files are included:- errorcalc.py: mean square error calculation utilities- filtering.py: tools to calculate filter parameters- filteresn.py: helper class for Filter and Bandpass ESN2008,Georg Holzmann
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?