English

Shuffling Recurrent Neural Networks

Machine Learning 2020-07-16 v1 Machine Learning

Abstract

We propose a novel recurrent neural network model, where the hidden state hth_t is obtained by permuting the vector elements of the previous hidden state ht1h_{t-1} and adding the output of a learned function b(xt)b(x_t) of the input xtx_t at time tt. In our model, the prediction is given by a second learned function, which is applied to the hidden state s(ht)s(h_t). The method is easy to implement, extremely efficient, and does not suffer from vanishing nor exploding gradients. In an extensive set of experiments, the method shows competitive results, in comparison to the leading literature baselines.

Keywords

Cite

@article{arxiv.2007.07324,
  title  = {Shuffling Recurrent Neural Networks},
  author = {Michael Rotman and Lior Wolf},
  journal= {arXiv preprint arXiv:2007.07324},
  year   = {2020}
}
R2 v1 2026-06-23T17:07:23.544Z