Long Short Term Memory
Added a gate to solve the Vanishing Gradient problem, which is a drawback of RNN
The model behaves as if it has short-term memory, as can be inferred from its name. It forgets unnecessary information well.
In data with time series sequences, predict the next, often used in stock prediction.
LSTM Notion
LSTMs