Neural Foundations · 1997
Long Short-Term Memory (LSTM)
Introduced the Long Short-Term Memory recurrent architecture, which uses a memory cell protected by multiplicative gates to preserve error signals over long time lags, addressing the vanishing and exploding gradients that prevented standard recurrent networks from learning long-range dependencies.
Editorial record
Plain-language summary
Each LSTM unit keeps a memory cell whose value is protected by gates that control when new information is written in, retained, or read out, so the cell can hold information across many time steps. Because the cell passes its state forward with near-constant behavior when the gates allow, gradients do not shrink away over long sequences the way they do in plain recurrent networks. This let recurrent networks learn dependencies spanning hundreds of steps and made them effective for sequence tasks such as speech and language modeling.
Knowledge graph
Relationships
Antecedents
Applies toEvidence: Strongly supported
Sequence to Sequence Learning with Neural Networks
Seq2seq built from LSTMs
A-006
ExtendsEvidence: Direct
Bidirectional Recurrent Neural Networks
BiRNN runs LSTMs both directions
A-023
GeneralizesEvidence: Direct
Gated Recurrent Unit (GRU) / RNN Encoder-Decoder
GRU simplifies LSTM
A-024
Descendants
ChallengesEvidence: Direct
Learning Long-Term Dependencies is Difficult (vanishing gradients)
LSTM solves the vanishing-gradient problem
A-022
Source record
Provenance
- Record ID
- A-022
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.