Seq2Seq Machine Translation

less than 1 minute read

Published:

I explore Seq2Seq model in Pytorch to build a neural machine translation system. Currently the system translates from German to English. In this series, I will explore various state-of-the-art NLP architectures to build NMT systems algorithms and hope to focus on English to Hindi translation. I will also attempt to provide simplified mathematical explanations of the models as well as implementation details.

First on this list is Sequence-to-Sequence model using encoder-decoder paradigm. Check the DEMO below.

Please enter short German sentence

Seperate punctuations with a space ( zwei junge weiße männer sind im freien in der nähe vieler büsche . )


Leave a Comment