Encyclopedia · 187 concepts

Architectures · intermediate · concept 58 of 187

LSTM (Long Short-Term Memory)

An RNN variant that solves the vanishing gradient problem using gates (forget, input, output) that control information flow. Was the dominant sequence architecture before Transformers.

Key terms

Forget gateInput gateOutput gateCell stateGRU

Videos