Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.81 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.81 KB

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