Recurrent Neural Network

A Model that dominated NLP before transformer

For the record, RNN is not a transformer. However, since it helps us understand the intuition behind transformer and attention, we included it here.

different types of sequence processing tasks

Last updated