Neural Machine Translation

Framework: PyTorch

Repository contaning my implementation of the three important papers in machine translation task:

  1. “Sequence to Sequence Learning with Neural Networks” paper by Sutskever et. al (2014)
  2. “Neural Machine Translation by Jointly Learning to Align and Translate” paper by Bahdanau et. al (2014)
  3. “Attention Is All You Need paper” by Vaswani et. al (2017)

Reference:

  1. https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
  2. https://pytorch.org/tutorials/beginner/translation_transformer.html

GitHub

View Github