An open API service indexing awesome lists of open source software.

https://github.com/amitkumarj441/machine-comprehension

AI for Education - Global Hackweek @IIT-D
https://github.com/amitkumarj441/machine-comprehension

machine-learning-algorithms python

Last synced: 3 months ago
JSON representation

AI for Education - Global Hackweek @IIT-D

Awesome Lists containing this project

README

        

# Machine-Comprehension
AI for Education - Global Hackweek @IIT-D

### Implementation of Machine Comprehension based on ttic.uchicago.edu/~dmcallester/ACL2015.pdf

# How to use and Run

- Download MC test data from [here](http://research.microsoft.com/en-us/um/redmond/projects/mctest/).
- copy MC test 500 dataset to data/test and data/train respectively.
- Download Stanford coreNLP [here](http://stanfordnlp.github.io/CoreNLP/history.html).
- Start Stanford coreNLP service.
- Run `$ python main.py`