@article{Rotman_Wolf_2021, title={Shuffling Recurrent Neural Networks}, volume={35}, url={https://ojs.aaai.org/index.php/AAAI/article/view/17136}, DOI={10.1609/aaai.v35i11.17136}, abstractNote={We propose a novel recurrent neural network model, where the hidden state hₜ is obtained by permuting the vector elements of the previous hidden state hₜ₋₁ and adding the output of a learned function β(xₜ) of the input xₜ at time t. In our model, the prediction is given by a second learned function, which is applied to the hidden state s(hₜ). 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. We share our implementation at https://github.com/rotmanmi/SRNN.}, number={11}, journal={Proceedings of the AAAI Conference on Artificial Intelligence}, author={Rotman, Michael and Wolf, Lior}, year={2021}, month={May}, pages={9428-9435} }