Fake News Detection: Using Machine Learning & Python (Predicting Website)
Fake News Detection: Using Machine Learning & Python (Predicting Website)
DETECTION
USING MACHINE LEARNING & PYTHON (PREDICTING WEBSITE)
GROUP MEMBERS :-
UNDER THE GUIDANCE OF
HIMANSHI DIXIT (A50105218048)
Dr. Shalini Bhaskar Bajaj Dr. Aman Jatain JIYA SEHGAL (A50105218043)
HOD, ASET Assistant Professor PALAK ARORA (A50105218032)
Amity University Amity University
BTECH CSE SEC A (7th SEM)
INDEX
INTRODUCTION
NECESSARY?
TECHNOLOGY
WORKFLOW
METHODOLOGY
ARCHITECTURE
INTRODUCTION
Fake News
Fake news has been around for decades and is very common nowadays. However, the
dawn of the social media age has aggravated the generation and circulation of fake
news many folds .Fake news can be simply explained as a piece of article which is
usually written for economic, personal or political gains.
Many scientists believe that fake news issue may be addressed by means of machine
learning and artificial intelligence. Detection of such unrealistic news articles is
possible by using various LSTM techniques, Machine learning ,and Artificial
intelligence.
AIMS & OBJECTIVE
The aims at investigating the principles, methodologies and algorithms for detecting
fake news articles, creators and subjects from online social networks and evaluating
the corresponding performance.
The main focus is on predicting the FAKE or REAL news using algorithm and dataset
will be of news which will identify the news and the labels denoting whether the
news is REAL or FAKE.
The objectives are as follows –
1) To build a model to accurately classify a piece of news as REAL or FAKE.
2) To predict the Fake and real news using machine learning algorithm.
3) Build a website that will predict whether the NEWS is FAKE or REAL.
NECESSARY ?
WHY WE NEED FAKE NEWS DETECTION WEBSITE
TOOLS
TECHNOLOGY
PYTHON
The Python Programming Language is a high-level
language. It is also an interpreted and the
dynamically typed language. The python contains so
many different types of the libraries; some of the
libraries are the sklearn, pandas, Matplotlib and
MACHINE LEARNING
many more. Machine learning (ML) is a type of artificial
intelligence (AI) that allows software applications to
FLASK
become more accurate at predicting outcomes without
being explicitly programmed to do so. Machine learning
Flask is a micro web framework written in Python. It algorithms use historical data as input to predict new
is classified as a microframework because it does not output values.
require particular tools or libraries. It has no
database abstraction layer, form validation, or any
other components where pre-existing third-party
libraries provide common functions
TECHNOLOGY
HEROKU
Heroku is a cloud platform as a service supporting
several programming languages. One of the first HTML &CSS (FRONT-END)
cloud platforms.
It support following programming language Ruby,
Java, Node.js, Scala, Clojure, Python, PHP, and Go. The HyperText Markup Language, or HTML is the
standard markup language for documents designed
to be displayed in a web browser.
VS Studio
WORKFLOW
THANKYOU