Tradução pendente. Esta definição ainda não foi traduzida para o português brasileiro. Ler a versão em inglês.

Recurrent Neural Network

A neural network that processes sequences one step at a time, passing a hidden state from each step to the next. RNNs were the standard tool for language and time-series tasks before transformers, and variants such as LSTM and GRU helped with the vanishing-gradient problem. Most new sequence models today are transformer-based, but RNNs still appear in low-latency settings.

Definição editorial da DecipherU. Para definições técnicas autorizadas, consulte NIST AI RMF, ISO/IEC 42001, ou as publicações oficiais dos laboratórios de IA.