run_reservoir {echos} | R Documentation |
Run reservoir
Description
Run reservoir creates the internal states for the ESN.
Arguments
input |
Numeric matrix containing the input features |
win |
Numeric matrix. The input weight matrix. |
wres |
Numeric matrix. The reservoir weight matrix. |
alpha |
Numeric value. The leakage rate (smoothing parameter). |
Value
states train Numeric matrix with the internal states.
[Package echos version 1.0.2 Index]