Skip to content

Altimis/Tweets-classification-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Prediction of tweets topics (sports or politics)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors