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 29 4.06%
Decoder 25 3.50%
Sentence 22 3.08%
Time Series Forecasting 21 2.94%
Sentiment Analysis 21 2.94%
Management 17 2.38%
Classification 14 1.96%
Speech Recognition 13 1.82%
Decision Making 13 1.82%

Categories