0% found this document useful (0 votes)
15 views

ML Paper 6

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)
15 views

ML Paper 6

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/ 4

International Journal of Recent Technology and Engineering (IJRTE)

ISSN: 2277-3878 (Online), Volume-8 Issue-6, March 2020

An Efficient Supervised Method for Fake News


Detection using Machine and Deep Learning
Classifiers
Sruthi. M. S, Rahul R, Rishikesh G

Abstract: This paper comes up with the applications of


Machine learning and deep learning algorithms for police Machine learning vs. Deep learning
work the 'fake news', that is, dishonorable news stories that come Deep learning is that the specialized sort of
from the unauthorized article writers. This approach was machine learning. In machine learning the feature extraction
enforced as software and tested against an information set. Aim and classification are done separately but in deep learning
is to separate the faux news, among the news spread in the
both processes are combined together thus accuracy differs
articles. It’s required to create a model which is able
to differentiate between “Real” news and “Fake” news. The within the output.
model was created exploitation numerous deep and machine
learning strategies. LSTM technique outperforms different
classifiers and achieves the accuracy of 94%.

Keywords: Support Vector Machine, Natural Language


Processing, classification, News

I. INTRODUCTION

Social Media Systems are dramatically ever-changing the


means news is created, disseminated, and consumed, gap
unforeseen opportunities, however additionally making
complicated challenges. A key drawback currently is that
social media has become a neighbourhood for campaigns of
data that have an impact on the quality of the entire news
system Most of the prevailing efforts during this house are
simultaneous work, that determine repeated patterns on
pretend news once they're already disseminated, or propose
new options for coaching classifiers, supported concepts that
haven't been tested Thus, it's tough to measure the potential Fig 1 machine learning and deep learning
that supervised models trained from options projected in
recent studies have for police work pretend news. This paper II. LITERATURE SURVEY
the various classifiers of machine learning and deep learning KushalAgarwalla et al [1] implemented the classifiers
are implemented over a dataset of article news and finally an namely Support Vector Machine (SVM) and obtained
interface is created with the highest accuracy algorithm to accuracy 83% in fake news prediction among news articles.
predict the news given by the user is real or unreal. Anant Kumar [2] et al proposed a model based on linear
SVC which results in accuracy 59% and their dataset is
obtained from reliable source. Sajjad Ahmed [3]combined
the knowledge engineering with machine learning and
framed a model to identify fake news that resulted a decent
accuracy. Muhammad Syahmi Mokhtar[4] evaluated the
Logistic Regression classifier and developed a web
application to detect fake news through URL. Shlok
Manuscript received on February 10, 2020. Gilda[5] developed a model to predict the fake news by
Revised Manuscript received on February 20, 2020. implementing Support Vector Machines, Stochastic
Manuscript published on March 30, 2020.
* Correspondence Author Gradient Descent, Gradient Boosting and Random Forests
Sruthi. M. S, Assistant Professor, Sri Krishna College of Technology, algorithms and found the accuracy of 77.2%.Mykhailo
Department of Computer Science and Engineering. Granik et al [6] implemented the Naïve Bayes algorithm to
Rahul R, UG student, Sri Krishna College of Technology,
Department of Computer Science and Engineering
find fake posts in Facebook posts and obtained 74%
Rishikesh G, UG student, Sri Krishna College of Technology, accuracy .Julio C.S et al discussed k-Nearest
Department of Computer Science and Engineering Neighbors(KNN), Randam Forest(RF) and XGBoost (XGB)
© The Authors. Published by Blue Eyes Intelligence Engineering and
and predicted that XGB gives 86% accuracy in fake news
Sciences Publication (BEIESP). This is an open access article under the CC detection[7].
BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Retrieval Number: F8930038620/2020©BEIESP


DOI:10.35940/ijrte.F8930.038620 Published By:
Journal Website: www.ijrte.org Blue Eyes Intelligence Engineering
3896 & Sciences Publication
An Efficient Supervised Method for Fake News Detection using Machine and Deep Learning Classifiers

Selvy P.T. et al [10] developed Performance analysis of


clustering algorithms in brain tumor detection of MR images
with high degree of accuracy. Sreeja N.K. et al [11]
implemented Pattern matching based classification using
Ant Colony Optimization based feature selection and
obtained 90% accuracy.
Bhuvaneswari K. et al [12] discussed Edgelet based human
detection and tracking by combined segmentation and soft
decision using ML algorithms. Sathya Bama S. et al [13]
introduced A mathematical approach for improving the
performance of the search engine through Web content
mining. Punithavathani D.S. et al [14] implemented
IPv4/IPv6 transition mechanisms for network data
transferring. Kumar B.M. et al [15] worked on Network
design for reverse logistics and resulted a good accuracy.

III. PROPOSED FRAMEWORK


In this paper a model is long remembering
(LSTM).Long remembering (LSTM) networks are a kind of
repeated neural network capable of learning order
dependence in sequence prediction issues.LSTM used for
classification. 2 layers have shown to be enough to find a lot
of advanced options. a lot of layers is higher however
additionally tougher to coach. One hidden layer work with
easy issues , and 2 are enough to search out moderately
advanced options. Fig.3. Dataset

3.1 TRAINED DATA AND PRE-PROCESSING


Get all the most recent news and updates on News
Channel like CNN, NDTV, ABP etc.. International news
channels are 24-hour news tv channels that cowl
international news updates on their news programmers. the
info got to be subjected to sure refinements like stop-word
removal, tokenization, a lower casing, sentence
segmentation, and punctuation removal. This may facilitate
United States of America scale back the scale of actual
knowledge by deleting the unsuitable info that in the data.
Faux news detection models, we have a tendency to begin
by extracting many sets of linguistic features. Then the
data is separated for test and train data.

IV. MACHINE LEARNING AND DEEP


LEARNING METHODS USED
a. NAIVE BAYES
Naive Thomas Bayes algorithms area unit within the
main used in sentiment analysis, spam filtering,
recommendation systems etc.They are fast and simple to
implement but their biggest disadvantage is that the
Fig.2. Block Diagram necessity of predictors to be freelance.In most of the real-
life cases, the predictors area unit dependent, this hinders the
DATA SET: performance of the classifier.Use Naive theorem equation to
In our study real and unreal news data is collected under calculate posterior likelihood for each class.Classification
20000 article authors. The data set is obtained from Kaggle technique supported Bayes’ theorem with Associate in
and the parameters like ID,Title ,Author ,Text, Lable also Nursing assumption of independence among predictors.
obtained for each data. The lable denotes real or fake news
written by the author.

Retrieval Number: F8930038620/2020©BEIESP


DOI:10.35940/ijrte.F8930.038620 Published By:
Journal Website: www.ijrte.org Blue Eyes Intelligence Engineering
3897 & Sciences Publication
International Journal of Recent Technology and Engineering (IJRTE)
ISSN: 2277-3878 (Online), Volume-8 Issue-6, March 2020

b. SUPPORT VECTOR MACHINE d. LSTM NETWORK*****


SVM works with the help of mapping info to a high- Long Short Term Memory networks – typically simply
dimensional operate space so facts points is categorised, known as “LSTMs” – are a special reasonably RNN,
notwithstanding the records aren't in the other case linearly capable of learning semipermanent dependencies. They
severable. A apparatus among the classes is found, then the work enormously well on an oversized style of issues, and
records are reworked in such a way that the apparatus is also are currently wide used. LSTMs are expressly designed to
drawn as a hyperplane. Support vectors are statistics points avoid the semi-permanent dependency drawback. Memory
that are within the direction of the hyperplane and influence info for long periods of your time is much their default
the position and orientation of the hyperplane. victimisation behavior, not one thing they struggle to be told. All repeated
these facilitate vectors, we have a tendency to maximize the neural networks have the shape of a series of continuation
margin of the classifier. Deleting the support vectors can modules of neural network. In normal RNNs, this
exchange the position of the hyperplane. These are the continuation module can have a really straightforward
points that assist United States build our SVM. A structure, like one tanh layer
hyperplane in associate n-dimensional metric space could be
a flat, n-1-dimensional set of that space that divides the gap
into disconnected elements. for instance, let's assume a line
to be our one-dimensional geometrician space VM is used
for classification (distinguishing between many firms or
classes) and regression (obtaining a mathematical version to
predict they'll be dispensed to every linear and nonlinear

Fig.6. Neural Network based Fake news Detection

V. RESULT AND OUTPUT


Model Accuracy
Naive Bayes 72.94%

SVM 88.42%

Neural Network using Tensor Flow 81.42%


Fig. 5. SVM based Fake news Detection
Neural Network using Keras 92.62%
c. NEURAL NETWORK
A neural network can also be a sequence of algorithms that
endeavours to acknowledge underlying relationships in LSTM 94.53%
companion credential passing set of knowledge through how
that mimics the approach that the human brain operates. at
some purpose of this sense, neural networks attend systems
of neurons, either natural or artificial in nature. Similarly, a
neural network is formed from cells that activity on to
produce a most popular result, even if every character
cellular is just about on high of things of finding alittle a
part of the matter.

Fig.7. LSTM

Fig.4. Neural Network based Fake news Detection


Retrieval Number: F8930038620/2020©BEIESP
DOI:10.35940/ijrte.F8930.038620 Published By:
Journal Website: www.ijrte.org Blue Eyes Intelligence Engineering
3898 & Sciences Publication
An Efficient Supervised Method for Fake News Detection using Machine and Deep Learning Classifiers

International Journal of Innovative Technology and Exploring


Engineering(IJITEE) ISSN: 2278-3075, Volume-8 Issue-11, Sep 19
3. Sajjad Ahmed1 , Knut Hinkelmann2 , Flavio Corradini1”Machine
Learning with Knowledge Engineering to detect Fake News in Social
Networks”in (AAAI-MAKE 2019). Stanford University, Palo Alto,
California, USA, March 25-27, 2019.
4. Muhammad Syahmi Mokhtar, Yusmadi Yah Jusoh, Novia
Admodisastro, Noraini Che Pa,” Fake News Detection System Using
Logistic Regression” in (IJEAT) ISSN: 2249 – 8958, Volume-9,
Issue-1, October 2019
5. Shlok Gilda “ Machine Learning Algorithms for Fake News
Detection" in the 2017 IEEE Conference on Research and
Development, December 2017, pp.110-115
6. Mykhailo Granik and Volodymyr Mesyura “Fake News Detection
Using Naive Bayes ”, IEEE First Ukraine Conference on Electrical
and Computer Engineering, 2017.
7. Julio C. S. Reis ; André Correia ; Fabrício Murai ; Adriano
Veloso ; Fabrício Benevenuto“ Supervised learning for fake news
detection” in IEEE Intelligent System(volume;34,issue:2,march19)
8. Abu-nimeh, S., Chen, T., Alzubi, O., 2011. Malicious mail posts in
on line social networks. Computer 44, 23–28. Doi:10.1109/MC.
2011.222.
Fig.8. Output for Proposed work 9. Brewer P.R., Young D.G., Morreale M.The result of real data roughly
pretend news”: Intertextual strategies and political
humourInternational Journal of vox populi analysis, 25 (2013), pp.
323-343.
10. Selvy P.T., Palanisamy V., Purusothaman T., Performance analysis of
clustering algorithms in brain tumor detection of MR images,
European Journal of Scientific Research, 62(2011), pp.321-330.
11. Sreeja N.K., Sankar A., Pattern matching based classification using
Ant Colony Optimization based feature selection, Applied Soft
Computing Journal, 31(2015), pp.91-102.
12. Bhuvaneswari K., Rauf H.A., Edgelet based human detection and
tracking by combined segmentation and soft decision, International
Conference on Control Automation, Communication and Energy
Conservation, 2009.
13. Sathya Bama S., Irfan Ahmed M.S., Saravanan A., A mathematical
approach for improving the performance of the search engine through
Web content mining, Journal of Theoretical and Applied Information
Technology, 60(2014), pp.343-350.
14. Punithavathani D.S., Sankaranarayanan K., IPv4/IPv6 transition
mechanisms, European Journal of Scientific Research, 34(2009),
pp.110-124.
Fig.9. Interface Creation 15. Kumar B.M., Saravanan R., Network design for reverse logistics - A
The proposed system uses novel method of applying LSTM case of recycling used truck tires, Applied Mechanics and Materials,
2014, 592-594, pp. 2677-2688.
interface. The user can enter the news for checking the news
entered is fake news or real news. Fig.7 & fig.8 denotes the AUTHORS PROFILE
user interface for finding the news is real or fake.
MS.M.S.Sruthi, Assistant Professor, Sri Krishna
VI. CONCLUSION College of Technology in the Department of
Computer Science and Engineering.
The planned linguistics-driven approach suggests that to
differentiate between faux and real content it's worthy to
appear at the lexical, grammar and linguistics level of a item Rahul R, UG student in Sri Krishna College of
in question victimisation machine and deep learning ways. Technology in the Department of Computer Science
and Engineering.
The developed system’s performance is resembling that of
humans during this task, with an a. options appear
promising, we have a tendency to argue that future efforts
on info detection mustn't be restricted to those and will
Rishikesh G, UG student in Sri Krishna College of
conjointly embrace meta options. Reults prove that LSTM Technology in the Department of Computer Science
networks outperforms alternative classifiers. Future work and Engineering.
are collection the classifiers to attain higher performance
victimisation ADA Boost methodology.

REFERENCES:

1. K Agarwalla, S Nandan,VA Nair,DD Hema”Fake News Detection


using Natural Language Processing” in (IJRTE) International Journal
of Recent Technology and Engineering ISSN: 2277-3878, Volume-7,
Issue-6, March 19
2. Anant Kumar, Satwinder Singh, Gurpreet Kaur” Fake News
Detection of Election Data using Machine Learning Algorithm” in

Retrieval Number: F8930038620/2020©BEIESP


DOI:10.35940/ijrte.F8930.038620 Published By:
Journal Website: www.ijrte.org Blue Eyes Intelligence Engineering
3899 & Sciences Publication

You might also like