Recurrent Neural Networks

Long Short-Term Memory

An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla RNNs through additional cells, input and output gates. Intuitively, vanishing gradients are solved through additional additive components, and forget gate activations, that allow the gradients to flow through the network without vanishing as quickly.

(Image Source here)

(Introduced by Hochreiter and Schmidhuber)

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 28 3.88%
Decoder 27 3.74%
Sentence 24 3.33%
Sentiment Analysis 23 3.19%
Time Series Forecasting 21 2.91%
Management 17 2.36%
Speech Recognition 13 1.80%
Classification 13 1.80%
Decision Making 13 1.80%

Categories