https://github.com/jgontrum/deeplearning-nlp-assignment2
https://github.com/jgontrum/deeplearning-nlp-assignment2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgontrum/deeplearning-nlp-assignment2
- Owner: jgontrum
- Created: 2016-04-22T19:20:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T07:52:11.000Z (about 9 years ago)
- Last Synced: 2025-01-27T08:27:35.037Z (3 months ago)
- Language: Python
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment #2 for a NLP Deep Learning class
[Link to the assignment](https://sstober.github.io/dl4nlp2016/assignment2.html) and [link to the class](https://sstober.github.io/dl4nlp2016/index.html).
## Corpus
I have compiled different versions of the brown corpus as a numpy matrix for various context window sizes. For the sake of the current assignment, they can be downloaded [here](https://www.dropbox.com/s/0z1b6ssxiva2o2l/context1015.zip).## Important bits
Since matplotlib has issues with virtualenv, copy the 'frameworkpython' to the 'bin' directory of your venv and use it to run your scripts. Depending on your Python version, you may have to make some alterations to the script.