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
-
Notifications
You must be signed in to change notification settings - Fork 0
srinadhu/Neural-Machine-Translation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published