chiennv2000 / Neural-Machine-Translation

Neural Machine Translation using Sequence-to-sequence with Global Attention for English to Vietnamese.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Machine Translation using Sequence-to-sequence with Global Attention for English to Vietnamese.

Datasets

Source : https://nlp.stanford.edu/projects/nmt/

Get code

git clone https://github.com/chiennv2000/Neural-Machine-Translation
cd Neural-Machine-Translation

Train

python run.py --mode=train

Predict

python run.py --mode=predict

Result

Results on TED tst2013: 22.1 (BLEU SCORE)

About

Neural Machine Translation using Sequence-to-sequence with Global Attention for English to Vietnamese.


Languages

Language:Python 100.0%