Shuffling Recurrent Neural Networks
Michael Rotman, Lior Wolf

TL;DR
This paper introduces a simple, efficient recurrent neural network model that permutes hidden state elements to improve training stability and achieves competitive results without vanishing or exploding gradients.
Contribution
The paper presents a novel RNN architecture using permutation of hidden states, offering a new approach that is easy to implement and avoids gradient issues.
Findings
Achieves competitive performance on benchmark tasks.
Does not suffer from vanishing or exploding gradients.
Simple and efficient to implement.
Abstract
We propose a novel recurrent neural network model, where the hidden state is obtained by permuting the vector elements of the previous hidden state and adding the output of a learned function of the input at time . In our model, the prediction is given by a second learned function, which is applied to the hidden state . 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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Neural Networks and Applications · Domain Adaptation and Few-Shot Learning
