LGDATA-ANMLJun 24, 2017

Reservoir Computing on the Hypersphere

arXiv:1706.07896v11 citations
Originality Incremental advance
AI Analysis

This work addresses sequence learning and time series prediction for researchers in machine learning, offering a novel approach with potential applications in symmetric cryptography, though it appears incremental as it modifies an existing framework.

The authors tackled the sequence learning problem in Reservoir Computing by removing the nonlinear activation function and using an orthogonal reservoir on normalized states, resulting in a memory capacity that exceeds the reservoir dimensionality, surpassing the typical Echo State Networks approach.

Reservoir Computing (RC) refers to a Recurrent Neural Networks (RNNs) framework, frequently used for sequence learning and time series prediction. The RC system consists of a random fixed-weight RNN (the input-hidden reservoir layer) and a classifier (the hidden-output readout layer). Here we focus on the sequence learning problem, and we explore a different approach to RC. More specifically, we remove the non-linear neural activation function, and we consider an orthogonal reservoir acting on normalized states on the unit hypersphere. Surprisingly, our numerical results show that the system's memory capacity exceeds the dimensionality of the reservoir, which is the upper bound for the typical RC approach based on Echo State Networks (ESNs). We also show how the proposed system can be applied to symmetric cryptography problems, and we include a numerical implementation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes