Recurrent neural network

A recurrent neural network (RNN) is a special type of artificial neural network (a computer program) that can remember things it has seen before. RNNs do this by connecting information from the past (called a hidden state) with new information.[1] Because of this, RNNs are good at processing data in a sequence, like understanding language, translating between languages, or predicting what might come next in a sequence.[2]

Recurrent Neural Network Media

References

  1. Zhang, Aston. Dive into Deep Learning (2023)Cambridge University Press. ISBN 9781009389433.
  2. Lipton, Zachary C.; Berkowitz, John; Elkan, Charles (17 October 2015). "Sequence to sequence learning with neural networks". arXiv:1506.00019v4 [cs.LG].