Reservoir computing

A form of Recurrent neural network. Instead training every weight in the network, a reservoir computer uses rich dynamics generated from a neural reservoir that have recurrent connections (e.g., a random graph). Output neurons are connected to the reservoir and only those weights between the output neurons and reservoir are trained.

Tools