Skip to content

Files

Latest commit

51a9a67 · Nov 26, 2018

History

History
This branch is 29 commits behind yandexdataschool/nlp_course:master.

week04_seq2seq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 26, 2018
Nov 22, 2018
Nov 22, 2018
Nov 24, 2018
Nov 22, 2018

Materials

Practice

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

Seminar colab url.

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