Skip to content

Latest commit

 

History

History
 
 

week04_seq2seq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Materials

Practice

This time we're gonna use a shared practice_and_homework.ipynb for both seminar and homework.

Seminar Open In Colab.

RNN Encoder-Decoder (Vanilla):

vanilla_enc_dec

Attention mechanism:

attention_mechanism

More on RNN

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

More on Transformer

  • Illustrated transformer post