Skip to content

NakulLakhotia/Fake-News-Detection-using-PassiveAggressiveClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fake-News-Detection-using-PassiveAggressiveClassifier

Fake News Detection using Sklearn's Passive Aggressive Classifier Model

Dataset Source - Click here

About PassiveAggressiveClassifier - Click here

A very good example of this would be to detect fake news on a social media website like Twitter, where new data is being added every second. To dynamically read data from Twitter continuously, the data would be huge, and using an online-learning algorithm would be ideal.

Passive-Aggressive algorithms are somewhat similar to a Perceptron model, in the sense that they do not require a learning rate. However, they do include a regularization parameter.[Reference : GeeksForGeeks]

Releases

No releases published

Packages

No packages published