Skip to content

Develop a deep learning program to identify when an article might be fake news. First of all, convert text data to numerical data using NLP and then predict whether the news is fake or real using an Artificial Neural Network.

Notifications You must be signed in to change notification settings

himib09/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Fake-News-Detection

PROBLEM STATEMENT

Develop a deep learning program to identify when an article might be fake news. First of all, convert text data to numerical data using NLP and then predict whether the news is fake or real using an Artificial Neural Network.

PROJECT DELIVERABLES

Predict whether the news is fake or real.

FRAMEWORK

Screenshot 2022-05-12 at 1 21 58 PM

DATASET

🔵 A whole training dataset has the following attributes:
Id : unique id for a news article
Title : the title of a news article
Text : the text of the article; incomplete in some cases
Label : a label that marks the article as possibly erratic
1 : fake
0 : real

END OF THE PROGRAM

In the end, you can see the accuracy of all the algorithms in a graphical way.

🐛 Bug Reporting

Feel free to open an issue on GitHub if you find any bug.

⭐ Feature Request

Feel free to Create an issue on GitHub to request any additional features you might need for your use case.

About

Develop a deep learning program to identify when an article might be fake news. First of all, convert text data to numerical data using NLP and then predict whether the news is fake or real using an Artificial Neural Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published