d361: PyTorch Tutorial, Translation with a Sequence to Sequence Network and Attention

PyTorch Tutorial (jupyter notebook), Translation with a Sequence to Sequence Network and Attention. In this project you will be teaching a neural network to translate from French to English: https://github.com/spro/practical-pytorch/blob/master/seq2seq-translation/seq2seq-translation.ipynb

PyTorch Tutorial

Recommended Reading

http://pytorch.org/ For installation instructions

Sequence to Sequence networks:

Tutorials on Classifying Names with a Character-Level RNN and Generating Names with a Character-Level RNN helpful as those concepts are very similar to the Encoder and Decoder models, respectively.

by: Sean Robertson (https://github.com/spro/)