Concept

Long Short-Term Memory (LSTM) Network

The long short-term memory (LSTM) network is an extension to RNNs, in addressing problems such as the vanishing gradient problem and the inability of RNNs to carry forward critical information.

LSTMs divide the context management problem into two sub-problems:

  • Removing information no longer needed from the context
  • Adding information likely to be needed for later decision making

0

1

Updated 2021-11-21

Tags

Data Science