AI Hub
All terms

Recurrent Neural Network

A network with memory, processing sequences one step at a time.

An RNN maintains a hidden state that carries information from one step of a sequence to the next, making it natural for text, speech, and time series. RNNs dominated sequence modeling before the Transformer, but struggle with long-range dependencies.

Related papers