Skip to content

The model detects whether the news is fake or real using basic techniques of machine learning and NLP.

Notifications You must be signed in to change notification settings

poddaraayush14/Fake-News-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fake news detection model uses basics of Natural Learning Process and Machine Learning.

Libraries used :
	1. sklearn
	2. pandas

The model uses the Passive Aggressive Classifier which uses learns from the given dataset, finds the weight of the processed text, and finally predicts whether the news is fake or real.

The original dataset used has label as 1's and 0's:
	-> 1 : Unreliable
	-> 0 : Reliable

The necessary transformations in the dataset have been made to process the text.

About

The model detects whether the news is fake or real using basic techniques of machine learning and NLP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published