SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1013
Fake News Detection Using Machine Learning
Rakshitha HS1, Neha K T2, Rakshitha S3, Kavitha M4, Sonia Das 5
1,2, 3,4 Students ,Department Of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India
5Asst. Professor, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - With the development of communication
technologies and social media, the fake news phenomena is
expanding quickly. A new field of research that is receiving a
lot of attention is fake news detection. Due to the restricted
resources, including datasets, processing, and analysis
methods, it does, nevertheless, confront some difficulties.
In this work, we provide a machine learning-based
approach for detecting fake news. As a feature extraction
strategy, we employed term frequency-inverse document
frequency (TF-IDF) of a collection of words and n-grams,
and Support Vector Machine (SVM) as a classifier. We also
suggest a dataset of real and fraudulent news for the
suggested system's training. Results obtained demonstrate
the system's effectiveness.
Key Words: Fake news, Social media, Web Mining,
Machine Learning, Support Vector Machine, TF-IDF.
1. INTRODUCTION
The Fake News epidemic has grown significantly over the
past ten years, helped along by social media. Various
motives can be used to broadcast this false information.
Some are created solely to enhance the amount of clicks
and site visitors. Others seek to sway public opinion
regarding political or financial market decisions. For
instance, through affecting the online reputation of
businesses and institutions. Social media fake news about
health poses a threat to overall health. The COVID-19
outbreak had been accompanied by a massive "infodemic,"
or an abundance of information, some of which was
accurate and some of which was not, which made it
challenging for people to find trustworthy sources and
trustworthy information when they needed it, the WHO
warned in February 2020.
In this study, we introduce a novel approach and
technology for identifying fake news that includes: • Text
pretreatment, which entails steaming and text analysis by
removing stop words and unusual characters.
• Encoding of the text: utilising bag of words and N-gram
then TF-IDF.
• Characteristic extraction: This enables the accurate
identification of bogus information. The author, date, and
feeling conveyed by the text are used as features of a news
item.
Support vector machine is a technique for supervised
machine learning that enables the classification of new
data.
1.1 Objective
The main goal is to identify bogus news, which is a
straightforward solution to a traditional text classification
problem. It is necessary to create a system that can
distinguish between "genuine" and "false" news.
Children's ability to think critically will improve, and they
will be more willing to work to stop the spread of false
information. The participants will receive knowledge of,
for instance, how to effectively communicate in an online
forum.
1.2 Python Used in Machine Learning
Python offers stability, versatility, and a wide range of
tools, all of which are necessary for a machine learning
project. Python enables developers to work efficiently and
with confidence throughout the whole product
development process, from design through deployment
and maintenance.
Python is a simple and trustworthy programming
language that enables programmers to create reliable,
readable software.
Python was primarily employed as the programming
language for projects involving many developments and
cooperative implementation. Prototypes are created more
quickly because testing and the challenging machine
learning task may be completed swiftly.
The incredible libraries and frameworks of Python are
another another reason to master it for machine learning.
The modern world has been profoundly affected by
machine learning.
New applications are always being developed in the world
we live in. Python is being used by developers for every
phase of problem solving.
Python practitioners assert that they believe the language
is well suited for AI and machine learning.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1014
2. RELATED WORKS
According to study [2], fake news has been surfacing
frequently and widely in the internet world lately due to
the rising development of online social networks for
various economic and political goals. Users of online social
networks can easily become infected by these online fake
news with deceptive language, and this has already had a
significant impact on offline culture. Finding bogus news
quickly is a crucial step in raising the credibility of
information in online social networks. This study seeks to
investigate the theories, approaches, and algorithms for
identifying fake news sources, authors, and subjects from
online social networks and assessing the performance in
this regard.
This essay tackles the difficulties caused by the
unknowable traits of fake news and the varied
relationships between news sources, authors, and subjects.
In this research, the FAKEDETECTOR automatic fake news
credibility inference model is introduced. FAKEDETECTOR
creates a deep diffusive network model based on a set of
explicit and latent properties collected from the textual
material to simultaneously learn the representations of
news articles, producers, and subjects.
A real-world dataset of false news has been used in
extensive trials to compare FAKEDETECTOR with a
number of state-of-the-art algorithms, and the results have
shown that the suggested model is effective.
According to study [5], there are several technologies
available to identify bogus news that circulates by looking
at the linguistic choices that appear in headlines and(Chen,
Conroy, and Rubin 2015b) Various intense linguistic
structures. According to Atodiresei, Tnăselea, and Iftene
(2018), another technology designed to identify fake news
on Twitter contains a component known as the Twitter
Crawler that gathers and archives tweets in a very
informational manner. When a Twitter user wants to check
the veracity of the news they have found, they copy the
URL into this programme, where it is evaluated for false
news identification. The NER (Named Entity Recognition)
approach, which is based on the associate degree rule, was
developed (Atodiresei, Tănăselea, and Iftene 2018).
According to study[8] ,states that research on false news
detection is still in its early stages because this subject is
relatively new, at least in terms of the interest it has
generated in society. The following is a review of some of
the published works. Fake news can generally be divided
into three categories. Fake news, or news that is wholly
made up by the authors of the pieces, is the first category.
The second category is phoney satire news, which is made
primarily with the intention of making readers laugh. The
third category consists of badly written news items that
contain some genuine news but are not totally accurate.
In essence, it refers to news that fabricates entire stories
while quoting political people, for instance. This type of
news is typically intended to advance a particular goal or a
prejudiced opinion [3].
According to study [10], Hadeer Ahmed et al. [4] compare
two distinct feature extraction strategies and six different
classification techniques to develop a false news detection
model using n-gram analysis and machine learning
techniques. The results of the tests conducted indicate that
the so-called features extraction method yields the best
results (TF-IDF). They employed the 92% accurate Linear
Support Vector Machine (LSVM) classifier.
The LSVM used in this model is restricted to handling only
the situation where two classes are linearly separated.
A naive Bayesian classifier is used by Mykhailo Granik et
al. [7] to offer a straightforward method for detecting
bogus news. On a set of data taken from Facebook news
posts, this strategy is tested. They assert that they can
reach a 74% accuracy rate. This model's rate is good but
not the greatest because many other research have used
different classifiers to reach better rates.
This survey, according to study[11], is an evaluation of the
many methods or systems that have been employed in the
past to identify fake news. This paper's main goal is to
observe and identify the most effective and objective
solutions to the given situation. Additionally, the survey
below examines each approach used in the literatures
mentioned (see References). Fake news has puzzling root
reasons and is widely spread.
Numerous strategies can and have been adopted by both
people and organisations [9]. However, our survey shows
that (1) fact checking, (2) rumour identification, (3) stance
detection, and (4) sentiment analysis are given
prominence regarding these methodologies.
3. PROPOSED SYSTEM
The solution we suggest builds a decision model based on
the support vector machine method using a news dataset.
The model is then used to categorise recent news as
authentic or fraudulent.
A. The system's overall architecture as proposed
The suggested system accepts a dataset of comments and
their associated data, such as date, source, and author, as
input. It then converts them into a dataset of features that
may be utilised for learning. Preprocessing is the name
given to the transformation, which includes a number of
steps like cleaning, filtering, and encoding. The
preprocessed dataset is split into two sections: a training
section and a testing section. The training module creates
a decision model that can be used with the test dataset
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1015
using the training dataset and support vector machine
technique. The training process is complete after the
model has been accepted (i.e., it has been able to attain an
acceptable accuracy rate). If not, the learning algorithm's
settings are changed in attempt to increase accuracy. The
suggested system's general layout is shown in Figure 1.
Figure 1. The proposed fake news detection system
architecture’s
B. Preprocessing
Three categories—textual data, category data, and
numerical data—are used to classify the features of news
in the news dataset. A series of processes are used to
preprocess each category, as shown in Figure 2:
Figure 2. Preprocessing of different categories of news
characteristics
C. Learning
It combines two modules, namely the training and
validation ones.
1) Training: We have selected the support vector
machine approach to train our model [15]. This
enables the decision function value assigned to a
news item to be used as a measure of the
classification's degree of confidence: a positive
decision function value designates both a true
news and its level of truth, and vice versa; a
negative decision function value designates both a
fake news and its level of fakeness.
2) Validation: We set aside some of the instances to
be used as test models in order to gauge the
model's ability to recognise new cases. Then, a
training part and a test part are created using the
features dataset. Its value comes from preventing
over-fitting, which is when a model is tested using
the same training dataset. By applying the cross
validation method, the subdivision is done
according to a specific sample rather than at
random [12].
D. Changing the parameters
By adjusting or modifying the support vector machine
algorithm's parameters, notably Cost, E, and the cross-
validation variation, this process seeks to increase the
model's accuracy [6].
E. Use
This is the system's final and most crucial stage. We may
now use the best model, which we built after achieving the
best recognition rate, to new unlabeled news in order to
predict their classes—wrong or true—with a certain
degree of confidence.
4. CONCLUSION
5. REFERENCES
[1] Cristina M Pulido, Laura Ruiz-Eugenio, Gisela Redondo-
Sama, and Beatriz Villarejo-Carballido. A new application
of social impact in social media for overcoming fake news
in health. International journal of environmental research
and public health, 17(7):2430, 2020.
[2] Detecting Fake News in Social Media Networks
https://doi.org/10.1016/j.procs.2018.10.171
[3] Schow, A.: The 4 Types of ‘Fake News’. Observer
(2017). http://observer.com/2017/01/ fake-news-russia-
hacking-clinton-loss/
In an effort to identify the most effective features and
methods for spotting fake news, this research provides a
way for doing so using a support vector machine. We
began by researching fake news, its effects, and the
techniques used to identify it. Then, using a dataset of
news that has been preprocessed using cleaning methods,
steaming, N-gram encoding, bag of words, and TF-IDF, we
created and implemented a solution that extracts a set of
features that can identify fake news. Then, using our
dataset of features, we applied the Support Vector
Machine technique to create a model that would allow the
categorization of fresh data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1016
[4] Hadeer Ahmed, Issa Traore, and Sherif Saad. Detection
of online fake news using n-gram analysis and machine
learning techniques. In International Conference on
Intelligent, Secure, and Dependable Systems in Distributed
and Cloud Environments, pages 127–138. Springer, 2017 .
[5] Parikh, S. B., & Atrey, P. K. (2018, April). Media-Rich
Fake News Detection: A Survey. In 2018 IEEE Conference
on Multimedia Information Processing and Retrieval
(MIPR) (pp. 436-441). IEEE
[6] Chih-Chung Chang and Chih-Jen Lin. LIBSVM – A
Library for Support Vector Machines, July 15, 2018.
[7] Mykhailo Granik and Volodymyr Mesyura. Fake news
detection using naive bayes classifier. IEEE First Ukraine
Conference on Electrical and Computer Engineering
(UKRCON), pages 900–903.IEEE, 2017 .
[8] Lemann, N.: Solving the Problem of Fake News.
TheNewYorker(2017).http://www.newyorker.com/news
/news-desk/solving-the-problem-of-fake-news.
[9] Fatmeh Torabi Asr, Maite Taboada:“Big Data and
quality data for Fake News and misinformation detection”,
Big Data & Society, 2019, Article-14,
DOI:10.1177/2053951719843310.
[10] Florian Sauvageau. Les fausses nouvelles, nouveaux
visages, nouveaux défis. Comment déterminer la valeur de
l’information dans les sociétés démocratiques? Presses de
l’Université Laval, 2018
[11] MeichangGuo, ZhiweiXu, Limin Liu, MengjieGuo, and
Yujun Zhang: “An Adaptive Deep Transfer Learning Model
for Rumor Detection without Sufficient Identified
Rumors”, Mathematical Problems in Engineering, 2020,
article ID-7562567, DOI:10.1155/2020/7562567.
[12] Refaeilzadeh Payam, Tang Lei, and Liu Huan. Cross-
validation. Ency- clopedia of database systems, pages 532–
538, 2009.
[13] Niall J Conroy, Victoria L Rubin, and Yimin Chen.
Automatic deception detection: Methods for finding fake
news. Proceedings of the Association for Information
Science and Technology, 52(1):1–4, 2015.
[14] Florian Sauvageau. Les fausses nouvelles, nouveaux
visages, nouveaux défis. Comment déterminer la valeur de
l’information dans les sociétés démocratiques? Presses de
l’Université Laval, 2018.
[15] Lechevallier Y. WEKA, un logiciel libre d’apprentissage
et de data mining”. INRIA-Rocquencourt.
[16] S. B. Parikh and P. K. Atrey, "Media-Rich Fake News
Detection: A Survey," IEEE Conference on Multimedia
Information Processing and Retrieval (MIPR), Miami, FL,
2018.
[17] Dewey, C.: Facebook has repeatedly trended fake
news since firing its human editors. Washington Post
(2016).
[18] DSKR Vivek Singh and Rupanjal Dasgupta.
Automated fake news detection using linguistic analysis
and machine learning.
[19] Florian Sauvageau. Les fausses nouvelles, nouveaux
visages, nouveaux défis. Comment déterminer la valeur de
l’information dans les sociétés démocratiques? Presses de
l’Université Laval, 2018.
[20] Gerard Salton and J Michael. Mcgill. 1983.
Introduction to modern information retrieval, 1983.

More Related Content

What's hot

VTU internet of things(IOT) notes by Nithin,VVCE, Mysuru
VTU internet of things(IOT) notes by Nithin,VVCE, MysuruVTU internet of things(IOT) notes by Nithin,VVCE, Mysuru
VTU internet of things(IOT) notes by Nithin,VVCE, MysuruNithin Kumar,VVCE, Mysuru
 
Detection of phishing websites
Detection of phishing websitesDetection of phishing websites
Detection of phishing websitesm srikanth
 
Combating Cyber Security Using Artificial Intelligence
Combating Cyber Security Using Artificial IntelligenceCombating Cyber Security Using Artificial Intelligence
Combating Cyber Security Using Artificial IntelligenceInderjeet Singh
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning FundamentalsThomas Delteil
 
AI and Cybersecurity - Food for Thought
AI and Cybersecurity - Food for ThoughtAI and Cybersecurity - Food for Thought
AI and Cybersecurity - Food for ThoughtNUS-ISS
 
Fake News detection.pptx
Fake News detection.pptxFake News detection.pptx
Fake News detection.pptxSanad Bhowmik
 
Machine Learning in Cyber Security Domain
Machine Learning in Cyber Security Domain Machine Learning in Cyber Security Domain
Machine Learning in Cyber Security Domain BGA Cyber Security
 
Full seminar report on ethical hacking
Full seminar report on ethical hackingFull seminar report on ethical hacking
Full seminar report on ethical hackingGeorgekutty Francis
 
Machine learning ppt
Machine learning pptMachine learning ppt
Machine learning pptRajat Sharma
 
Artificial intelligence and IoT
Artificial intelligence and IoTArtificial intelligence and IoT
Artificial intelligence and IoTVeselin Pizurica
 
Deep learning seminar report
Deep learning seminar reportDeep learning seminar report
Deep learning seminar reportSKS
 
Weather Station Using IoT
Weather Station Using IoT Weather Station Using IoT
Weather Station Using IoT fatinfaqihah5124
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AICori Faklaris
 
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...Edureka!
 

What's hot (20)

VTU internet of things(IOT) notes by Nithin,VVCE, Mysuru
VTU internet of things(IOT) notes by Nithin,VVCE, MysuruVTU internet of things(IOT) notes by Nithin,VVCE, Mysuru
VTU internet of things(IOT) notes by Nithin,VVCE, Mysuru
 
Detection of phishing websites
Detection of phishing websitesDetection of phishing websites
Detection of phishing websites
 
Machine Learning and Artificial Intelligence
Machine Learning and Artificial IntelligenceMachine Learning and Artificial Intelligence
Machine Learning and Artificial Intelligence
 
Combating Cyber Security Using Artificial Intelligence
Combating Cyber Security Using Artificial IntelligenceCombating Cyber Security Using Artificial Intelligence
Combating Cyber Security Using Artificial Intelligence
 
Deep Learning Fundamentals
Deep Learning FundamentalsDeep Learning Fundamentals
Deep Learning Fundamentals
 
AI and Cybersecurity - Food for Thought
AI and Cybersecurity - Food for ThoughtAI and Cybersecurity - Food for Thought
AI and Cybersecurity - Food for Thought
 
Deep learning
Deep learningDeep learning
Deep learning
 
Fake News detection.pptx
Fake News detection.pptxFake News detection.pptx
Fake News detection.pptx
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning in Cyber Security Domain
Machine Learning in Cyber Security Domain Machine Learning in Cyber Security Domain
Machine Learning in Cyber Security Domain
 
Full seminar report on ethical hacking
Full seminar report on ethical hackingFull seminar report on ethical hacking
Full seminar report on ethical hacking
 
Machine learning ppt
Machine learning pptMachine learning ppt
Machine learning ppt
 
Artificial intelligence and IoT
Artificial intelligence and IoTArtificial intelligence and IoT
Artificial intelligence and IoT
 
Detecting fake news .pptx
Detecting fake news .pptxDetecting fake news .pptx
Detecting fake news .pptx
 
AI basic.pptx
AI basic.pptxAI basic.pptx
AI basic.pptx
 
Deep learning seminar report
Deep learning seminar reportDeep learning seminar report
Deep learning seminar report
 
Weather Station Using IoT
Weather Station Using IoT Weather Station Using IoT
Weather Station Using IoT
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AI
 
Nano computing
Nano computingNano computing
Nano computing
 
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
AI vs Machine Learning vs Deep Learning | Machine Learning Training with Pyth...
 

Similar to Machine learning detects fake news

Development of a Web Application for Fake News Classification using Machine l...
Development of a Web Application for Fake News Classification using Machine l...Development of a Web Application for Fake News Classification using Machine l...
Development of a Web Application for Fake News Classification using Machine l...IRJET Journal
 
IRJET- Detecting Fake News
IRJET- Detecting Fake NewsIRJET- Detecting Fake News
IRJET- Detecting Fake NewsIRJET Journal
 
IRJET- Authentic News Summarization
IRJET-  	  Authentic News SummarizationIRJET-  	  Authentic News Summarization
IRJET- Authentic News SummarizationIRJET Journal
 
Detection of Fake News Using Machine Learning
Detection of Fake News Using Machine LearningDetection of Fake News Using Machine Learning
Detection of Fake News Using Machine LearningIRJET Journal
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News DetectionIRJET Journal
 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET Journal
 
Analyzing Social media’s real data detection through Web content mining using...
Analyzing Social media’s real data detection through Web content mining using...Analyzing Social media’s real data detection through Web content mining using...
Analyzing Social media’s real data detection through Web content mining using...IRJET Journal
 
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCE
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCEANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCE
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCEIAEME Publication
 
Terrorism Analysis through Social Media using Data Mining
Terrorism Analysis through Social Media using Data MiningTerrorism Analysis through Social Media using Data Mining
Terrorism Analysis through Social Media using Data MiningIRJET Journal
 
Fake news Detection using Machine Learning
Fake news Detection using Machine LearningFake news Detection using Machine Learning
Fake news Detection using Machine LearningIRJET Journal
 
20574-38941-1-PB.pdf
20574-38941-1-PB.pdf20574-38941-1-PB.pdf
20574-38941-1-PB.pdfIjictTeam
 
IRJET - Fake News Detection: A Survey
IRJET -  	  Fake News Detection: A SurveyIRJET -  	  Fake News Detection: A Survey
IRJET - Fake News Detection: A SurveyIRJET Journal
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET Journal
 
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked EnsembleCOVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked EnsembleIRJET Journal
 
IRJET- Fake Message Deduction using Machine Learining
IRJET- Fake Message Deduction using Machine LeariningIRJET- Fake Message Deduction using Machine Learining
IRJET- Fake Message Deduction using Machine LeariningIRJET Journal
 
Fake_News_Detection_1st_review[1] capstone project.pptx
Fake_News_Detection_1st_review[1] capstone project.pptxFake_News_Detection_1st_review[1] capstone project.pptx
Fake_News_Detection_1st_review[1] capstone project.pptxHarshMangal20
 
The disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insightsThe disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insightsjournalBEEI
 
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...caijjournal
 

Similar to Machine learning detects fake news (20)

Development of a Web Application for Fake News Classification using Machine l...
Development of a Web Application for Fake News Classification using Machine l...Development of a Web Application for Fake News Classification using Machine l...
Development of a Web Application for Fake News Classification using Machine l...
 
IRJET- Detecting Fake News
IRJET- Detecting Fake NewsIRJET- Detecting Fake News
IRJET- Detecting Fake News
 
IRJET- Authentic News Summarization
IRJET-  	  Authentic News SummarizationIRJET-  	  Authentic News Summarization
IRJET- Authentic News Summarization
 
Detection of Fake News Using Machine Learning
Detection of Fake News Using Machine LearningDetection of Fake News Using Machine Learning
Detection of Fake News Using Machine Learning
 
IRJET- Fake News Detection
IRJET- Fake News DetectionIRJET- Fake News Detection
IRJET- Fake News Detection
 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic Regression
 
Analyzing Social media’s real data detection through Web content mining using...
Analyzing Social media’s real data detection through Web content mining using...Analyzing Social media’s real data detection through Web content mining using...
Analyzing Social media’s real data detection through Web content mining using...
 
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCE
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCEANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCE
ANALYZING AND IDENTIFYING FAKE NEWS USING ARTIFICIAL INTELLIGENCE
 
Terrorism Analysis through Social Media using Data Mining
Terrorism Analysis through Social Media using Data MiningTerrorism Analysis through Social Media using Data Mining
Terrorism Analysis through Social Media using Data Mining
 
Fake news Detection using Machine Learning
Fake news Detection using Machine LearningFake news Detection using Machine Learning
Fake news Detection using Machine Learning
 
20574-38941-1-PB.pdf
20574-38941-1-PB.pdf20574-38941-1-PB.pdf
20574-38941-1-PB.pdf
 
Fake News Detection
Fake News DetectionFake News Detection
Fake News Detection
 
IRJET - Fake News Detection: A Survey
IRJET -  	  Fake News Detection: A SurveyIRJET -  	  Fake News Detection: A Survey
IRJET - Fake News Detection: A Survey
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
 
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked EnsembleCOVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble
COVID Sentiment Analysis of Social Media Data Using Enhanced Stacked Ensemble
 
IRJET- Fake Message Deduction using Machine Learining
IRJET- Fake Message Deduction using Machine LeariningIRJET- Fake Message Deduction using Machine Learining
IRJET- Fake Message Deduction using Machine Learining
 
Fake_News_Detection_1st_review[1] capstone project.pptx
Fake_News_Detection_1st_review[1] capstone project.pptxFake_News_Detection_1st_review[1] capstone project.pptx
Fake_News_Detection_1st_review[1] capstone project.pptx
 
The disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insightsThe disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insights
 
FakeNewsDetector.pptx
FakeNewsDetector.pptxFakeNewsDetector.pptx
FakeNewsDetector.pptx
 
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...
A RELIABLE ARTIFICIAL INTELLIGENCE MODEL FOR FALSE NEWS DETECTION MADE BY PUB...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 

Recently uploaded (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 

Machine learning detects fake news

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1013 Fake News Detection Using Machine Learning Rakshitha HS1, Neha K T2, Rakshitha S3, Kavitha M4, Sonia Das 5 1,2, 3,4 Students ,Department Of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India 5Asst. Professor, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - With the development of communication technologies and social media, the fake news phenomena is expanding quickly. A new field of research that is receiving a lot of attention is fake news detection. Due to the restricted resources, including datasets, processing, and analysis methods, it does, nevertheless, confront some difficulties. In this work, we provide a machine learning-based approach for detecting fake news. As a feature extraction strategy, we employed term frequency-inverse document frequency (TF-IDF) of a collection of words and n-grams, and Support Vector Machine (SVM) as a classifier. We also suggest a dataset of real and fraudulent news for the suggested system's training. Results obtained demonstrate the system's effectiveness. Key Words: Fake news, Social media, Web Mining, Machine Learning, Support Vector Machine, TF-IDF. 1. INTRODUCTION The Fake News epidemic has grown significantly over the past ten years, helped along by social media. Various motives can be used to broadcast this false information. Some are created solely to enhance the amount of clicks and site visitors. Others seek to sway public opinion regarding political or financial market decisions. For instance, through affecting the online reputation of businesses and institutions. Social media fake news about health poses a threat to overall health. The COVID-19 outbreak had been accompanied by a massive "infodemic," or an abundance of information, some of which was accurate and some of which was not, which made it challenging for people to find trustworthy sources and trustworthy information when they needed it, the WHO warned in February 2020. In this study, we introduce a novel approach and technology for identifying fake news that includes: • Text pretreatment, which entails steaming and text analysis by removing stop words and unusual characters. • Encoding of the text: utilising bag of words and N-gram then TF-IDF. • Characteristic extraction: This enables the accurate identification of bogus information. The author, date, and feeling conveyed by the text are used as features of a news item. Support vector machine is a technique for supervised machine learning that enables the classification of new data. 1.1 Objective The main goal is to identify bogus news, which is a straightforward solution to a traditional text classification problem. It is necessary to create a system that can distinguish between "genuine" and "false" news. Children's ability to think critically will improve, and they will be more willing to work to stop the spread of false information. The participants will receive knowledge of, for instance, how to effectively communicate in an online forum. 1.2 Python Used in Machine Learning Python offers stability, versatility, and a wide range of tools, all of which are necessary for a machine learning project. Python enables developers to work efficiently and with confidence throughout the whole product development process, from design through deployment and maintenance. Python is a simple and trustworthy programming language that enables programmers to create reliable, readable software. Python was primarily employed as the programming language for projects involving many developments and cooperative implementation. Prototypes are created more quickly because testing and the challenging machine learning task may be completed swiftly. The incredible libraries and frameworks of Python are another another reason to master it for machine learning. The modern world has been profoundly affected by machine learning. New applications are always being developed in the world we live in. Python is being used by developers for every phase of problem solving. Python practitioners assert that they believe the language is well suited for AI and machine learning.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1014 2. RELATED WORKS According to study [2], fake news has been surfacing frequently and widely in the internet world lately due to the rising development of online social networks for various economic and political goals. Users of online social networks can easily become infected by these online fake news with deceptive language, and this has already had a significant impact on offline culture. Finding bogus news quickly is a crucial step in raising the credibility of information in online social networks. This study seeks to investigate the theories, approaches, and algorithms for identifying fake news sources, authors, and subjects from online social networks and assessing the performance in this regard. This essay tackles the difficulties caused by the unknowable traits of fake news and the varied relationships between news sources, authors, and subjects. In this research, the FAKEDETECTOR automatic fake news credibility inference model is introduced. FAKEDETECTOR creates a deep diffusive network model based on a set of explicit and latent properties collected from the textual material to simultaneously learn the representations of news articles, producers, and subjects. A real-world dataset of false news has been used in extensive trials to compare FAKEDETECTOR with a number of state-of-the-art algorithms, and the results have shown that the suggested model is effective. According to study [5], there are several technologies available to identify bogus news that circulates by looking at the linguistic choices that appear in headlines and(Chen, Conroy, and Rubin 2015b) Various intense linguistic structures. According to Atodiresei, Tnăselea, and Iftene (2018), another technology designed to identify fake news on Twitter contains a component known as the Twitter Crawler that gathers and archives tweets in a very informational manner. When a Twitter user wants to check the veracity of the news they have found, they copy the URL into this programme, where it is evaluated for false news identification. The NER (Named Entity Recognition) approach, which is based on the associate degree rule, was developed (Atodiresei, Tănăselea, and Iftene 2018). According to study[8] ,states that research on false news detection is still in its early stages because this subject is relatively new, at least in terms of the interest it has generated in society. The following is a review of some of the published works. Fake news can generally be divided into three categories. Fake news, or news that is wholly made up by the authors of the pieces, is the first category. The second category is phoney satire news, which is made primarily with the intention of making readers laugh. The third category consists of badly written news items that contain some genuine news but are not totally accurate. In essence, it refers to news that fabricates entire stories while quoting political people, for instance. This type of news is typically intended to advance a particular goal or a prejudiced opinion [3]. According to study [10], Hadeer Ahmed et al. [4] compare two distinct feature extraction strategies and six different classification techniques to develop a false news detection model using n-gram analysis and machine learning techniques. The results of the tests conducted indicate that the so-called features extraction method yields the best results (TF-IDF). They employed the 92% accurate Linear Support Vector Machine (LSVM) classifier. The LSVM used in this model is restricted to handling only the situation where two classes are linearly separated. A naive Bayesian classifier is used by Mykhailo Granik et al. [7] to offer a straightforward method for detecting bogus news. On a set of data taken from Facebook news posts, this strategy is tested. They assert that they can reach a 74% accuracy rate. This model's rate is good but not the greatest because many other research have used different classifiers to reach better rates. This survey, according to study[11], is an evaluation of the many methods or systems that have been employed in the past to identify fake news. This paper's main goal is to observe and identify the most effective and objective solutions to the given situation. Additionally, the survey below examines each approach used in the literatures mentioned (see References). Fake news has puzzling root reasons and is widely spread. Numerous strategies can and have been adopted by both people and organisations [9]. However, our survey shows that (1) fact checking, (2) rumour identification, (3) stance detection, and (4) sentiment analysis are given prominence regarding these methodologies. 3. PROPOSED SYSTEM The solution we suggest builds a decision model based on the support vector machine method using a news dataset. The model is then used to categorise recent news as authentic or fraudulent. A. The system's overall architecture as proposed The suggested system accepts a dataset of comments and their associated data, such as date, source, and author, as input. It then converts them into a dataset of features that may be utilised for learning. Preprocessing is the name given to the transformation, which includes a number of steps like cleaning, filtering, and encoding. The preprocessed dataset is split into two sections: a training section and a testing section. The training module creates a decision model that can be used with the test dataset
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1015 using the training dataset and support vector machine technique. The training process is complete after the model has been accepted (i.e., it has been able to attain an acceptable accuracy rate). If not, the learning algorithm's settings are changed in attempt to increase accuracy. The suggested system's general layout is shown in Figure 1. Figure 1. The proposed fake news detection system architecture’s B. Preprocessing Three categories—textual data, category data, and numerical data—are used to classify the features of news in the news dataset. A series of processes are used to preprocess each category, as shown in Figure 2: Figure 2. Preprocessing of different categories of news characteristics C. Learning It combines two modules, namely the training and validation ones. 1) Training: We have selected the support vector machine approach to train our model [15]. This enables the decision function value assigned to a news item to be used as a measure of the classification's degree of confidence: a positive decision function value designates both a true news and its level of truth, and vice versa; a negative decision function value designates both a fake news and its level of fakeness. 2) Validation: We set aside some of the instances to be used as test models in order to gauge the model's ability to recognise new cases. Then, a training part and a test part are created using the features dataset. Its value comes from preventing over-fitting, which is when a model is tested using the same training dataset. By applying the cross validation method, the subdivision is done according to a specific sample rather than at random [12]. D. Changing the parameters By adjusting or modifying the support vector machine algorithm's parameters, notably Cost, E, and the cross- validation variation, this process seeks to increase the model's accuracy [6]. E. Use This is the system's final and most crucial stage. We may now use the best model, which we built after achieving the best recognition rate, to new unlabeled news in order to predict their classes—wrong or true—with a certain degree of confidence. 4. CONCLUSION 5. REFERENCES [1] Cristina M Pulido, Laura Ruiz-Eugenio, Gisela Redondo- Sama, and Beatriz Villarejo-Carballido. A new application of social impact in social media for overcoming fake news in health. International journal of environmental research and public health, 17(7):2430, 2020. [2] Detecting Fake News in Social Media Networks https://doi.org/10.1016/j.procs.2018.10.171 [3] Schow, A.: The 4 Types of ‘Fake News’. Observer (2017). http://observer.com/2017/01/ fake-news-russia- hacking-clinton-loss/ In an effort to identify the most effective features and methods for spotting fake news, this research provides a way for doing so using a support vector machine. We began by researching fake news, its effects, and the techniques used to identify it. Then, using a dataset of news that has been preprocessed using cleaning methods, steaming, N-gram encoding, bag of words, and TF-IDF, we created and implemented a solution that extracts a set of features that can identify fake news. Then, using our dataset of features, we applied the Support Vector Machine technique to create a model that would allow the categorization of fresh data.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1016 [4] Hadeer Ahmed, Issa Traore, and Sherif Saad. Detection of online fake news using n-gram analysis and machine learning techniques. In International Conference on Intelligent, Secure, and Dependable Systems in Distributed and Cloud Environments, pages 127–138. Springer, 2017 . [5] Parikh, S. B., & Atrey, P. K. (2018, April). Media-Rich Fake News Detection: A Survey. In 2018 IEEE Conference on Multimedia Information Processing and Retrieval (MIPR) (pp. 436-441). IEEE [6] Chih-Chung Chang and Chih-Jen Lin. LIBSVM – A Library for Support Vector Machines, July 15, 2018. [7] Mykhailo Granik and Volodymyr Mesyura. Fake news detection using naive bayes classifier. IEEE First Ukraine Conference on Electrical and Computer Engineering (UKRCON), pages 900–903.IEEE, 2017 . [8] Lemann, N.: Solving the Problem of Fake News. TheNewYorker(2017).http://www.newyorker.com/news /news-desk/solving-the-problem-of-fake-news. [9] Fatmeh Torabi Asr, Maite Taboada:“Big Data and quality data for Fake News and misinformation detection”, Big Data & Society, 2019, Article-14, DOI:10.1177/2053951719843310. [10] Florian Sauvageau. Les fausses nouvelles, nouveaux visages, nouveaux défis. Comment déterminer la valeur de l’information dans les sociétés démocratiques? Presses de l’Université Laval, 2018 [11] MeichangGuo, ZhiweiXu, Limin Liu, MengjieGuo, and Yujun Zhang: “An Adaptive Deep Transfer Learning Model for Rumor Detection without Sufficient Identified Rumors”, Mathematical Problems in Engineering, 2020, article ID-7562567, DOI:10.1155/2020/7562567. [12] Refaeilzadeh Payam, Tang Lei, and Liu Huan. Cross- validation. Ency- clopedia of database systems, pages 532– 538, 2009. [13] Niall J Conroy, Victoria L Rubin, and Yimin Chen. Automatic deception detection: Methods for finding fake news. Proceedings of the Association for Information Science and Technology, 52(1):1–4, 2015. [14] Florian Sauvageau. Les fausses nouvelles, nouveaux visages, nouveaux défis. Comment déterminer la valeur de l’information dans les sociétés démocratiques? Presses de l’Université Laval, 2018. [15] Lechevallier Y. WEKA, un logiciel libre d’apprentissage et de data mining”. INRIA-Rocquencourt. [16] S. B. Parikh and P. K. Atrey, "Media-Rich Fake News Detection: A Survey," IEEE Conference on Multimedia Information Processing and Retrieval (MIPR), Miami, FL, 2018. [17] Dewey, C.: Facebook has repeatedly trended fake news since firing its human editors. Washington Post (2016). [18] DSKR Vivek Singh and Rupanjal Dasgupta. Automated fake news detection using linguistic analysis and machine learning. [19] Florian Sauvageau. Les fausses nouvelles, nouveaux visages, nouveaux défis. Comment déterminer la valeur de l’information dans les sociétés démocratiques? Presses de l’Université Laval, 2018. [20] Gerard Salton and J Michael. Mcgill. 1983. Introduction to modern information retrieval, 1983.