Language & LLMs
What Is a Recurrent Neural Network?
A recurrent neural network (RNN) is a type of neural network designed for sequential data, processing one element at a time while maintaining a hidden state. This state carries information from earlier steps, letting the network model dependencies over time. RNNs were widely used for language tasks before transformers.
Further reading
Read more about recurrent neural network — articles and blogs from around the web: