language-translation icon indicating copy to clipboard operation
language-translation copied to clipboard

Neural machine translator for English2German translation.

language-translation

Neural machine translator for English2German translation.

This is my code for Siraj Raval's coding challenge "How to Make a Language Translator - Intro to Deep Learning #11".

You can learn more about it here

More about the project

This project is about translation from English to German language. That is accomplished by using TensorFlow library, more specifically it utilizes embedding with attention sequence-to-sequence model.

Dataset

  • OpenSubtitles (movies subtitles)
  • http://opus.lingfil.uu.se/OpenSubtitles.php
  • for more info take a look at data_utils.py