Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1014 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 1014 Bytes

Neural Translation Model

Encoder-Decoder

This project was to build an French-English translator using word embeddings, bi-directional encoder, and decoder with attention in PyTorch.

An conceptual overview of the project is described in this blog post.

A detailed walk through of the code used to build the model can be found in the translation-model.ipynb, Jupyter Notebook. A rendered version of the notebook can be viewed here.

The blog post and notebook are intended to complement each other. The post outlines the reasoning behind the steps taken in the notebook, while the notebook demonstrates how these concepts are implemented in code.