Skip to content

Implement a machine learning model able to determine if an article is fake news or real

Notifications You must be signed in to change notification settings

wchowdhu/fake-news-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Fake or Real News?

The goal of this project is to implement a machine learning model able to determine if an article is fake news or real.

Install

The project requires latest Python version and the following libraries installed:

Data

The dataset used for this project can be accesssed from here.

The corpus consists of 2 csv files - 1 file contains articles which are considered as fake news and another file contains the articles labeled as real.

Code

The provided Jupyter notebook contains code covering exploratory data analysis, modeling, training, and evaluating model performance.

Run

All codes were run on Kaggle kernel with a GPU.

To open the .ipynb files in your browser and look at the output of the completed cells, use the following command in your terminal after changing the working directory to the project directory fake-news-detection:

jupyter notebook <file_name>.ipynb

About

Implement a machine learning model able to determine if an article is fake news or real

Topics

Resources

Stars

Watchers

Forks