In this notebook, you will build a deep neural network that functions as part of an end-to-end machine translation pipeline. Your completed pipeline will accept English text as input and return the French translation.
This project requires GPU acceleration to run efficiently. Please refer to the Udacity instructions for setting up a GPU instance for this project, and refer to the project instructions in the classroom for setup. link for AIND students
This project is within a Jupyter Notebook. To start the notebook, run the command jupyter notebook machine_translation.ipynb
in this directory.
Follow the instructions within the notebook.
When you are ready to submit your project, do the following steps:
helper.py
machine_translation.ipynb
machine_translation.html
- You can export the notebook by navigating to File -> Download as -> HTML (.html).