Skip to content

Neural Machine Translation (NMT) from Spanish to English. Architecture is Seq2Seq + Multiplicative Attention + Character-level conditional English (target) language model.

Notifications You must be signed in to change notification settings

srinadhu/Neural-Machine-Translation

Repository files navigation

Neural-Machine-Translation

Neural Machine Translation (NMT) from Spanish (source) to English (target). The architecture is Seq2Seq + Multiplicative Attention + Character-level conditional English (target) language model. Both the Encoder and Decoder word embeddings are calculated by respective character-level convolutional models. A separate character-level conditional English (target) language model is jointly-trained along with encoder-decoder, which during test-time replaces only 'unk' (unknown) word generations with it's own generated words. The whole architecture achieves a BLEU score of 36.56

About

Neural Machine Translation (NMT) from Spanish to English. Architecture is Seq2Seq + Multiplicative Attention + Character-level conditional English (target) language model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages