You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Evaluating Model
Testing on User-Input data
LSTM
Different parameters give different results.
Training Model
Testing on User-Input data
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.