Skip to content

In this project, we will be creating a Fake news classifier model that will classify the news based on the 'title' and 'text', whether it is 'Real' or 'Fake'. The dataset that we are using here is taken from www.kaggle.com.

Notifications You must be signed in to change notification settings

prankur16shukla/Fake_News_Classifier

Repository files navigation

Fake News Classifier (Introduction)

In this project we will be creating a Fake news classifier model that will classify the news based on the 'title' and 'text' (separate jupyter notebooks), whether it is 'Real' or 'Fake'. The dataset that we are using here is taken from www.kaggle.com and comprises of following features Id, Title, Author, Text and Label. Firstly we will preprocess the text data by using stemming and stopwords followed by using Bag of Words and TFIDF (separate jupyter notebooks) to convert text into vectors. Finally creating models and evaluating their performances.

About

In this project, we will be creating a Fake news classifier model that will classify the news based on the 'title' and 'text', whether it is 'Real' or 'Fake'. The dataset that we are using here is taken from www.kaggle.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published