An open API service indexing awesome lists of open source software.

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

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.