Skip to content

Latest commit

 

History

History
 
 

week04_seq2seq

Materials

Practice

This time we're gonna use a shared practice_and_homework_pytorch.ipynb for both seminar and homework. (use _tf for tensorflow version)

Seminar Open In Colab.

Lecture-blog, research thinking exercises, related papers and fun:

lecture_preview

More on RNN

  • Distill.pub post on attention and augmentations for RNN - post
  • Seq2seq lecture - video
  • BLEU and CIDEr articles.
  • Image captioning

More on Transformer

  • Illustrated transformer post