Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertsdionne/nlp
https://github.com/robertsdionne/nlp
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertsdionne/nlp
- Owner: robertsdionne
- Created: 2013-11-22T20:15:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T18:35:17.000Z (about 7 years ago)
- Last Synced: 2023-07-31T14:28:32.763Z (over 1 year ago)
- Language: Lua
- Size: 69.6 MB
- Stars: 10
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp
Using [Torch7](http://torch.ch), we built a recurrent neural network part-of-speech tagger that used distributed word vectors as inputs. Our model outperformed a standard hidden Markov model and almost matched an HMM with human designed features. We designed the model, implemented the recurrent portions, tested against the part-of-speech tagging data set used in our earlier assignments and wrote a paper explaining our results.
Download our [paper](https://github.com/robertsdionne/nlp/raw/master/paper/paper.pdf).