From this hands-on tutorial on RNN, you will learn
- The basics of training deep learning models in PyTorch.
- Using TorchText to process text data.
- Using RNN and bi-LSTM models to classify movie sentiments.
Adapted from https://github.com/bentrevett/pytorch-sentiment-analysis