Skip to content

REDFOX1899/Chatbot

Repository files navigation

Chatbot

  • The Chatbot is implemented using a Seq2Seq model which is made up of 2 Recurrent Neural Networks (RNN’s) namely the Encoder Recurrent Neural Network and the Decoder Recurrent Neural Network.
  • The cell used in the RNN is LSTM (Long Short Term Memory). The Seq2Seq model is given a question in embedded form and its job is to correctly answer the question given as input.
  • It uses the dataset of Cornell Movie Corpus data for training as well as testing where conversations are given in question and answer format. This dataset can be trained using the Seq2Seq model.

Reference: Deep Learning and NLP A-Z, Udemy

About

A Seq2Seq model Chatbot built by training on the Cornell Movie Corpus data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages