Recurrent Neural Network (RNN) — A neural network with memory — it processes sequences by passing information from one step to the next. Before transformers, RNNs were the standard for language tasks. LSTM and GRU are improved variants that solve the vanishing gradient problem. Largely replaced by transformers but still used for time-series data.
Part of the XLUXX AI Encyclopedia — the most comprehensive AI reference on the web.

Leave a Reply