Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 395 Bytes

File metadata and controls

9 lines (6 loc) · 395 Bytes

Machine-Reading-Comprehension

This project lets the machine understand the given passage and answer the questions related to that passage.

This also presents a thorough analysis of squad dataset.

Datasets used: SQUAD, glove embeddings Technologies used: Python, Keras library for creating recurrent neural network model. Uses Bi-directional GRU, Self attention mechanism, pointer-networks.