Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 593 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 593 Bytes

Neural Machine Translation using Keras

The objective of this project is to convert a German sentence to its English counterpart using a Neural Machine Translation (NMT) system. We will implement this task by building a simple Sequence-to-Sequence model with the help of Keras.

Check out the blog post on the same here.