seq2seq模型初探
2017-04-10 本文已影响5307人
小聪明李良才
本文是seq2seq模型的第一篇,本文根据论文Sutskever, Vinyals and Le (2014)而来
github地址:https://github.com/zhuanxuhit/nd101/blob/master/1.Intro_to_Deep_Learning/11.How_to_Make_a_Language_Translator/1-seq2seq.ipynb
参考的文章:https://github.com/ematvey/tensorflow-seq2seq-tutorials/blob/master/1-seq2seq.ipynb
import helper
看图:
![](https://img.haomeiwen.com/i1797787/6ea9e17b2ae325d5.png)