Encyclopedia · 176 concepts

Architectures · intermediate · concept 57 of 176

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