suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

suggestion regards #66

Open karthika-devi opened 6 years ago

karthika-devi commented 6 years ago

ok thank you for your explaination . I gave input as hole movie conversation dataset and I set 1000 epoches whether it is ok or else I want to increase my dataset. I have another one doubt: As per theory rnn with lstm is used for to store the previous word.what is seq2seq functionality and why we use it and whst rnn do with seq2seq

And please suggest me that I want to generate question from data what I have to do using seq2seq