“`” 参考回答:

Seq2seq属于encoder-decoder结构的一种,利用两个RNN,一个作为encoder一个作为decoder。Encoder负责将输入序列压缩成指定长度的向量,这个向量可以看作这段序列的语义,而decoder负责根据语义向量生成指定的序列。

<pre><code> "“`

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.