Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 587 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 587 Bytes

Question-Answering-System

Using End to End memory model[1] and bAbI dataset[2] I developed a Recurrent Attention model that can understand the context of a sentence. the system generates an answer based on a story and a question


Libraries used are:
1. NLK, pandas, numpy for cleaning the data
2. keras, tensorflow for building the model