Skip to content

Repository of Fake News Detection with spatio-temporal features

Notifications You must be signed in to change notification settings

MarShaikh/FakeNews-Covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FakeNews-Covid19

This repository contains models for fake news detection of COVID-19 data with spatial and temporal features. Jupyter notebooks found here contain of the following:

  • LSTM Model without spatial and temporal information
  • LSTM Model with spatial and temporal information
  • Hyperparameter optimization of the two models

Getting started

Install the dependencies from the requirements.txt file
pip install -r requirements.txt

After installing the required dependencies, the project files are LSTM_RNN_Implementation_with_hyperparameterisation.ipynb and Country_Date.ipynb, where models with and without spatial and temporal features are present respectively. These two notebooks were run on Google Colab to use their GPU for faster training performance; The required dataset is present under the Datasets folder, which in our case had to be uploaded to drive, and the folder mounted on drive.

Hyperparameter Optimization was done with the help of a package, talos. The best hyperparametersparameters required were then visualized in the the files Hyperparameter_Optimization1.ipynb and Hyperparameter_Optimization2.ipynb.

References

Autonomio Talos [Computer software]. (2019). Retrieved from https://github.com/ autonomio/talos

About

Repository of Fake News Detection with spatio-temporal features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published