Seq2Seq Machine Translation
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.
Leave a Comment