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

https://github.com/imvision12/tweets-classification-nlp

Tweets classification using naive-bayes, LSTM, GRU, Pre-trained embeddings, tensorflow decision forest
https://github.com/imvision12/tweets-classification-nlp

keras lstm navie-bayes-algorithm tensorflow tensorflow-decision-forests

Last synced: 3 months ago
JSON representation

Tweets classification using naive-bayes, LSTM, GRU, Pre-trained embeddings, tensorflow decision forest

Awesome Lists containing this project

README

        

# Tweets-Classification-NLP

| | Accuracy |
| ------------- | ------------- |
| baseline(Naive Bayes) | 79.265092 |
| simple_dense | 78.740157 |
| lstm | 77.821522 |
| gru | 77.690289 |
| bidirectional | 77.034121 |
| TF-HUB | 80.839895 |
| TFDF + neural network | 74.015748 |
| TFDF + pre-trained embeddings | 81.49606 |