To deal with sequential data, the most commonly used architecture is recurrent neural network (RNN).
Table of Contents:
- Motivation
- Implementation
- Modern RNN Models
Some contents of this lab are adapted from Dive into Deep Learning and Official PyTorch Tutorials.