Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fedesgh/nlp_sentiment_classifier_avgword2vec_tfidfvectorizer

Small Sentiment Classifier
https://github.com/fedesgh/nlp_sentiment_classifier_avgword2vec_tfidfvectorizer

ann keras nlp sklearn spacy-nlp word2vec

Last synced: 23 days ago
JSON representation

Small Sentiment Classifier

Awesome Lists containing this project

README

        

The first idea for this project was to build an **ANN** sentiment classifier using **average Word2Vec**, but after several attempts it didn't work well.

Finally we used **TdifVectorizer** instead of **Word2Vec** and the model made a radical change working fast and with high **accuracy**, trained by a simple **RandomForest** without **hyperparameter tuning** .

The data is pre-process with **spacy**
### Metrics

![rfreport.jpg](rfreport.jpg)