https://github.com/suned/thesis
https://github.com/suned/thesis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suned/thesis
- Owner: suned
- Created: 2016-11-13T00:01:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T19:19:50.000Z (almost 9 years ago)
- Last Synced: 2025-06-30T23:05:02.324Z (12 months ago)
- Language: TeX
- Size: 8.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Multi-Task Learning For Relation Extraction
Master thesis by Sune Debel, written in the spring of 2017.
Project plan can be found [here](https://app.teamweek.com/#p/dwtqvjq2igcforiqfiex).
# Report
## Dependencies
- [texlive](https://www.tug.org/texlive/)
- [ku-forside](http://www.math.ku.dk/~m00cha/) (Place in texmf/tex folder).
## Build Instructions
To generate report do:
> cd report; make
The latest built version can be found [here](https://github.com/suned/thesis/raw/master/report/sune_debel_master_thesis.pdf).
# Experiment
## Dependencies
- [theano](http://deeplearning.net/software/theano/install.html)
The model arcitechture currently prevents the use of tensorflow.
## Run Instructions
Install requirements:
> pip install -r experiment/requirements.txt
If using a virtual environment (recommended), be sure to install in the same
environment as `theano` is installed.
Download `spacy` models and `nltk` data:
> python -m spacy download en
> python -m nltk.downloader all
Run:
> python -m experiment -h