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
- Host: GitHub
- URL: https://github.com/amitkumarj441/machine-comprehension
- Owner: amitkumarj441
- Created: 2017-07-29T12:00:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T05:29:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T14:12:05.291Z (5 months ago)
- Topics: machine-learning-algorithms, python
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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`