paper-with-me

Papers

Learning Input and Recurrent Weight Matrices in Echo State Networks

2013-11-13 · Hamid Palangi, Li Deng, Rabab K. Ward

Echo State Networks (ESNs) are a special type of the temporally deep network model, the Recurrent Neural Network (RNN), where the recurrent matrix is carefully designed and both the recurrent and input matrices are fixed. An ESN uses the linearity of the activation function of the output units to simplify the learning of the output matrix. In this paper, we devise a special technique that take advantage of this linearity in the output units of an ESN, to learn the input and recurrent matrices. This has not been done in earlier ESNs due to their well known difficulty in learning those matrices. Compared to the technique of BackPropagation Through Time (BPTT) in learning general RNNs, our proposed method exploits linearity of activation function in the output units to formulate the relationships amongst the various matrices in an RNN. These relationships results in the gradient of the cost function having an analytical form and being more accurate. This would enable us to compute the gradients instead of obtaining them by recursion as in BPTT. Experimental results on phone state classification show that learning one or both the input and recurrent matrices in an ESN yields superior results compared to traditional ESNs that do not learn these matrices, especially when longer time steps are used.

📄 PDF Abstract BibTeX arXiv:1311.2987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Orthogonal Echo State Networks and stochastic evaluations of likelihoods

2016-01-22 · Norbert Michael Mayer, Ying-Hao Yu

We report about probabilistic likelihood estimates that are performed on time series using an echo state network with orthogonal recurrent connectivity. The results from tests using synthetic stochastic input time series…

Time SeriesTime Series Analysis

Scaling up Echo-State Networks with multiple light scattering

2016-09-15 · Jonathan Dong, Sylvain Gigan, Florent Krzakala, Gilles Wainrib

Echo-State Networks and Reservoir Computing have been studied for more than a decade. They provide a simpler yet powerful alternative to Recurrent Neural Networks, every internal weight is fixed and only the last linear …

Time SeriesTime Series Analysis

Input anticipating critical reservoirs show power law forgetting of unexpected input events

2014-04-25 · Norbert Michael Mayer

Usually, reservoir computing shows an exponential memory decay. This paper investigates under which circumstances echo state networks can show a power law forgetting. That means traces of earlier events can be found in t…

Cluster-based Input Weight Initialization for Echo State Networks

2021-03-08 · Peter Steiner, Azarakhsh Jalalvand, Peter Birkholz

Echo State Networks (ESNs) are a special type of recurrent neural networks (RNNs), in which the input and recurrent connections are traditionally generated randomly, and only the output weights are trained. Despite the r…

An Experimental Analysis of the Echo State Network Initialization Using the Particle Swarm Optimization

2015-01-02 · Sebastián Basterrech, Enrique Alba, Václav Snášel

This article introduces a robust hybrid method for solving supervised learning tasks, which uses the Echo State Network (ESN) model and the Particle Swarm Optimization (PSO) algorithm. An ESN is a Recurrent Neural Networ…