SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 819
A SUPERVISED MACHINE LEARNING APPROACH USING K-NEAREST
NEIGHBOR ALGORITHM TO DETECT FAKE REVIEWS ON AMAZON
Dr. T. Praveen Blessington1, Gaurav Pawar2, Shrinivas Pawar3, Onkar Davkare4, Rutuja
Javalekar5
Department of Information Technology, Zeal College of Engineering and Research, Pune-41, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In the enterprise marketing process, online data
plays a very crucial role. As a type of data , fake reviews of the
products have been seriously affecting the reliability of both
decision making and data analysis of the enterprise. Some of
the users tend to spread fake news through the online
platforms and they are also unverified. Both the customers as
well as the vendors get seriously affected due to fake reviews
as the customer is not able to buy genuine product based on
review and the vendor results in less sales of product due to
the negative impact of review. To detect fake reviews has
become a necessity of this era.The use of supervised machine
learning is described in this system for detecting fake
reviews.We offer a method to distinguish between real and
false product reviews by letting users know whether or not
they are trustworthy. This strategy for spotting fake reviews
explains the application of supervised machine learning. This
methodology was developed in response to shortcomings in
how traditional fake review detection methods categorised
reviews as true or false based on categorical datasets or
sentiment polarity ratings. Our approach helps close this gap
by taking into account both polarity ratings and classifiersfor
false review identification. As part of our endeavour, a survey
of previously published articles was completed. Our system's
accuracy was 88% thanks to the machine learning technique
called Support Vector Machine[2]
Key Words: Enterprise Marketing, KNN, Fake Reviews,
Decision Making, Data Analysis, Unverified, Supervised
Machine Learning .
1. INTRODUCTION
TIn today's world, online shopping is one of the most
important aspects of daily living. Many everyday consumers
use online reviews to choose which product to buy. On e-
commerce platforms, customer reviews play a significant
role in determining a company's revenue. Nowadays, it is
simple to trick and control a customer by publishing a
fictitious review on a specific product. The Competition and
Markets Authority (CMA) of the UK claims that fabricated or
inaccurate reviews may yearly have an impacton£23billion
in consumer spending in the nation. On Amazon, 61% of the
reviews on devices are fake. One in seven reviews on
Tripadvisor can be false. Numerous false reviews on online
review sites like Tripadvisor, Yelp, etc. either increase or
decrease the popularity of a hotel or product. Many
websitevisitors are unable to quicklyrecognisefakereviews.
As a result, the buyer is duped and their perception of real
items is manipulated. We thus decided to develop a user-
friendly fake review detection system to stop people from
being duped by fake reviews in order to overcome this
discrepancy between fake and factual reviews.
2. LITERATURE REVIEW
The [1] fake feature framework, which is made up of 2 types
of reviews, is used to characterise and organise the features
of false reviews. Using Logistic Regression, techniques used
to analyseuser-centricfeaturesinAmazonelectronicproduct
reviews produced an F-score of 86% accuracy.
The system was built on Opinion-Mining, whichmakesuseof
Sentiment Analysis to identify false reviews. They had
created a working model that collected annotations for
individual reviews in the dataset. Also, it was discoveredthat
Sentiment Analysis is a method of implementation in which
Vader determined whether a passage of text is positive,
negative, or neutral. The majority of sentiment analysis
methods fall into one of two categories: valence-based
(where texts are classified as positive or negative) or
polarity-based (where the strength of the sentiment is taken
into account). For instance, ina polarity-based approach, the
terms "good"and "great" would be viewed equally,whileina
valence-based approach, "excellent" would be viewed as
more positive than "good."
According to another study[3], there are two main types of
phoney reviews: textual (dependent on the reviews'
substance) and behavioural (completely dependent on the
reviewer's writing style, emotional expressions, and
frequency of writing). The difference between bogus and
authentic reviews was determinedusingavarietyofmachine
learning algorithms.
Identificationwascarriedoutbyconsideringboth"important
elements of review" and "reviewer behaviour." Without
behaviouralcharacteristics,Logistic Regression providedan
accuracy of 86% in thebi-gram,KNN providedanaccuracyof
73% in the tri-gram, and SVMprovided an accuracyof88.1%
in the bi-gram.
The system created to identify fake hotel reviews on yelp[4],
tripadvisor, and other websites. The system's architecture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 820
includes a web crawler that compiles all the review data and
stores it in a MySQL database. Fourseparatetechniqueswere
used to find the fake reviews: text mining-based
categorization, spell checking, reviewer behaviour analysis,
and hotel environment analysis. After all factors have been
evaluated, the overall probability of fraudulent reviews for a
certain hotel is computed using a grading algorithm
employing the individual probabilities.Whenputtingthetext
mining-based false detection method into practise, the
standard pre-processing recommendations were followed.
The percentage of fake reviews was about 14%. Prior study
has used and confirmed this data source for determining the
veracity of the hotels.
One of the studies focused on Sentiment analysis[5] and
Machine Learning approach in finding the Fake reviews.This
system used ML Algorithms NaïveBayes,KNN,SVM,Decision
Tree (j48).SVM(81.75%)[5]outperformsotheralgorithmsin
both w/ and w/o stop word approaches.
The assumption was made that classification ofFakereviews
is either True or False [6]. When recognising fake reviews, it
is important to consider the reviewer's credibility, the
dependability of theproduct,andthereviewer'shonesty.Asa
result,NaiveBayesdelivered98%accuracywhereasRandom
Forest produced 99% accuracy.
Another research [7] centred on the methods used for
classifying fake reviews which are Content based method
which considers POS tag frequency count as a feature and
Behaviour Feature based method which considers unfair
rating as a feature. The unsupervised machine learning
algorithm used forthis purpose is Expectation Maximisation
which gave accuracy of 81.34% and supervised machine
learning algorithm used is SVM and Naive Bayes which gave
accuracy of 86.32%.
One of the studies [8]suggestedCombinationofclassification
algorithms with LDA which yielded higher accuracy results.
The traditional SVM, Logistic regression and Multi-layer
perceptron model gave accuracy of 65.7%, 80.5% and80.3%
respectively. When combined with LDA the SVM, Logistic
Regression and Multi-layer perceptron model gave accuracy
of 67.9% and 81.3% respectively.
Three techniques are used in the system [9] to classify false
reviews. The first one is Review Centric Approach which
considers content of review, use of capital letters, and
numericals.
The second approach is Reviewer Centric approach which
considers profile image, URL length, IP address, etc and the
third approach is Product Centric Approach whichconsiders
rank of product, price of product as feature. The algorithms
used to detect the fake reviews were supervised,
unsupervised and semi-supervised.
One of the systems we studied focuses on annotating the
sentiments of a review [10] using VADER. The gathered
reviews are cleaned and opinion mined, after which the
sentiment analysis step takes place. The results of the
sentiment analysis are then appended to the dataset and
classified using vector calculation.
Research [11] primarily focused on reviews that were
produced with the intention of seeming authentically
misleading. The dataset underwent sentiment analysisinthe
system[12]. Two classification models, a two-way
classification that categorisesreviewsaspositiveornegative,
and a three-way classification that categorises data as
positive, negative, or neutral with sentiment analysis in
between, were reported.
Using R, an open source statistical programming language
and software environment, additional experimental work
was conducted. It is especially helpful for data processing,
data analysis, calculations, and the graphical display of
results.
Another method for identifying phoney reviews is to use
reviewer behaviourandhistoryanalysis,asexplainedin[13].
The focus of the study is on exploiting jaccard similarity to
distinguish between human users and bots. If product
reviews are overly favourable or unfavourable and are
structured similarly, they may be deemed manipulated.
3. METHODOLOGY
Our recommended methodologyisasfollows,whichisbased
on the study we did and observations of how earliersystems
operated.
The reviews from the user-provided website link will be
scraped as the first stage. Selenium is used to execute the
web scraping. After the reviews are saved in json format,the
necessary information will be retrieved, such whether the
review is favourable or negative, only the necessary content
from the review, etc. At this point, the ML model will be
prepared, and the extracted data will be input into it. The
training dataset will then be used by the algorithm to
determine whether the reviews are fraudulentorlegitimate.
The user will be able to recognise this output because it will
be visualised on the website.
The steps summarised are as follows-
1. Scraping of the reviews from Amazon
2. Extraction of necessary information
3. Transferring the data as input to models.
4. Adapting algorithms to training set
5. Predicting the test data results.
6. Visualising the test data set result.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 821
4. PROPOSED SYSTEM ARCHITECTURE
In order to determine the optimum model to be utilised to
obtain the highest accuracy and quickest speed, the
approach is explained in detail and is carried out in five
major parts.
Using web scraping, data will be collected from the online
websites.
4.1 Data Collection
Consumer review data collection- Raw review data was
collected from Kaggle’s Amazon datasets reviews. Doing so
was to increase the diversity of the review data. A dataset of
40000 thousand reviews was collected.
4.2 Data Preprocessing
Processing and refining the data by removal of irrelevant
and redundant information as well as noisy and unreliable
data from the review dataset. Step 1:Sentence tokenization
The entire review is given as input anditistokenized.Step2:
Removal of punctuation marks Punctuation marks used at
the starting and ending of the reviews are removed along
with additional white spaces. Step 3: Word Tokenization
Each individual review is tokenized intowordsandstored in
a list for easier retrieval. Step 4: Removal of stop words
Affixes are removed from the stem.
4.3 Sentiment Analysis
Classifying the reviews according to their emotion factor or
sentiments being positive, negative or neutral. It includes
predicting the reviews being positive or negative according
to the words used in the text, emojis used, ratings given to
the review and so on. Related research shows that fake
reviews has stronger positiveornegativeemotionsthantrue
reviews. The reasons are that, fake reviewsareusedtoaffect
people opinion, and it is more significant to convey opinions
than to plainly describe the facts. TheSubjectivevsObjective
ratio matters: Advertisers post fake reviews with more
objective information, giving more emotions such as how
happy it made them than conveying how the product is or
what it does. Positive sentiment vs negative sentiment: The
sentiment of the review is analyzed which in turn help in
making the decision of it being a fake or genuine review.
4.4 Feature extraction/Engineering
It mainly involves reduction of the number of resources so
that a large dataset can be described. Selection of the
appropriate features for predicting the results.
4.5 Fake Review Detection
Classification assigns items in a collection to target
categories or classes. The goal of classification is to
accurately predict the target class for each case in the data.
Each data in the review file is assigned a weight and
depending upon which it isclassifiedintorespectiveclasses -
Fake and Genuine.
Fig -1 : Data Flow Diagram
Fig -2 : Proposed System Architecture
5. EXPERIMENTAL RESULTS
The Trained model is used for prediction of the fake reviews
and genuine reviews. Different libraries are available in
Python that helpsinmachine learning,classificationprojects.
Several of those libraries have improved the performanceof
this project. For user interface we have used Web
technologies to build website.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 822
Fig -3: Product Need to be given by user(prototype)
Fig -4: Web Scrapping of given product(prototype)
6. IMPORTANT LIBRARIES
First, “Numpy” that provides with high-level math function
collection to support multi-dimensional matricesandarrays.
This is used for faster computations over the weights
(gradients) in neural networks. Second, “scikit-learn” is a
machine learning library for Python whichfeaturesdifferent
algorithms and Machine Learning function packages. NLTK,
natural language toolkit is helpful in word processing and
tokenization. The project makes use of Anaconda
Environment which is an open source distribution for
Python which simplifies package management and
deployment. It is best for large scale data processing
7. CONCLUSION
Using Supervised Machine learning algorithm we can easily
differentiate between fake or real reviews. The fake review
detection is designed for filtering the fake reviews. In this
research work SVM classification provideda betteraccuracy
of classifying than the other algorithm for testing dataset.
Also, the approach provides tofindthemosttruthful reviews
to enable the purchasertomakedecisionsabouttheproduct.
It will benefit the customer as well as the company since
they will get the genuine reviews by thecustomersaboutthe
product. Customers will be able to buy the best product
based on the classification of fake reviews.
REFERENCES
[1] Rodrigo Barbado, Oscar Araque, Carlos A. Iglesias, “A
framework for fake reviewdetectioninonlineconsumer
electronics retailers”,Volume 56, Issue 4,July 2020,
Pages12341244,ISSN03064573,https://doi.org/10.101
6/j.ipm.2020.03.002
[2] N. Kousika, D. S, D. C, D. B M and A. J, "A System for Fake
News Detection by using Supervised LearningModel for
Social Media Contents," 2021 5th International
Conference on Intelligent Computing and Control
Systems(ICICCS),2021,pp.1042-
1047,doi:10.1109/ICICCS51141.2021.9432096.
[3] Ammar Mohammed, Atef Ibrahim ,Usman Tariq,Ahmed
Mohamed Elmogy “Fake Reviews Detection using
Supervised Machine Learning” ,January 2021
International Journal ofAdvancedComputerScienceand
Applications
12(1),DOI:10.14569/IJACSA.2021.0120169.
[4] Möhring M., Keller B., Schmidt R., Gutmann M., Dacko S.
HOTFRED: “A Flexible Hotel Fake Review Detection
System''. In: Wörndl W., Koo C., Steinmetz J.L. (eds)
Information and Communication Technologies in
Tourism.
Springer,Cham.https://doi.org/10.1007/978-3-030-
65785-7_29.
[5] E. Elmurngi and A. Gherbi, "An empirical study on
detecting fake reviews using machine learning
techniques," Seventh International Conference on
Innovative Computing Technology(INTECH),pp.107-
114,doi:10.1109/INTECH.2017.8102442.
[6] Neha S.,Anala A. ,“Fake Review Detection using
Classification”,une,International Journal of Computer
Applications180(50):16-
21,DOI:10.5120/ijca2018917316
[7] R. Hassan and M. R. Islam, "Detection of fake online
reviews using semi-supervised and supervised
learning,"International Conference on Electrical,
Computer and Communication Engineering (ECCE), pp.
1-5, doi: 10.1109/ECACE.2019.8679186.
[8] S. Jia, X. Zhang, X. Wang and Y. Liu, "Fake reviews
detection based on LDA," 4th International Conference
on Information Management (ICIM), 2018, pp. 280-283,
doi:10.1109/INFOMAN.2018.8392850.
[9] N. A. Patel and R. Patel, "A Survey on Fake Review
Detection using Machine Learning Techniques," 4th
International Conferenceon ComputingCommunication
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 823
and Automation (ICCCA), 2018, pp. 1-6, doi:
10.1109/CCAA.2018.8777594.
[10] Dhairya Patel1, Aishwerya Kapoor2,SameetSonawane3
,“Fake Review Detection using Opinion
Mining”,https://www.irjet.net/archives/V5/i12/IRJET-
V5I12154.pdf
[11] Ott, Myle & Choi, Yejin & Cardie, Claire & Hancock,
Jeffrey. (2011) “Finding Deceptive Opinion SpambyAny
Stretch of the Imagination”.
[12] Dipak R. Kawade et al., “Sentiment Analysis Machine
Learning Approach”, / International Journal of
Engineering and Technology(IJET),DOI:
10.21817/ijet/2017/v9i3/1709030151,Vol 9 No3Jun-
Jul 2017
[13] Sadman, Nafiz & Gupta, Kishor Datta & Sen, Sajib &
Poudyal, Subash & Haque, Mohd. (2020). Detect Review
Manipulation by Leveraging Reviewer Historical
Stylometrics in Amazon, Yelp, Facebook and Google
Reviews. 10.1145/3387263.3387272.
BIOGRAPHIES
1
Dr. T. Praveen Blessington
Professor, IT Department, Zeal
College of Engineering and
Research, Pune. He is having 17
years of experience in teachingand
research.His areas of interest are
VLSIDesign,IoT, Machine Learning
and Blockchain technology. He
haspublished 25 research papers
so far.
2Gaurav Pawar
Pursuing Bachelor of Engineering
in Information Technology from
Zeal College of Engineering and
Research,Pune-41.
3Shrinivas Pawar
Pursuing Bachelor of Engineering
in Information Technology from
Zeal College of Engineering and
Research,Pune-41.
4Onkar Davkare
Pursuing Bachelor of Engineering
in Information Technology from
Zeal College of Engineering and
Research,Pune-41.
5Rutuja Javalekar
Pursuing Bachelor of Engineering
in Information Technology from
Zeal College of Engineering and
Research,Pune-41.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Weitere ähnliche Inhalte

Ähnlich wie A SUPERVISED MACHINE LEARNING APPROACH USING K-NEAREST NEIGHBOR ALGORITHM TO DETECT FAKE REVIEWS ON AMAZON

IRJET- Physical Design of Approximate Multiplier for Area and Power Efficiency
IRJET- Physical Design of Approximate Multiplier for Area and Power EfficiencyIRJET- Physical Design of Approximate Multiplier for Area and Power Efficiency
IRJET- Physical Design of Approximate Multiplier for Area and Power EfficiencyIRJET Journal
 
A survey on various reputation assessment techniques
A survey on various reputation assessment techniquesA survey on various reputation assessment techniques
A survey on various reputation assessment techniquesIRJET Journal
 
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTION
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTIONCOMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTION
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTIONShakas Technologies
 
Automatic Recommendation of Trustworthy Users in Online Product Rating Sites
Automatic Recommendation of Trustworthy Users in Online Product Rating SitesAutomatic Recommendation of Trustworthy Users in Online Product Rating Sites
Automatic Recommendation of Trustworthy Users in Online Product Rating SitesIRJET Journal
 
Customer_Analysis.docx
Customer_Analysis.docxCustomer_Analysis.docx
Customer_Analysis.docxKevalKabariya
 
IRJET- Predicting Review Ratings for Product Marketing
IRJET- Predicting Review Ratings for Product MarketingIRJET- Predicting Review Ratings for Product Marketing
IRJET- Predicting Review Ratings for Product MarketingIRJET Journal
 
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET-  	  Analysis of Brand Value Prediction based on Social Media DataIRJET-  	  Analysis of Brand Value Prediction based on Social Media Data
IRJET- Analysis of Brand Value Prediction based on Social Media DataIRJET Journal
 
Amazon Product Review Sentiment Analysis with Machine Learning
Amazon Product Review Sentiment Analysis with Machine LearningAmazon Product Review Sentiment Analysis with Machine Learning
Amazon Product Review Sentiment Analysis with Machine Learningijtsrd
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Melissa Moody
 
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET -  	  Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET -  	  Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET - Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET Journal
 
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSSentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSIRJET Journal
 
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSSentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSIRJET Journal
 
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdfTanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdfShrutiGarg649495
 
VTU final year project report Main
VTU final year project report MainVTU final year project report Main
VTU final year project report Mainathiathi3
 
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...ijtsrd
 
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...IRJET Journal
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningIRJET Journal
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningIRJET Journal
 

Ähnlich wie A SUPERVISED MACHINE LEARNING APPROACH USING K-NEAREST NEIGHBOR ALGORITHM TO DETECT FAKE REVIEWS ON AMAZON (20)

IRJET- Physical Design of Approximate Multiplier for Area and Power Efficiency
IRJET- Physical Design of Approximate Multiplier for Area and Power EfficiencyIRJET- Physical Design of Approximate Multiplier for Area and Power Efficiency
IRJET- Physical Design of Approximate Multiplier for Area and Power Efficiency
 
A survey on various reputation assessment techniques
A survey on various reputation assessment techniquesA survey on various reputation assessment techniques
A survey on various reputation assessment techniques
 
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTION
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTIONCOMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTION
COMMERCE FAKE PRODUCT REVIEWS MONITORING AND DETECTION
 
Automatic Recommendation of Trustworthy Users in Online Product Rating Sites
Automatic Recommendation of Trustworthy Users in Online Product Rating SitesAutomatic Recommendation of Trustworthy Users in Online Product Rating Sites
Automatic Recommendation of Trustworthy Users in Online Product Rating Sites
 
Customer_Analysis.docx
Customer_Analysis.docxCustomer_Analysis.docx
Customer_Analysis.docx
 
IRJET- Predicting Review Ratings for Product Marketing
IRJET- Predicting Review Ratings for Product MarketingIRJET- Predicting Review Ratings for Product Marketing
IRJET- Predicting Review Ratings for Product Marketing
 
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET-  	  Analysis of Brand Value Prediction based on Social Media DataIRJET-  	  Analysis of Brand Value Prediction based on Social Media Data
IRJET- Analysis of Brand Value Prediction based on Social Media Data
 
Amazon Product Review Sentiment Analysis with Machine Learning
Amazon Product Review Sentiment Analysis with Machine LearningAmazon Product Review Sentiment Analysis with Machine Learning
Amazon Product Review Sentiment Analysis with Machine Learning
 
CREDIT_CARD.ppt
CREDIT_CARD.pptCREDIT_CARD.ppt
CREDIT_CARD.ppt
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
 
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET -  	  Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET -  	  Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
 
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSSentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
 
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRSSentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
Sentiment Analysis of Product Reviews and Trustworthiness Evaluation using TRS
 
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdfTanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdf
 
VTU final year project report Main
VTU final year project report MainVTU final year project report Main
VTU final year project report Main
 
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
Netspam: An Efficient Approach to Prevent Spam Messages using Support Vector ...
 
K1802056469
K1802056469K1802056469
K1802056469
 
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...
IRJET- A Comparative Study to Detect Fraud Financial Statement using Data Min...
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine Learning
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine Learning
 

Mehr von 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
 

Mehr von 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...
 

Kürzlich hochgeladen

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 

Kürzlich hochgeladen (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 

A SUPERVISED MACHINE LEARNING APPROACH USING K-NEAREST NEIGHBOR ALGORITHM TO DETECT FAKE REVIEWS ON AMAZON

  • 1. Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 819 A SUPERVISED MACHINE LEARNING APPROACH USING K-NEAREST NEIGHBOR ALGORITHM TO DETECT FAKE REVIEWS ON AMAZON Dr. T. Praveen Blessington1, Gaurav Pawar2, Shrinivas Pawar3, Onkar Davkare4, Rutuja Javalekar5 Department of Information Technology, Zeal College of Engineering and Research, Pune-41, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In the enterprise marketing process, online data plays a very crucial role. As a type of data , fake reviews of the products have been seriously affecting the reliability of both decision making and data analysis of the enterprise. Some of the users tend to spread fake news through the online platforms and they are also unverified. Both the customers as well as the vendors get seriously affected due to fake reviews as the customer is not able to buy genuine product based on review and the vendor results in less sales of product due to the negative impact of review. To detect fake reviews has become a necessity of this era.The use of supervised machine learning is described in this system for detecting fake reviews.We offer a method to distinguish between real and false product reviews by letting users know whether or not they are trustworthy. This strategy for spotting fake reviews explains the application of supervised machine learning. This methodology was developed in response to shortcomings in how traditional fake review detection methods categorised reviews as true or false based on categorical datasets or sentiment polarity ratings. Our approach helps close this gap by taking into account both polarity ratings and classifiersfor false review identification. As part of our endeavour, a survey of previously published articles was completed. Our system's accuracy was 88% thanks to the machine learning technique called Support Vector Machine[2] Key Words: Enterprise Marketing, KNN, Fake Reviews, Decision Making, Data Analysis, Unverified, Supervised Machine Learning . 1. INTRODUCTION TIn today's world, online shopping is one of the most important aspects of daily living. Many everyday consumers use online reviews to choose which product to buy. On e- commerce platforms, customer reviews play a significant role in determining a company's revenue. Nowadays, it is simple to trick and control a customer by publishing a fictitious review on a specific product. The Competition and Markets Authority (CMA) of the UK claims that fabricated or inaccurate reviews may yearly have an impacton£23billion in consumer spending in the nation. On Amazon, 61% of the reviews on devices are fake. One in seven reviews on Tripadvisor can be false. Numerous false reviews on online review sites like Tripadvisor, Yelp, etc. either increase or decrease the popularity of a hotel or product. Many websitevisitors are unable to quicklyrecognisefakereviews. As a result, the buyer is duped and their perception of real items is manipulated. We thus decided to develop a user- friendly fake review detection system to stop people from being duped by fake reviews in order to overcome this discrepancy between fake and factual reviews. 2. LITERATURE REVIEW The [1] fake feature framework, which is made up of 2 types of reviews, is used to characterise and organise the features of false reviews. Using Logistic Regression, techniques used to analyseuser-centricfeaturesinAmazonelectronicproduct reviews produced an F-score of 86% accuracy. The system was built on Opinion-Mining, whichmakesuseof Sentiment Analysis to identify false reviews. They had created a working model that collected annotations for individual reviews in the dataset. Also, it was discoveredthat Sentiment Analysis is a method of implementation in which Vader determined whether a passage of text is positive, negative, or neutral. The majority of sentiment analysis methods fall into one of two categories: valence-based (where texts are classified as positive or negative) or polarity-based (where the strength of the sentiment is taken into account). For instance, ina polarity-based approach, the terms "good"and "great" would be viewed equally,whileina valence-based approach, "excellent" would be viewed as more positive than "good." According to another study[3], there are two main types of phoney reviews: textual (dependent on the reviews' substance) and behavioural (completely dependent on the reviewer's writing style, emotional expressions, and frequency of writing). The difference between bogus and authentic reviews was determinedusingavarietyofmachine learning algorithms. Identificationwascarriedoutbyconsideringboth"important elements of review" and "reviewer behaviour." Without behaviouralcharacteristics,Logistic Regression providedan accuracy of 86% in thebi-gram,KNN providedanaccuracyof 73% in the tri-gram, and SVMprovided an accuracyof88.1% in the bi-gram. The system created to identify fake hotel reviews on yelp[4], tripadvisor, and other websites. The system's architecture International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
  • 2. Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 820 includes a web crawler that compiles all the review data and stores it in a MySQL database. Fourseparatetechniqueswere used to find the fake reviews: text mining-based categorization, spell checking, reviewer behaviour analysis, and hotel environment analysis. After all factors have been evaluated, the overall probability of fraudulent reviews for a certain hotel is computed using a grading algorithm employing the individual probabilities.Whenputtingthetext mining-based false detection method into practise, the standard pre-processing recommendations were followed. The percentage of fake reviews was about 14%. Prior study has used and confirmed this data source for determining the veracity of the hotels. One of the studies focused on Sentiment analysis[5] and Machine Learning approach in finding the Fake reviews.This system used ML Algorithms NaïveBayes,KNN,SVM,Decision Tree (j48).SVM(81.75%)[5]outperformsotheralgorithmsin both w/ and w/o stop word approaches. The assumption was made that classification ofFakereviews is either True or False [6]. When recognising fake reviews, it is important to consider the reviewer's credibility, the dependability of theproduct,andthereviewer'shonesty.Asa result,NaiveBayesdelivered98%accuracywhereasRandom Forest produced 99% accuracy. Another research [7] centred on the methods used for classifying fake reviews which are Content based method which considers POS tag frequency count as a feature and Behaviour Feature based method which considers unfair rating as a feature. The unsupervised machine learning algorithm used forthis purpose is Expectation Maximisation which gave accuracy of 81.34% and supervised machine learning algorithm used is SVM and Naive Bayes which gave accuracy of 86.32%. One of the studies [8]suggestedCombinationofclassification algorithms with LDA which yielded higher accuracy results. The traditional SVM, Logistic regression and Multi-layer perceptron model gave accuracy of 65.7%, 80.5% and80.3% respectively. When combined with LDA the SVM, Logistic Regression and Multi-layer perceptron model gave accuracy of 67.9% and 81.3% respectively. Three techniques are used in the system [9] to classify false reviews. The first one is Review Centric Approach which considers content of review, use of capital letters, and numericals. The second approach is Reviewer Centric approach which considers profile image, URL length, IP address, etc and the third approach is Product Centric Approach whichconsiders rank of product, price of product as feature. The algorithms used to detect the fake reviews were supervised, unsupervised and semi-supervised. One of the systems we studied focuses on annotating the sentiments of a review [10] using VADER. The gathered reviews are cleaned and opinion mined, after which the sentiment analysis step takes place. The results of the sentiment analysis are then appended to the dataset and classified using vector calculation. Research [11] primarily focused on reviews that were produced with the intention of seeming authentically misleading. The dataset underwent sentiment analysisinthe system[12]. Two classification models, a two-way classification that categorisesreviewsaspositiveornegative, and a three-way classification that categorises data as positive, negative, or neutral with sentiment analysis in between, were reported. Using R, an open source statistical programming language and software environment, additional experimental work was conducted. It is especially helpful for data processing, data analysis, calculations, and the graphical display of results. Another method for identifying phoney reviews is to use reviewer behaviourandhistoryanalysis,asexplainedin[13]. The focus of the study is on exploiting jaccard similarity to distinguish between human users and bots. If product reviews are overly favourable or unfavourable and are structured similarly, they may be deemed manipulated. 3. METHODOLOGY Our recommended methodologyisasfollows,whichisbased on the study we did and observations of how earliersystems operated. The reviews from the user-provided website link will be scraped as the first stage. Selenium is used to execute the web scraping. After the reviews are saved in json format,the necessary information will be retrieved, such whether the review is favourable or negative, only the necessary content from the review, etc. At this point, the ML model will be prepared, and the extracted data will be input into it. The training dataset will then be used by the algorithm to determine whether the reviews are fraudulentorlegitimate. The user will be able to recognise this output because it will be visualised on the website. The steps summarised are as follows- 1. Scraping of the reviews from Amazon 2. Extraction of necessary information 3. Transferring the data as input to models. 4. Adapting algorithms to training set 5. Predicting the test data results. 6. Visualising the test data set result. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
  • 3. Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 821 4. PROPOSED SYSTEM ARCHITECTURE In order to determine the optimum model to be utilised to obtain the highest accuracy and quickest speed, the approach is explained in detail and is carried out in five major parts. Using web scraping, data will be collected from the online websites. 4.1 Data Collection Consumer review data collection- Raw review data was collected from Kaggle’s Amazon datasets reviews. Doing so was to increase the diversity of the review data. A dataset of 40000 thousand reviews was collected. 4.2 Data Preprocessing Processing and refining the data by removal of irrelevant and redundant information as well as noisy and unreliable data from the review dataset. Step 1:Sentence tokenization The entire review is given as input anditistokenized.Step2: Removal of punctuation marks Punctuation marks used at the starting and ending of the reviews are removed along with additional white spaces. Step 3: Word Tokenization Each individual review is tokenized intowordsandstored in a list for easier retrieval. Step 4: Removal of stop words Affixes are removed from the stem. 4.3 Sentiment Analysis Classifying the reviews according to their emotion factor or sentiments being positive, negative or neutral. It includes predicting the reviews being positive or negative according to the words used in the text, emojis used, ratings given to the review and so on. Related research shows that fake reviews has stronger positiveornegativeemotionsthantrue reviews. The reasons are that, fake reviewsareusedtoaffect people opinion, and it is more significant to convey opinions than to plainly describe the facts. TheSubjectivevsObjective ratio matters: Advertisers post fake reviews with more objective information, giving more emotions such as how happy it made them than conveying how the product is or what it does. Positive sentiment vs negative sentiment: The sentiment of the review is analyzed which in turn help in making the decision of it being a fake or genuine review. 4.4 Feature extraction/Engineering It mainly involves reduction of the number of resources so that a large dataset can be described. Selection of the appropriate features for predicting the results. 4.5 Fake Review Detection Classification assigns items in a collection to target categories or classes. The goal of classification is to accurately predict the target class for each case in the data. Each data in the review file is assigned a weight and depending upon which it isclassifiedintorespectiveclasses - Fake and Genuine. Fig -1 : Data Flow Diagram Fig -2 : Proposed System Architecture 5. EXPERIMENTAL RESULTS The Trained model is used for prediction of the fake reviews and genuine reviews. Different libraries are available in Python that helpsinmachine learning,classificationprojects. Several of those libraries have improved the performanceof this project. For user interface we have used Web technologies to build website. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
  • 4. Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 822 Fig -3: Product Need to be given by user(prototype) Fig -4: Web Scrapping of given product(prototype) 6. IMPORTANT LIBRARIES First, “Numpy” that provides with high-level math function collection to support multi-dimensional matricesandarrays. This is used for faster computations over the weights (gradients) in neural networks. Second, “scikit-learn” is a machine learning library for Python whichfeaturesdifferent algorithms and Machine Learning function packages. NLTK, natural language toolkit is helpful in word processing and tokenization. The project makes use of Anaconda Environment which is an open source distribution for Python which simplifies package management and deployment. It is best for large scale data processing 7. CONCLUSION Using Supervised Machine learning algorithm we can easily differentiate between fake or real reviews. The fake review detection is designed for filtering the fake reviews. In this research work SVM classification provideda betteraccuracy of classifying than the other algorithm for testing dataset. Also, the approach provides tofindthemosttruthful reviews to enable the purchasertomakedecisionsabouttheproduct. It will benefit the customer as well as the company since they will get the genuine reviews by thecustomersaboutthe product. Customers will be able to buy the best product based on the classification of fake reviews. REFERENCES [1] Rodrigo Barbado, Oscar Araque, Carlos A. Iglesias, “A framework for fake reviewdetectioninonlineconsumer electronics retailers”,Volume 56, Issue 4,July 2020, Pages12341244,ISSN03064573,https://doi.org/10.101 6/j.ipm.2020.03.002 [2] N. Kousika, D. S, D. C, D. B M and A. J, "A System for Fake News Detection by using Supervised LearningModel for Social Media Contents," 2021 5th International Conference on Intelligent Computing and Control Systems(ICICCS),2021,pp.1042- 1047,doi:10.1109/ICICCS51141.2021.9432096. [3] Ammar Mohammed, Atef Ibrahim ,Usman Tariq,Ahmed Mohamed Elmogy “Fake Reviews Detection using Supervised Machine Learning” ,January 2021 International Journal ofAdvancedComputerScienceand Applications 12(1),DOI:10.14569/IJACSA.2021.0120169. [4] Möhring M., Keller B., Schmidt R., Gutmann M., Dacko S. HOTFRED: “A Flexible Hotel Fake Review Detection System''. In: Wörndl W., Koo C., Steinmetz J.L. (eds) Information and Communication Technologies in Tourism. Springer,Cham.https://doi.org/10.1007/978-3-030- 65785-7_29. [5] E. Elmurngi and A. Gherbi, "An empirical study on detecting fake reviews using machine learning techniques," Seventh International Conference on Innovative Computing Technology(INTECH),pp.107- 114,doi:10.1109/INTECH.2017.8102442. [6] Neha S.,Anala A. ,“Fake Review Detection using Classification”,une,International Journal of Computer Applications180(50):16- 21,DOI:10.5120/ijca2018917316 [7] R. Hassan and M. R. Islam, "Detection of fake online reviews using semi-supervised and supervised learning,"International Conference on Electrical, Computer and Communication Engineering (ECCE), pp. 1-5, doi: 10.1109/ECACE.2019.8679186. [8] S. Jia, X. Zhang, X. Wang and Y. Liu, "Fake reviews detection based on LDA," 4th International Conference on Information Management (ICIM), 2018, pp. 280-283, doi:10.1109/INFOMAN.2018.8392850. [9] N. A. Patel and R. Patel, "A Survey on Fake Review Detection using Machine Learning Techniques," 4th International Conferenceon ComputingCommunication International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
  • 5. Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 823 and Automation (ICCCA), 2018, pp. 1-6, doi: 10.1109/CCAA.2018.8777594. [10] Dhairya Patel1, Aishwerya Kapoor2,SameetSonawane3 ,“Fake Review Detection using Opinion Mining”,https://www.irjet.net/archives/V5/i12/IRJET- V5I12154.pdf [11] Ott, Myle & Choi, Yejin & Cardie, Claire & Hancock, Jeffrey. (2011) “Finding Deceptive Opinion SpambyAny Stretch of the Imagination”. [12] Dipak R. Kawade et al., “Sentiment Analysis Machine Learning Approach”, / International Journal of Engineering and Technology(IJET),DOI: 10.21817/ijet/2017/v9i3/1709030151,Vol 9 No3Jun- Jul 2017 [13] Sadman, Nafiz & Gupta, Kishor Datta & Sen, Sajib & Poudyal, Subash & Haque, Mohd. (2020). Detect Review Manipulation by Leveraging Reviewer Historical Stylometrics in Amazon, Yelp, Facebook and Google Reviews. 10.1145/3387263.3387272. BIOGRAPHIES 1 Dr. T. Praveen Blessington Professor, IT Department, Zeal College of Engineering and Research, Pune. He is having 17 years of experience in teachingand research.His areas of interest are VLSIDesign,IoT, Machine Learning and Blockchain technology. He haspublished 25 research papers so far. 2Gaurav Pawar Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research,Pune-41. 3Shrinivas Pawar Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research,Pune-41. 4Onkar Davkare Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research,Pune-41. 5Rutuja Javalekar Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research,Pune-41. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056