Skip to content

heenabansal/seq2seq_chatbot_encoder_decoder_model_with_attention

Repository files navigation

seq2seq_chatbot_encoder_decoder_model_with_attention

Sequence to Sequence Encoder Decoder Model with Attention and Beam Search decoding (implemented Greedy Search Decoder as well for comparison) Implemented for chatbot but can be used for Text Summarization as well Used Cornell Movie Subtitles Dataset for training

Based on the following paper Generating News Headlines with Recurrent Neural Networks

https://arxiv.org/abs/1512.01712

About

Sequence to Sequence Encoder Decoder Model with Attention and Beam Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages