Learn R Programming

echos (version 1.0.3)

run_reservoir: Run reservoir

Description

Run reservoir creates the internal states for the ESN.

Value

states train Numeric matrix with the internal states.

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).