PAPER DIGEST
Most Influential ICML 2015 Paper · 2026-03 edition

An Empirical Exploration Of Recurrent Network Architectures

Rafal Jozefowicz; Wojciech Zaremba; Ilya Sutskever

Venue
International Conference on Machine Learning (ICML) 2015
Recognition
Most Influential ICML 2015 Paper (Rank No. 13)
Edition
2026-03
Impact factor
9
Certificate ID
e0dfadacfe58d367

Abstract

The Recurrent Neural Network (RNN) is an extremely powerful sequence model that is often difficult to train. The Long Short-Term Memory (LSTM) is a specific RNN architecture whose design makes it much easier to train. While wildly successful in practice, the LSTM’s architecture appears to be ad-hoc so it is not clear if it is optimal, and the significance of its individual components is unclear. In this work, we aim to determine whether the LSTM architecture is optimal or whether much better architectures exist. We conducted a thorough architecture search where we evaluated over ten thousand different RNN architectures, and identified an architecture that outperforms both the LSTM and the recently-introduced Gated Recurrent Unit (GRU) on some but not all tasks. We found that adding a bias of 1 to the LSTM’s forget gate closes the gap between the LSTM and the GRU.

Download PDF certificate