Skip to content

It is an NLP-based classifier for detecting Fake news and classifying each news as Fake or Real.

Notifications You must be signed in to change notification settings

deepaligarg/Fake-News-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fake-News-Classifier

It is an NLP-based classifier for detecting Fake news and classifying each news as Fake or Real.

This prject uses NLTK for text pre-processing. The words are then coverted into vectors using CountVectorizer and TF-IDF techniques. Two machine learning algorthms are used as mentioned below with accuracy, confusion matrix and classification report are calculated :

  1. Naive Bayes
  2. Passive Aggressive

About

It is an NLP-based classifier for detecting Fake news and classifying each news as Fake or Real.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published