https://github.com/bigmb/chatbot
ChatBot using Recuurent Neural networks and Cornell Corpus dataset (TensorFlow)
https://github.com/bigmb/chatbot
chatbot cornell-corpus-dataset rnn-encoder-decoder tensorflow
Last synced: about 1 month ago
JSON representation
ChatBot using Recuurent Neural networks and Cornell Corpus dataset (TensorFlow)
- Host: GitHub
- URL: https://github.com/bigmb/chatbot
- Owner: bigmb
- License: mit
- Created: 2018-02-24T22:30:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T08:25:15.000Z (over 4 years ago)
- Last Synced: 2025-03-24T09:46:47.386Z (about 2 months ago)
- Topics: chatbot, cornell-corpus-dataset, rnn-encoder-decoder, tensorflow
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatBot
[](https://github.com/bigmb/ChatBot/blob/master/LICENSE)
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.