Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 758 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 758 Bytes

Deep Learning Nanodegree - Language Translation

Trained a sequence to sequence model on a dataset of English and French sentences so that it can translate new sentences from English to French.

  • Built a Recurrent Neural Network using Python and Tensorflow.
  • Reached 93% accuracy on the validation set.

Installation

Clone the Github repository and use condo to install the dependencies

$ git clone https://github.com/TokyoIndex/dlnd_language_translation.git
$ cd dlnd_language_translation
$ conda install conda
$ jupyter notebook

Dependencies

  • Python 3
  • TensorFlow 1.0
  • Numpy

License

The contents of this repository are covered under the MIT License.