Chatbot based on seq2seq model
About
Neural network architecture used for Google's Neural Machine Translation http://smerity.com/articles/2016/google_nmt_arch.html
Dependencies
Python2.7
tensorflow r0.8
numpy
How to use
Dataset
https://github.com/rustch3n/dgk_lost_conv
Train
set FLAGS.decode to False in file train.py
$ python train.py
Test
set FLAFS.decode to True in file train.py
$ python train.py