In this notebook, A deep neural network is built that functions as part of an end-to-end machine translation pipeline. Completed pipeline will accept English text as input and return the French translation. This project is done as part of Udacitys NLP nanodegree, thanks Udacity for opportunity to learn NLP!
This project requires GPU acceleration to run efficiently. Support is available to use either of the following two methods for accessing GPU-enabled cloud computing resources.
There are several ways to generate an HTML copy of the notebook:
-
Running the last cell of the notebook will export an HTML copy
-
Navigating to File -> Download as -> HTML (.html) within the notebook
-
Using
nbconvertfrom the command line$ pip install nbconvert $ nbconvert machine_translation.ipynb