Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 664 Bytes

ChatBot

License: MIT

ChatBot using Recurrent Neural networks and Cornell Corpus dataset (TensorFlow)

Only added the python file. You can download the dataset online.

Dataset : http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html

Overlook of Chatbot - Weight's need to be trained.

As for the Epoch it has been set it to 70. Change according to the system to train it. Takes days to train with 70 on i3 computer.

Library Used are :

Numpy : 1.10.4

TensorFlow : 1.4.0

REST API can be used later to create better environment.