Skip to content

nickcica/dlnd_language_translation

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors