every blog every motto: You can do more than you think. https://blog.csdn.net/weixin_39190382?typeblog
0. 前言
neural machine translation by jointly learning to align and translate阅读与思考
作为transformer的前传,同时,作为在nlp中第…
Neural Machine Translation by Jointly Learning to Align and Translate --这篇论文算是在自然语言处理(NLP)中或是encoder-decoder中第一个使用attention机制的工作,将attention机制用到了神经网络机器翻译(NMT) 。 Abstract 神经机器翻译是最近提出的一种机器翻译的方法。…