项目作者: keswani-Rohitkumar

项目描述 :
Neural Machine Translation using seq-to-seq encoder decoder architecture
高级语言: Jupyter Notebook
项目地址: git://github.com/keswani-Rohitkumar/Neural_Machine_Translation.git


Neural_Machine_Translation

Neural Machine Translation using seq-to-seq encoder decoder architecture
The seq-to-seq model is widely used in machine translation system such as Google’s Neural Machine Translation system (GNMT).

In this project I used Vietnamese Language as the Source sentence and translating it to English language which is the target language.

I achieved a BLEU score of 4.76 without attention and BLEU score of 15.40 with attention.