Question: I am trying to build a seq2seq chatbot in Tensorflow and python, on a mac. I need some guidance as to how to feed the
I am trying to build a seq2seq chatbot in Tensorflow and python, on a mac. I need some guidance as to how to feed the neural net, a conversation log text file, and make it reply using the fed data. I have tried examples using Cornell's movie dataset, but how can I implement this using a text file of my own conversations? So far, my text file looks like :
Message 1
Reply 1
Message 2
Reply 2
and so on. Any help on how to feed these lines to seq2seq model and get it working ?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
