Lecture 1
Lecture 2
Lecture 3
Lecture 4
Lecture 5
Lecture 6
Lecture 7
Lecture 8
Lecture 9
Lecture 10
Lecture 11
Lecture 12
Course Logistics
Schedule
Online Learning Details
GitHub repo
Lecture 5
L05 : Recurrent Neural Networks and Transformers: Sequence to Sequence Learning, RNNs and LSTMs
Lecture note part I
Lecture note part II
RNN example in Pytorch
RNN function implementation in Pytorch
LSTM example in Pytorch
Lecture Goals
Know when prediction tasks can have sequential dependencies
The RNN architecture and unfolding
Know how LSTMs work
Applications of ‘sequential to sequential’ models