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

https://github.com/altimis/tweets-classification-

Prediction of tweets topics (sports or politics)
https://github.com/altimis/tweets-classification-

Last synced: 9 months ago
JSON representation

Prediction of tweets topics (sports or politics)

Awesome Lists containing this project

README

          

# Tweets-classification-
Prediction of tweets topics (sports or politics)

In this project, I followed two approaches to solve this classification problem.

The first one is by using the tf-idf technique following by applying Multinomial Naive Bayes and SVM modeles.

The second one is by using Word Embedding (pre trained model) and feed them to a LSTM classifier.

## Results
TF-IDF + SVM results were better than Word2Vec + LSTM (0.96 vs 0.94).