Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 295 Bytes

File metadata and controls

4 lines (4 loc) · 295 Bytes

Chatbot-using-RNN

This is a chatbot built using the Deep Learning Recurrent Neural Network. I built a simple chatbot using conversations from Cornell University's Movie Dialogue Corpus. The main features of our model are LSTM cells, a bidirectional dynamic RNN, and decoders with attention.