Sequence-to-Sequence
Table of contents
- Introduction to Machine Translation
- Introduction to Sequence to Sequence
- Applications
- Encoder
- Decoder
- Generator
- Attention
- Masking
- Input Feeding
- Teacher Forcing
- Exercise Briefing
- Implement Encoder
- Implement Attention
- Implement Decoder
- Implement Generator
- Integrate Modules
- Implement Trainer
- Implement Data Loaders
- Implement train.py
- Wrap-up