Echo state network

The echo state network (ESN) is a recurrent neural network with a sparsely connected hidden layer (with typically 1% connectivity). The connectivity and weights of hidden neurons are fixed and randomly assigned. The weights of output neurons can be learned so that the network can (re)produce specific temporal patterns.

The main interest of this network is that although its behaviour is non-linear, the only parameters are the weights of the output layer. Thus, the error function is quadratic with respect to the parameter vector and can be differentiated easily to a linear system.

See also

References


This article is issued from Wikipedia - version of the Thursday, June 18, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.