Aim is to Develop a machine learning program to identify when an article might be fake news.
train.csv : A full training dataset with the following attributes:
-
id: unique id for a news article
-
title: the title of a news article
-
author: author of the news article
-
text: the text of the article; could be incomplete
-
label: a label that marks the article as potentially unreliable
1: unreliable
0: reliable
We achieved Great results on testing and validation results. Various Deep Learning Model. Here we are using Model3: bigLSTM