NLP learning - 13 Practice of seq2eq in machine translation (code implementation of bleu index)

introduction    use PyTorch to realize the model of Seq2eq+Attention, and use bleu evaluation index to evaluate the quality of language generation. 1, The principle of Seq2eq+Attention in machine translation and the calculation of attention   in machine translation, the input is language a, the output is language b, langua ...

Added by Delaran on Wed, 22 Dec 2021 08:04:13 +0200