Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 251 Bytes

seq2seq_chatbot

a chatbot which is implemented via seq2seq model.

how to train

  1. run 'data.py' to produce some files we needed.
  2. run 'train.py' to train the model.
  3. run 'test_model.py' to predict.

requirements

  • python3.5
  • tensorflow1.3