Caesar AI Atlas

Echo State Network (Сеть эхо-состояний)

Caesar AI Atlas Definition

Echo state network — это рекуррентная нейронная сеть с фиксированным случайно связанным reservoir и обучаемыми выходными весами. Она используется для изучения временных закономерностей, поскольку ее нелинейная внутренняя динамика может преобразовывать последовательные входы при сравнительно простом обучении.

Other Definitions

Echo State Network (Сеть эхо-состояний) Source

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 weights that are modified during training are for the synapses that connect the hidden neurons to output neurons. Thus, the error function is quadratic with respect to the parameter vector and can be differentiated easily

Related Terms