https://github.com/redtachyon/yazabi-nlp-skilltest
Implementation of the SharpestMinds NLP skilltest, aka IMDB classification using either LSA, Convnets or recurrent neural nets
https://github.com/redtachyon/yazabi-nlp-skilltest
Last synced: over 1 year ago
JSON representation
Implementation of the SharpestMinds NLP skilltest, aka IMDB classification using either LSA, Convnets or recurrent neural nets
- Host: GitHub
- URL: https://github.com/redtachyon/yazabi-nlp-skilltest
- Owner: RedTachyon
- Created: 2017-09-22T09:20:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T23:45:47.000Z (over 8 years ago)
- Last Synced: 2025-01-24T12:13:12.140Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yazabi NLP skilltest
To train and evaluate a model, simply run
./execute.py LSATextClassifier
or
./execute.py TextCNN
or
./execute.py TextRNN
Keep in mind you need to have the aclImdb directory in the root of this project.