paper-with-me

홈 › Papers

Comparison of echo state network output layer classification methods on noisy data

2017-03-13 · Ashley Prater

Echo state networks are a recently developed type of recurrent neural network where the internal layer is fixed with random weights, and only the output layer is trained on specific data. Echo state networks are increasingly being used to process spatiotemporal data in real-world settings, including speech recognition, event detection, and robot control. A strength of echo state networks is the simple method used to train the output layer - typically a collection of linear readout weights found using a least squares approach. Although straightforward to train and having a low computational cost to use, this method may not yield acceptable accuracy performance on noisy data. This study compares the performance of three echo state network output layer methods to perform classification on noisy data: using trained linear weights, using sparse trained linear weights, and using trained low-rank approximations of reservoir states. The methods are investigated experimentally on both synthetic and natural datasets. The experiments suggest that using regularized least squares to train linear output weights is superior on data with low noise, but using the low-rank approximations may significantly improve accuracy on datasets contaminated with higher noise levels.

📄 PDF Abstract BibTeX arXiv:1703.04496

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionGeneral Classificationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Classification via Tensor Decompositions of Echo State Networks

2017-08-23 · Ashley Prater

This work introduces a tensor-based method to perform supervised classification on spatiotemporal data processed in an echo state network. Typically when performing supervised classification tasks on data processed in an…

ClassificationGeneral Classification

Genesis of Basic and Multi-Layer Echo State Network Recurrent Autoencoders for Efficient Data Representations

2018-04-24 · Naima Chouikhi, Boudour Ammar, Adel M. ALIMI

It is a widely accepted fact that data representations intervene noticeably in machine learning tools. The more they are well defined the better the performance results are. Feature extraction-based methods such as autoe…

ClassificationGeneral Classification

Introducing Echo Networks for Computational Neuroevolution

2026-04-09 · Christian Kroos, Fabian Küch arxiv

For applications on the extreme edge, minimal networks of only a few dozen artificial neurons for event detection and classification in discrete time signals would be highly desirable. Feed-forward networks, RNNs, and CN…

Binary Classification

Hypergraph Echo State Network

2023-10-16 · Justin Lien

A hypergraph as a generalization of graphs records higher-order interactions among nodes, yields a more flexible network model, and allows non-linear features for a group of nodes. In this article, we propose a hypergrap…

Binary Classification

Deep-ESN: A Multiple Projection-encoding Hierarchical Reservoir Computing Framework

2017-11-13 · Qianli Ma, Lifeng Shen, Garrison W. Cottrell

As an efficient recurrent neural network (RNN) model, reservoir computing (RC) models, such as Echo State Networks, have attracted widespread attention in the last decade. However, while they have had great success with …

Time SeriesTime Series Analysis