Completed
- Using/Evaluating the Trained Model
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Adding Attention Mechanisms to Language Translation RNNs in PyTorch - Lab 4.8
Automatically move to the next video in the Classroom when playback concludes
- 1 - Bahdanau Paper on Attention/Alingment
- 2 - Implementing a Simple Attention Mechanism
- 3 - Add Attention to the Decoder
- 4 - Inference / Forward Pass with Attention
- 5 - Training Loop
- 6 - Using/Evaluating the Trained Model
- 7 - Visualizing the Attention Matrix
- 8 - Comparing Our Attention Model to Bahdanau's