JA EN
Glossary › recurrent

GLOSSARY

recurrent

appears in 5 paper titles

Definition

Processing a sequence step by step while carrying a hidden state forward, as in RNNs, LSTMs, and GRUs. The appeal is constant memory regardless of sequence length; the drawback that cost them the field is poor parallelism during training, which is where Transformers won. Recurrence has returned in modern state-space models, which recover linear-time inference while remaining trainable in parallel.

Explainers using this term