Recurrent Neural Networks and Long Short-Term Memory Networks: Tutorial and Survey
Machine Learning
2023-04-25 v1 Computation and Language
Neural and Evolutionary Computing
Sound
Audio and Speech Processing
Abstract
This is a tutorial paper on Recurrent Neural Network (RNN), Long Short-Term Memory Network (LSTM), and their variants. We start with a dynamical system and backpropagation through time for RNN. Then, we discuss the problems of gradient vanishing and explosion in long-term dependencies. We explain close-to-identity weight matrix, long delays, leaky units, and echo state networks for solving this problem. Then, we introduce LSTM gates and cells, history and variants of LSTM, and Gated Recurrent Units (GRU). Finally, we introduce bidirectional RNN, bidirectional LSTM, and the Embeddings from Language Model (ELMo) network, for processing a sequence in both directions.
Cite
@article{arxiv.2304.11461,
title = {Recurrent Neural Networks and Long Short-Term Memory Networks: Tutorial and Survey},
author = {Benyamin Ghojogh and Ali Ghodsi},
journal= {arXiv preprint arXiv:2304.11461},
year = {2023}
}
Comments
To appear as a part of an upcoming textbook on deep learning