NLP networks RNN, LSTM, Transformer

All sequential data can be processed

Task Types

One to one, such as translation
One to many, such as music generation
Many to one, such as sentiment analysis

Recurrent Neural Network (RNN)

Long Short-Term Memory Network (LSTM)

Transformer