Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 478 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 478 Bytes

language-translation

A neural network to translate from one language to another.
In this project, I'll be training a sequence to sequence model on a dataset of English to French sentences that can translate new sentences from English to French.
The dataset used is a small portion of WMT10 French-English corpus.
This project is done as part of the Deep Learning Nanodegree Foundation course of Udacity.