seq to seq

NLP(3)——seq to seq   什麼是Seq2Seq網絡? 在Seq2Seq模型中採用了這種 Encoder-Decoder架構,其中 Encoder 是一個RNNCell(RNN ,GRU,LSTM 等) 結構,四層的LSTM結構使得能夠提取足夠多的特徵,使得decode的模型變好 幾種Seq2Seq模式 1.學霸模式     2.普通作弊   image.png 3.學弱作弊 普通作
相關文章
相關標籤/搜索