Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation

Posted bob

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation相关的知识,希望对你有一定的参考价值。

1.主要完成的任务是能够将英文转译为法文,使用了一个encoder-decoder模型,在encoder的RNN模型中是将序列转化为一个向量。在decoder中是将向量转化为输出序列,使用encoder-decoder能够加入词语与词语之间的顺序信息。

2.另一个任务是将序列表达为一个向量,利用向量能够清楚的看出那些语义上相近的词聚集在一起。

3.在设计RNN的隐藏层时,在读入或产生序列加入了reset和update门,可以选择丢掉记忆信息和更新记忆信息,得到了更有意义的结果。

以上是关于Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation的主要内容,如果未能解决你的问题,请参考以下文章

represent states with objects

[TypeScript] Represent Non-Primitive Types with TypeScript’s object Type

搜索语义优化1:match_phrase和match的区别

Match Phrase Prefix Query

[ES]搜索match_phrase和wildcard的区别

Elasticsearch Query DSL 整理总结—— Match Phrase Query 和 Match Phrase Prefix Query