Deep Learning Nanodegree Foundation from Udacity
In this project we had to build a Sequence to Sequence model that can translate new sentences from English to French and train it on a dataset of English and French sentences. The project was written in Python (on a Jupyter Notebook) using the libraries numpy and tensorflow, running on an Anaconda environment.
- Recurrent Neural Networks
- Sequence to Sequence models