0% found this document useful (0 votes)
35 views5 pages

Fin Irjmets1655633757

The document discusses detecting fake news using machine learning techniques. It aims to develop a machine learning program to identify fake news sources based on analyzing articles from those sources. The intended application is to help social media networks identify and reduce the visibility of fake news stories.

Uploaded by

vijaykumar190410
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views5 pages

Fin Irjmets1655633757

The document discusses detecting fake news using machine learning techniques. It aims to develop a machine learning program to identify fake news sources based on analyzing articles from those sources. The intended application is to help social media networks identify and reduce the visibility of fake news stories.

Uploaded by

vijaykumar190410
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

e-ISSN: 2582-5208

International Research Journal of Modernization in Engineering Technology and Science


( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:04/Issue:06/June-2022 Impact Factor- 6.752 www.irjmets.com
FAKE NEWS DETECTION USING MACHINE LEARNING
Prof. N.R Hatwar*1, Samrudhi Meshram*2, Shejal Ghodeswar*3,
Pranita Khond*4, Shivani Mendhule*5, Mansi Chaudhari*6
*1,2,3,4,5,6Department Of Information Technology, Priyadarshini College Of Engineering,
Nagpur, India.
ABSTRACT
In the modern era where the internet is ubiquitous, everyone relies on various online resources for news.
Together with the increase in the use of social media platforms like Whatsapp, Facebook, Twitter, etc. Rumors
spread rapidly among millions of users within a short period. With the Covid-19 spread worldwide, people are
using this propaganda, and the citizens desperately need to know the news about the mysterious virus by
spreading the fake rumor. The need for an hour is to stop the spread of articles in developing countries like
India. To stop this we have implemented with the help of Machine learning models and natural language
processing technique, it is tried to aggregate the news and later it will predict whether the news is real or fake.
This Project comes up with the three applications of Natural Language Processing techniques for detecting 'fake
news, that is, misleading news stories that come from unknown sources. Only by building a model based on a
count vectorizer or a TF-IDF matrix, can only get you so far. But these models don’t consider the important
qualities like word ordering and context. This process will result in feature extraction; we propose using
Python sci-kit-learn library to perform extraction of text data because this library contains useful tools like
Count Vectorizer, Tf-IDF Vectorizer, and Hashing Vectorizer. Then, we will perform the training model and then
classify with the user input then it will obtain the highest accuracy and precision according to confusion matrix
results.
Keywords: Fake News, Passive Aggressive Classifier, Machine Learning, Natural Language Processing.
I. INTRODUCTION
A great deal of fake news is roaring through the various social media platforms. During this case classification
of any news, post, story, journal into fake or real one has become a crucial them as fake and true and it's
conjointly attracted a good interest from researchers round the world. In line with several analysis studies that
are administered to hunt out the impact of any false and fictional news on of us upon returning through such
fake news details. Falsified news or news is used in such how that individual begin basic mental process in one
issue that may not true.
The best example for fake news is that the pandemic situation occurring within the entire world. There are
variant of news articles till presently that are falsified and used merely to create confusion and disturbance
inside the minds of individual and to misguide their minds to believe that false news. However, can anyone
perceive if it's fake or real?
False information on Indian social media caused form voters to drink cow wewe or eat dung, thus on stop
infection, whereas in Country, artiodactyl weewee with lime was hailed as a protection against the coronavirus.
The scientists put together looked into completely different rumors, like uptake garlic, sporting heat socks and
spreading goose fat on one's chest, as treatment for the likely fatal virus. Conspiracy theories were put together
monitored, just like the notion that it’s a bioweapon funded by enterpriser to further antigen sales.
Our project aims to develop a machine learning program to identify when a news source may be producing fake
news. We use a corpus of labelled real and fake articles to build a classifier that can make decisions about
information based on the content from the corpus. Our model focuses on identifying sources of fake news,
based on multiple articles originating from a source. Once a source is labelled as a producer of fake news, we
predict that all future articles from the same source are also a producer of fake news.
The intended application of our project is to assist in applying visibility weights in social media. Social networks
can make use of the weights produced by the model to obscure stories that are highly likely to be fake news

www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science


[2579]
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:04/Issue:06/June-2022 Impact Factor- 6.752 www.irjmets.com
II. OBJECTIVE
This paper intends to:
 Identifies a fake and true news detection using a machine learning;
 The Review previous studies have that employed a machine learning for identifying fake and true news; and
 Attempt to guides future work on the topic in this section, the author describes the previous research works
in the form
III. LITERATURE REVIEW
1. Fake News Detection Using Naive Bayes Classifier-Mykhailo Granik, Volodymyr Mesyura.Published in the
year in 2017 in Vinnytsia, Ukraine. The paper shows a simple approach for fake news detection using naive
Bayes classifier. This approach was implemented as a software system and tested against a data set of Facebook
news
2. Poonam Tijare et al, have built a fake news detection system using four different techniques which are Naive
Bayes, Support Vector Machine (SVM), neural network, and long short-term memory (LSTM) to obtain the
greatest match for the model. The highest accuracy of 94% was achieved using LSTM [3].
3. Fake News Detection-Akshay Jain, Amey Kasbe.Published in the year 2018 in Bhopal,India Information
preciseness on Internet, especially on social media, is an increasingly important concern, but web-scale data
hampers, ability to identify, evaluate and correct such data, or so called “fake news,” present in these platforms.
In this paper, we propose a method for “fake news” detection and ways to apply it on Facebook, one of the most
popular online social media platforms. This method uses Naive Bayes classification model to predict whether a
post on Facebook will be labeled as REAL or FAKE. The results may be improved by applying several techniques
that are discussed in the paper. Received results suggest, that fake news detection problem can be addressed
with machine learning methods.
4. Fake News Detection on Social Media:A Data Mining Perspective by Kai Shuy, Amy Slivaz, Suhang Wangy,
Jiliang Tang , and Huan Liuy Computer Science & Engineering, Arizona State University, Tempe, AZ, USA Social
media for news consumption is a double-edged sword. On the one hand, its low cost, easy access, and rapid
dissemination of information lead people to seek out and consume news from social mediaOn the other hand, it
enables the wide spread of \fake news", i.e., low quality news with intentionally false information. The
extensive spread of fake news has the potential for extremely negative impacts on individuals and society.
Therefore, fake news detection on social media has recently become an emerging research that is attracting
tremendous attention. Fake news detection on social media presents unique characteristics and challenges that
make existing detection algorithms from traditional news media ine_ective or not applicable. First, fake news is
intentionally written to mislead readers to believe false information, which makes it difficult and nontrivial to
detect based on news content; therefore, we need to include auxiliary information, such as user social
engagements on social media, to help make a determination. Second, exploiting this auxiliary information is
challenging in and of itself as users' social engagements with fake news produce data that is big, incomplete,
unstructured, and noisy. Because the issue of fake news detection on social media is both challenging and
relevant, we conducted this survey to further facilitate research on the problem. In this survey, we present a
comprehensive review of detecting fake news on social media, including fake news characterizations on
psychology and social theories, existing algorithms from a data mining perspective, evaluation metrics and
representative datasets. We also discuss related research areas, open problems, and future research directions
for fake news detection on social media.
5. FAKEDETECTOR: Effective Fake News Detection with Deep Diffusive Neural Network by Jiawei Zhang,
Bowen Dong, Philip S. Yu IFM Lab, Department of Computer Science, Florida State University, FL, USA In recent
years, due to the booming development of online social networks, fake news for various commercial and
political purposes has been appearing in large numbers and widespread in the online world. With deceptive
words, online social network users can get infected by these online fake news easily, which has brought about
tremendous effects on the offline society already. An important goal in improving the trustworthiness of
information in online social networks is to identify the fake news timely. This paper 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. This paper addresses the challenges

www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science


[2580]
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:04/Issue:06/June-2022 Impact Factor- 6.752 www.irjmets.com
introduced by the unknown characteristics of fake news and diverse connections among news articles, creators
and subjects. This paper introduces a novel automatic fake news credibility inference model, namely
FAKEDETECTOR. Based on a set of explicit and latent features extracted from the textual information,
FAKEDETECTOR builds a deep diffusive network model to learn the representations of news articles, creators
and subjects simultaneously. Extensive experiments have been done on a real-world fake news dataset to
compare FAKEDETECTOR with several state-of-the-art models, and the experimental results have
demonstrated the effectiveness of the proposed model.
IV. SYSTEM IMPLEMENTATION

The developed project is user friendly and can be accessed over internet easily, in comparison with the
previous existing software our project is less complicated and it can be used even by a person who has no
computer knowledge ,it also displays the number of rows created in a database and consumes very minimal
amount of time to register in a particular course or organization. The developed project is attractive and
consumes less amount of space, and is also very easy to implement it.
V. ACCURECY
Accuracy that gives us knowledge about a fraction of samples that are correctly predicted is the most
commonly used metric for classification. Sklearn library is used to predict the accuracy score that will take the
input as datasets and the dataset labels & predicted dataset labels are used to display the percentage of
accuracy of the model

www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science


[2581]
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:04/Issue:06/June-2022 Impact Factor- 6.752 www.irjmets.com

VI. RESULT
In the fake news detection technology, there have been multiple instances where both unsupervised learning
and supervised learning algorithms are used to classify text. Most of the literature survey focus on specific
domains, most important the domain of politics. Therefore, the algorithm trained best works on a particular
type of article’s domain and does not gives optimal results when presented to articles from different areas.
Since articles from various areas have a special literary construction, it is hard to train a generic algorithm that
works best on all specific news spaces

VII. CONCLUSION
After analyzing the outcomes of the five models, a mix of machine learning techniques and natural language
processing methods is chosen. These five models were created by combining all Machine learning algorithms
with a variety of NLP techniques. A user interface is built and linked to a machine learning model that has been
trained. A Passive Aggressive Classifier with TF-IDF vectorizer is trained and used to predict user-inputted
news. Users may submit news into this platform, and it will determine if the article is true or not.

www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science


[2582]
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:04/Issue:06/June-2022 Impact Factor- 6.752 www.irjmets.com
VIII. REFERENCES
[1] Anjali Jain, Avinash Shakya, Harsh Khatter, Amit Kumar, “A Smart System For Fake News Detection
Using Machine Learning” https://ieeexplore.ieee.org/document/8977659
[2] Monther Aldwairi, Ali Alwahedi, “Detecting Fake News in Social Media Networks”
https://www.sciencedirect.com/science/article/pii/S1877050918318210
[3] Vanya Tiwari, Ruth G. Lennon, Thomas Dowling, “Not Everything You Read Is True! Fake News
Detection using Machine learning Algorithms” https://ieeexplore.ieee.org/document/9180206
[4] Kushal Agarwalla, Shubham Nandan, “Fake News Detection using Machine Learning and Natural
Language Processing
[5] Article what is 'fake news,' and how can you spot it? Available:
https://www.theglobeandmail.com/community/digital-lab/fake-news-quiz-how-to-spot-
/article33821986

www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science


[2583]

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy