Recurrent Neural Network
A Model that dominated NLP before transformer
Last updated
A Model that dominated NLP before transformer
Last updated
For the record, RNN is not a transformer. However, since it helps us understand the intuition behind transformer and attention, we included it here.