Skip to content

Fake News Detection model trained using BERT (Bidirectional Encoder Representations from Transformers) and LSTM (Long Short-Term Memory). The saved model can be used to predict user input news.

Notifications You must be signed in to change notification settings

Haseeeb21/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fake-News-Detection

2 different techniques are used for training the models on the given data. The code is self explanable. Load the datasets and train the model.

BERT

It uses it's own built in functions for easyness.

Training Model.

Screenshot 2023-06-04 131223

Screenshot 2023-06-04 123837

Evaluating Model

Screenshot 2023-06-04 131249

Testing on User-Input data

Screenshot 2023-06-04 131305

LSTM

Different parameters give different results.

Training Model

Screenshot 2023-06-04 075142

Screenshot 2023-06-03 212240

Testing on User-Input data

Screenshot 2023-06-03 212408

About

Fake News Detection model trained using BERT (Bidirectional Encoder Representations from Transformers) and LSTM (Long Short-Term Memory). The saved model can be used to predict user input news.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published