kaushalshetty / Machine-Comprehension

A simple implementation of DrQA neural network architecture for machine comprehension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Comprehension

A simple implementation of DrQA neural network architecture for machine comprehension

Unable to upload the data files due to its large size but MachineComprehension model is reusable.

To initialize the model

mc = MachineComprehension(c_maxlen,q_maxlen,embeddings)

To run the model with data files

python model.py

About

A simple implementation of DrQA neural network architecture for machine comprehension


Languages

Language:Python 100.0%