Skip to content

ikeratzakis/fake-news-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-news-detector

Fake news (text) classification system. Also performs bigram-level analysis on the corpus to calculate some statistics. Dataset was provided by the university. Multiple representations are tested (Bag of Words, tf-idf, Doc2Vec from scratch). A variety of classifiers are explored, such as Complement Naive Bayes (https://scikit-learn.org/stable/modules/naive_bayes.html#complement-naive-bayes), SVM and logistic regression.

Libraries used

pandas, matplotlib, nltk, numpy, wordcloud, gensim, scikit-learn, pandarallel

Releases

No releases published

Packages

No packages published

Languages