SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3081
User Behavior Analysis on Social Media data using Sentiment Analysis
or Opinion Mining
Nirmal Varghese Babu1, Fabeela Ali Rawther2
1Student, Department of Computer Science and Engineering, Amal Jyothi College of Engineering, Kanjirappally,
Kerala, India
2Assistant Professor, Department of Computer Science and Engineering, Amal Jyothi College of Engineering,
Kanjirappally, Kerala, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -Understandingthebehaviourofpeopleora
particular user using his comments or tweets in
various social media is an advancement of the
Sentiment Analysis. Sentiment Analysis or Opinion
Mining is used to understand the overall sentiments
present in the data collectedfromvarioussocialmedia.
The people have more exposure to the outside world
due to the existence of the Internet and Various Social
Medias like Twitter, Facebook, Instagram etc. where
they will be sharing their thoughts. Cheap and fast
communication has made social media more valuable
among the public. Social Media data can be used for
various Scientific and commercial applications. The
combination of Sentiment Analysis and Behavior
Analysis made the extraction of needed or useful data
more easy and simple for various applications which
include Character analyzing, Depression Testing etc.
Moreover,thebehaviouranalysiswillbedonebasedon
the text and emoticon sentimentscoreobtainedduring
the analysis. This paper describes the User Behavior
Analysis on the Social Media Data using Sentiment
Analysis.
Key Words: Behaviour Analysis, Sentiment Analysis,
Data Pre-processing, Natural Language Processing,
Feature Extraction, Classification, Emoticons, Emojis
1. INTRODUCTION
1.1 Behavior Analysis
Behaviour analysis[21],[24] is the sciencethathelpsto
understandthebehaviourofindividuals.Itstudieshow
biological, pharmacological, and experiential factors
influence the behaviour of humans. Behaviour is
something that individualsdo,behaviouranalystshave
a special emphasis on studying factors that reliably
influence the behaviour of individuals. This is the
science which has made discoveries that have proven
useful in addressing socially importantbehavioursuch
as drug taking, healthy eating, workplace safety,
education, and the treatment of pervasive
developmental disabilities (e.g., autism).
1.2 Sentiment Analysis
Sentiment Analysis is the process of analyzing the
sentiments and emotions of various people in various
situations. It aims at a user’s attitude toward various
situations by investigating and extracting texts which
involve the user’s opinion, sentiments etc.[2]
Nowadays, it's an emerging trend because a lot of
organizations or institutions following this procedure
to understand the views and opinions of various
people. For example, the usage of a particular product
can be analyzed by the way people respond to it[1].
Various classificationalgorithmscanbeusedtoclassify
the data or reviews posted by various users in a social
media say, Twitter. Various Natural Language
processing tools will be used to process the data
extracted from social media.
1.2 Historical Analysis
Historical analysis is the method of examination of
evidence to understand the past. It usuallyfoundinthe
evidence contained in documents. It mostly contains
the data generated either manually or automatically
within an enterprise. Press releases, log files, financial
reports, project and productdocumentation,emailand
other communication are the sources of historical
analysis. The main disadvantages of this analysis are
that it cannot be retained for a longer period of time
and historical Data need more storage space.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3082
Fig 1 : Overall Approach
Hashtags can be used to extract the data from the
various Social Media using the keyword Matching
processwherethedatamatchingwiththehashtagswill
be extracted,forexample,#twitter.Sincethemaximum
word count of data which can be posted online ie
tweets is 140. After, the extraction of data, variouspre-
processing[3] steps which include removal of URL’s,
Special symbols, Full stops, Stop words etc. will be
done where the invalid or not useful data will be
removed. Various Natural Language tools or packages
are called for this particular procedure.
Various features include Sentiment features, Unigram
features, Sarcastic features, Semantic features etc will
be extracted from the tweets or data from the social
media using algorithms like Term Frequency, Bag of
Words, N-grams etc. The polarity or the score will be
calculated based on the extracted features available in
a particular tweet. After finding the score, various
classification algorithms like Naive Bayes, K-NN,
Random Forest etc. will be used to classify the tweets
based in the various class or sentiments then the
accuracy of each class will be calculated.[17][18]
2. PRELIMINARY REVIEW
Based on the previous researches, most of them have
taken place in the Binary and Ternary Classification of
the texts. This review can be categorized mostly by:
– The Classification Algorithms used.
– The Features used.
– Emoticons and Emojis
2.1 Classification Algorithms
In Sentiment Analysis, the classification of the
sentiments or words are required to identify the user
behaviour or to perform the Multiclass Classification.
There are several algorithms[19] which can be used to
perform the classification which includes Naive Bayes,
K-NN, Random Forest, Support Vector Machine etc.
Decision Tree: Used for splitting the data into smaller
classes. Here, each level represents thedecisionandall
nodes and leaves consists of a class of data. There are
various types of variables accepted by decision trees:
Nominal (categorical and non-ordered), ordinal
(categorical and ordered)and intervalvalues(ordered
values that can be averaged). Categorical means that
they consist of discrete categories with no inherent
value that could be computed upon. Ordered variables
follow an ordering. A key ingredient in decision trees
has pure sets: sets that do not need to be split further.
In other sets, it is uncertainty[32]. Vasile Paul
Bresfelean(2007), analyzed and predicted Student’s
Behavior Using Decision Trees in Weka Environment.
K-means: Input to the algorithm consists of k, the
number of clusters to be constructed[33]. Choose k
cluster centres to coincide with k, randomly selected
patternsinsidethehypervolumecontainingthepattern
set. Assign each pattern to the closest cluster centres.
Recomputetheclustercantersusingthecurrentcluster
memberships. Liming Xue et all(2015), analyzed user
behaviour using the K-means algorithm.
Association Rules: Used for discovering interesting
relations betweenvariablesinlargedatabases[31].Itis
used to identify strong rules discovered in databases
using some measures of interest. This rule-based
approach also generates new rules as it analyzes more
data. The ultimate goal is to help a machine mimic the
human brain’s feature extraction and abstract
association capabilities from new uncategorized data.
R. Geetharamani etall(2015),predicteduserswebpage
access behaviour using association rule mining.
Neural Networks:Neural Networks[16],[20],[27]-[30]
have the ability to derive meaningfromcomplicatedor
imprecise data. It can also be used to extract patterns
and detect trends that are too complex to benoticedby
either humansorothercomputertechniques.Atrained
neural network can be thought of as an expert in the
category of information it has been given to analyse.
The advantages include: They have the ability to learn
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3083
to do tasks based on the data given for training or
initial experience, It can create its own organisation or
representation of the information it receives during
learning time, The computations may be carried out in
parallel and special hardware devices are being
designed and manufactured, Partial destruction of a
network leads to the corresponding degradation of
performance etc. Zheng Ruijuan et all(2016), stated
that Neural Networks can be used to analyze and
predict abnormal user behaviour.
2.2 Features
The Features[4]-[13] that are extracted during the
feature extraction procedure which may include
Sentiment Features, Unigram Features, Punctuation
Features, Sarcastic Features, Syntactic and Stylistic
Features, Top Words, Semantic Features, Pattern
related Features, Hate Speech Features etc. The
Sentiments can be calculated using the extracted
features collected from the dataset based on the
sentiment polarity.
2.3 Emoticons and Emojis
Sentiment analysis can also be calculated using the
analysisofEmoticons[14],[22].Theemoticonstoohave
exact textual meaning where the sentiment analysis
can be done based on these textual meaning. These
data will be downloaded from various social
media[15][23],[25],[26] and the emoticons can be
processed as the same way of the texts. Moreover, the
emojis will also be considered as emoticons where the
emoticons and emojis will be classified during the
process based on the sentiment polarities.
Table -1: Comparison of user behavior analysis model,
Source*: Mimi Zhang et all(2015)
3. OUTCOME OF SURVEY
The Sentiments of people under certaincircumstances
can be identified using the data collected from social
media, say twitter here. Three types of Classifications
can be observed: Binary, Ternary and MultiClass
Classification. The sentiments will be calculated into
Positive and Negative in Binary Classification whereas
in Ternary Classification, a new addition of class called
Neutral, where the sentiments other than Positive and
Negative will be classified. Mostly, less accuracycanbe
observed. Also, emoticons can also be a part of the text
where it can be used to identify various sentiments.
The classifications are done by various classification
algorithms like Neural Networks, AssociationRules,K-
NN, K Means, Naive Bayes, Random Forest, Decision
Tree, Support Vector Machine etc. using the features
and patterns collectedorfromthesentimentscollected
from the data. Accuracy, Prediction, Recall and F-
Measure are the 4 performance indicators used to
calculate the efficiency of various classification
algorithms.
More precise and accurate classification or
identification of user behaviour can be processed or
obtained using Neural Network Algorithm in Spark
Architecture since Spark is used for fast processing of
data since it has an In-memory database to handle and
process data.
4. SUMMARY AND CONCLUSIONS
Behavior analysis is a modification of the already
existing Sentiment Analysis where the behaviour of a
particular user will be find out or understand using
various tweets or data posted by a user in various
social media. Here, the data will be analyzed to
understand the sentiments or emotions of a particular
user. Afterallthepre-processingandfeatureextraction
steps, the sentiments or features will be classified
based on various classification algorithms. In
Sentiment Analysis procedure, the data of a particular
user will be classified into various sentiment classes
like Positive, Negative, Neutral etc. AftertheSentiment
analysis, the user data will be analyzed using the
behaviour analysis procedure based on the fields or
area of his/her interest.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3084
REFERENCES
1. Chhaya Chauhan, Smriti Sehgal “Sentiment Analysis
on Product Reviews,” International Conference on
Computing, Communication and Automation, 2017.
2. ZHU Nanli, ZOU Ping, LI Weiguo, CHENG Meng
“Sentiment Analysis: A Literature Review,” IEEE
ISMOT, 2012.
3. Balakrishnan Gokulakrishnan, Pavalanathan
Priyanthan, Thiruchittampalam Raghavan, Nadarajah
Prasath, AShehan Perera “Opinion Mining and
Sentiment Analysis on a Twitter Data Stream,” The
International Conference on Advances in ICT for
Emerging Regions, 2012.
4. Huma Parveen, Prof. Shikha Pandey “Sentiment
Analysis on Twitter Data-set using Naive Bayes
Algorithm,” IEEE, 2016
5. M. Tirupati, Suresh Pabboku, G. Narasimha,
“Sentiment Analysis on Twitter using Streaming API,”
The International Advance Computing Conference,
2017.
6. Kiichi Tago, Qun Jin “Analyzing Influence of
Emotional Tweets on User Relationships by Naive
Bayes Classification and Statistical Tests,” 10th
International Conference on Service-Oriented
Computing and Applications, IEEE, 2017.
7. Nasser Alsaedi,PeteBurnap“FeatureExtractionand
Analysis for Identifying Disruptive Events from Social
Media,” InternationalConferenceonAdvancesinSocial
Networks Analysis and Mining IEEE/ACM, 2015
8. Mondher Bouazizi, Tomoaki Ohtsuki “Sarcasm
Detection in Twitter,” IEEE, 2015
9. Hajime Watanabe, Mondher Bouazizi, Tomoaki
Ohtsuki “Hate Speech on Twitter: A Pragmatic
Approach to Collect Hateful and Offensive Expressions
and Perform Hate Speech Detection,” IEEE Access,
2018
10. Mondher Bouazizi, Tomoaki Ohtsuki “Sentiment
Analysis in Twitter: From Classification to
Quantification of Sentiments within Tweets,” IEEE,
2016
11. Mondher Bouazizi, Tomoaki Ohtsuki “A Pattern-
Based Approach for Multi-Class Sentiment Analysis in
Twitter,” IEEE Access, 2017
12. Alexandros Baltas, Andreas Kanavos, AthanasiosK.
Tsakalidis “An Apache Spark Implementation for
Sentiment Analysis on Twitter Data,” 2017
13.MondherBouazizi,TomoakiOhtsuki“ALarge-Scale
SentimentDataClassificationforOnlineReviewsunder
Apache Spark,” 9th International Conference on
EmergingUbiquitousSystemsandPervasiveNetworks,
2018
14. Hao Wang, Jorge A. Castanon “Sentiment
Expression via Emoticons on Social Media,”
International Conference on Big Data, IEEE 2017
15. Wies law Wolny, “Sentiment Analysis of Twitter
data using Emoticons and Emoji ideograms,” 2016
16. Pranali Borele, Dilipkumar A. Borikar, “An
Approach to Sentiment Analysis using ArtificialNeural
Network with Comparative Analysis of Different
Techniques,” 2016
17. Nikolaos Nodarakis, Spyros Sioutas, Athanasios
Tsakalidis, Giannis Tzimas “Large Scale Sentiment
Analysis on Twitter with Spark,” EDBT/ICDT Joint
Conference, 2016
18. Andreas Kanavos, Nikolaos Nodarakis, Spyros
Sioutas,AthanasiosTsakalidis,DimitriosTsolis,Giannis
Tzimas “Large Scale Implementations for Twitter
Sentiment Classification,” MPDI Algorithms, 2018
19. R. Ragupathy, Lakshmana Phaneendra Maguluri
“Comparative analysis of machine learning algorithms
on social media test,” International Journal of
Engineering Technology, 2018
20. Ahan M R, Honnesh Rohmetra, Ayush Mungad
“Social Network Analysis using DataSegmentationand
Neural Networks,” International Research Journal of
Engineering and Technology (IRJET), 2018
21. Mario Cannataro, Nicola Ielpo, and Barbara
Calabrese “Using social networks data for behaviour
and sentiment analysis,” Springer International
Publishing Switzerland, 2015
22. Georgios S. Solakidis, Konstantinos N. Vavliakis,
Pericles A. Mitkas “Multilingual Sentiment Analysis
using Emoticons and Keywords,” IEEE/WIC/ACM
International Joint Conferences on Web Intelligence
(WI) and Intelligent Agent Technologies (IAT), 2014
23. N. AZMINA M. ZAMANI, SITI Z. Z. ABIDIN, NASIROH
OMAR1, M. Z. Z.ABIDEN “Sentiment Analysis:
Determining People’s Emotions in Facebook ,” Applied
Computational Science
24. Saqib Iqbal, Ali Zulqurnain, Yaqoob Wani, Khalid
Hussain “The survey of sentiment and opinion mining
for behavior analysis of social media,” International
Journal of Computer Science Engineering Survey
(IJCSES) Vol.6, No.5, 2015
25. Wies law Wolny “Emotion Analysis of Twitter Data
That Use Emoticons and Emoji Ideograms,” 25TH
INTERNATIONAL CONFERENCE ON INFORMATION
SYSTEMS DEVELOPMENT, 2016
26. Ga¨el Guibon, Magalie Ochs, Patrice Ballot “From
Emojis to Sentiment Analysis,” https://hal-
amu.archives-ouvertes.fr/hal-01529708, 2017
27. Anindita A Khade “Performing Customer Behavior
Analysis using Big Data Analytics,” 7th International
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3085
Conference on Communication, Computing and
Virtualization, 2016
28. Siva Subramanian Raju, Prabha Dhandayudham
“Prediction of customer behaviour analysis using
classificationalgorithms,”AIPConferenceProceedings,
2018
29. Mimi ZHANG, Yan WANG,JianpingCHAI“Reviewof
User Behavior Analysis Based on Big Data:Methodand
Application,” International Conference on Advances in
Mechanical Engineering and Industrial Informatics
(AMEII), 2015
30. Zheng Ruijuan, Chen Jing, Zhang Mingchuan, Zhu
Junlong, Wu Qingtao “User abnormal behaviour
analysis based on neural network clustering,” The
Journal of China Universities of Posts and
Telecommunications, 2016
31. R GEETHARAMANI1, PREVATHY andSHOMONAG
JACOB “Prediction of users webpage access behaviour
using association rule mining,” Indian Academy of
Sciences, 2015
32. Vasile PaulBresfelean,“AnalysisandPredictionson
Students’ Behavior Using Decision Trees in Weka
Environment,” 29th International Conference on
Information Technology Interfaces, 2007
33. Liming Xue, Weixin Luan “Improved K-means
Algorithm in User Behavior Analysis,” Ninth
International Conference on Frontier of Computer
Science and Technology, 2015

More Related Content

What's hot

Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm
Enhanced Retrieval of Web Pages using Improved Page Rank AlgorithmEnhanced Retrieval of Web Pages using Improved Page Rank Algorithm
Enhanced Retrieval of Web Pages using Improved Page Rank Algorithmijnlc
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsIJECEIAES
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONijistjournal
 
IRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET Journal
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET Journal
 
A survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningA survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningeSAT Journals
 
A survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningA survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningeSAT Publishing House
 
Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesIJARIIE JOURNAL
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm IRJET Journal
 
Correlation of artificial neural network classification and nfrs attribute fi...
Correlation of artificial neural network classification and nfrs attribute fi...Correlation of artificial neural network classification and nfrs attribute fi...
Correlation of artificial neural network classification and nfrs attribute fi...eSAT Journals
 
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISFEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISmlaij
 
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION cscpconf
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningIJSRD
 
Hybrid Classifier for Sentiment Analysis using Effective Pipelining
Hybrid Classifier for Sentiment Analysis using Effective PipeliningHybrid Classifier for Sentiment Analysis using Effective Pipelining
Hybrid Classifier for Sentiment Analysis using Effective PipeliningIRJET Journal
 
Neural Network Based Context Sensitive Sentiment Analysis
Neural Network Based Context Sensitive Sentiment AnalysisNeural Network Based Context Sensitive Sentiment Analysis
Neural Network Based Context Sensitive Sentiment AnalysisEditor IJCATR
 
Applications of Pattern Recognition Algorithms in Agriculture: A Review
Applications of Pattern Recognition Algorithms in Agriculture: A ReviewApplications of Pattern Recognition Algorithms in Agriculture: A Review
Applications of Pattern Recognition Algorithms in Agriculture: A ReviewEswar Publications
 

What's hot (18)

Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm
Enhanced Retrieval of Web Pages using Improved Page Rank AlgorithmEnhanced Retrieval of Web Pages using Improved Page Rank Algorithm
Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documents
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
 
IRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine LearningIRJET- Student Placement Prediction using Machine Learning
IRJET- Student Placement Prediction using Machine Learning
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
 
A survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningA survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion mining
 
A survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion miningA survey on sentiment analysis and opinion mining
A survey on sentiment analysis and opinion mining
 
Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association Rules
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm
 
Correlation of artificial neural network classification and nfrs attribute fi...
Correlation of artificial neural network classification and nfrs attribute fi...Correlation of artificial neural network classification and nfrs attribute fi...
Correlation of artificial neural network classification and nfrs attribute fi...
 
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSISFEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
FEATURE SELECTION AND CLASSIFICATION APPROACH FOR SENTIMENT ANALYSIS
 
M43016571
M43016571M43016571
M43016571
 
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
 
B05110409
B05110409B05110409
B05110409
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
Hybrid Classifier for Sentiment Analysis using Effective Pipelining
Hybrid Classifier for Sentiment Analysis using Effective PipeliningHybrid Classifier for Sentiment Analysis using Effective Pipelining
Hybrid Classifier for Sentiment Analysis using Effective Pipelining
 
Neural Network Based Context Sensitive Sentiment Analysis
Neural Network Based Context Sensitive Sentiment AnalysisNeural Network Based Context Sensitive Sentiment Analysis
Neural Network Based Context Sensitive Sentiment Analysis
 
Applications of Pattern Recognition Algorithms in Agriculture: A Review
Applications of Pattern Recognition Algorithms in Agriculture: A ReviewApplications of Pattern Recognition Algorithms in Agriculture: A Review
Applications of Pattern Recognition Algorithms in Agriculture: A Review
 

Similar to User behavior analysis on social media using sentiment analysis

Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...IRJET Journal
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSNIRJET Journal
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataIRJET Journal
 
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...IRJET Journal
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...csandit
 
Emotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningEmotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningIRJET Journal
 
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...IRJET Journal
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...cscpconf
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningIRJET Journal
 
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNINGA STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNINGIRJET Journal
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningeSAT Publishing House
 
An Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyAn Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyIRJET Journal
 
Depression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersDepression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersIRJET Journal
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET Journal
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET Journal
 
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET Journal
 
Consumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemConsumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemIRJET Journal
 
Predicting students performance using classification techniques in data mining
Predicting students performance using classification techniques in data miningPredicting students performance using classification techniques in data mining
Predicting students performance using classification techniques in data miningLovely Professional University
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsAM Publications
 

Similar to User behavior analysis on social media using sentiment analysis (20)

Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter Data
 
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...
Twitter Text Sentiment Analysis: A Comparative Study on Unigram and Bigram Fe...
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
 
Emotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningEmotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine Learning
 
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...
IRJET- Design and Implementation of Sentiment Analyzer for Top Engineering Co...
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
 
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNINGA STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
A STUDY ON TWITTER SENTIMENT ANALYSIS USING DEEP LEARNING
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learning
 
An Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyAn Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A Survey
 
Depression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersDepression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning Classifiers
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
 
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...IRJET-  	  Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
IRJET- Sentimental Analysis from Tweets to Find Positive, Negative,Neutra...
 
Consumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction SystemConsumer Purchase Intention Prediction System
Consumer Purchase Intention Prediction System
 
Predicting students performance using classification techniques in data mining
Predicting students performance using classification techniques in data miningPredicting students performance using classification techniques in data mining
Predicting students performance using classification techniques in data mining
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning Algorithms
 

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

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.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
 

User behavior analysis on social media using sentiment analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3081 User Behavior Analysis on Social Media data using Sentiment Analysis or Opinion Mining Nirmal Varghese Babu1, Fabeela Ali Rawther2 1Student, Department of Computer Science and Engineering, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India 2Assistant Professor, Department of Computer Science and Engineering, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -Understandingthebehaviourofpeopleora particular user using his comments or tweets in various social media is an advancement of the Sentiment Analysis. Sentiment Analysis or Opinion Mining is used to understand the overall sentiments present in the data collectedfromvarioussocialmedia. The people have more exposure to the outside world due to the existence of the Internet and Various Social Medias like Twitter, Facebook, Instagram etc. where they will be sharing their thoughts. Cheap and fast communication has made social media more valuable among the public. Social Media data can be used for various Scientific and commercial applications. The combination of Sentiment Analysis and Behavior Analysis made the extraction of needed or useful data more easy and simple for various applications which include Character analyzing, Depression Testing etc. Moreover,thebehaviouranalysiswillbedonebasedon the text and emoticon sentimentscoreobtainedduring the analysis. This paper describes the User Behavior Analysis on the Social Media Data using Sentiment Analysis. Key Words: Behaviour Analysis, Sentiment Analysis, Data Pre-processing, Natural Language Processing, Feature Extraction, Classification, Emoticons, Emojis 1. INTRODUCTION 1.1 Behavior Analysis Behaviour analysis[21],[24] is the sciencethathelpsto understandthebehaviourofindividuals.Itstudieshow biological, pharmacological, and experiential factors influence the behaviour of humans. Behaviour is something that individualsdo,behaviouranalystshave a special emphasis on studying factors that reliably influence the behaviour of individuals. This is the science which has made discoveries that have proven useful in addressing socially importantbehavioursuch as drug taking, healthy eating, workplace safety, education, and the treatment of pervasive developmental disabilities (e.g., autism). 1.2 Sentiment Analysis Sentiment Analysis is the process of analyzing the sentiments and emotions of various people in various situations. It aims at a user’s attitude toward various situations by investigating and extracting texts which involve the user’s opinion, sentiments etc.[2] Nowadays, it's an emerging trend because a lot of organizations or institutions following this procedure to understand the views and opinions of various people. For example, the usage of a particular product can be analyzed by the way people respond to it[1]. Various classificationalgorithmscanbeusedtoclassify the data or reviews posted by various users in a social media say, Twitter. Various Natural Language processing tools will be used to process the data extracted from social media. 1.2 Historical Analysis Historical analysis is the method of examination of evidence to understand the past. It usuallyfoundinthe evidence contained in documents. It mostly contains the data generated either manually or automatically within an enterprise. Press releases, log files, financial reports, project and productdocumentation,emailand other communication are the sources of historical analysis. The main disadvantages of this analysis are that it cannot be retained for a longer period of time and historical Data need more storage space.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3082 Fig 1 : Overall Approach Hashtags can be used to extract the data from the various Social Media using the keyword Matching processwherethedatamatchingwiththehashtagswill be extracted,forexample,#twitter.Sincethemaximum word count of data which can be posted online ie tweets is 140. After, the extraction of data, variouspre- processing[3] steps which include removal of URL’s, Special symbols, Full stops, Stop words etc. will be done where the invalid or not useful data will be removed. Various Natural Language tools or packages are called for this particular procedure. Various features include Sentiment features, Unigram features, Sarcastic features, Semantic features etc will be extracted from the tweets or data from the social media using algorithms like Term Frequency, Bag of Words, N-grams etc. The polarity or the score will be calculated based on the extracted features available in a particular tweet. After finding the score, various classification algorithms like Naive Bayes, K-NN, Random Forest etc. will be used to classify the tweets based in the various class or sentiments then the accuracy of each class will be calculated.[17][18] 2. PRELIMINARY REVIEW Based on the previous researches, most of them have taken place in the Binary and Ternary Classification of the texts. This review can be categorized mostly by: – The Classification Algorithms used. – The Features used. – Emoticons and Emojis 2.1 Classification Algorithms In Sentiment Analysis, the classification of the sentiments or words are required to identify the user behaviour or to perform the Multiclass Classification. There are several algorithms[19] which can be used to perform the classification which includes Naive Bayes, K-NN, Random Forest, Support Vector Machine etc. Decision Tree: Used for splitting the data into smaller classes. Here, each level represents thedecisionandall nodes and leaves consists of a class of data. There are various types of variables accepted by decision trees: Nominal (categorical and non-ordered), ordinal (categorical and ordered)and intervalvalues(ordered values that can be averaged). Categorical means that they consist of discrete categories with no inherent value that could be computed upon. Ordered variables follow an ordering. A key ingredient in decision trees has pure sets: sets that do not need to be split further. In other sets, it is uncertainty[32]. Vasile Paul Bresfelean(2007), analyzed and predicted Student’s Behavior Using Decision Trees in Weka Environment. K-means: Input to the algorithm consists of k, the number of clusters to be constructed[33]. Choose k cluster centres to coincide with k, randomly selected patternsinsidethehypervolumecontainingthepattern set. Assign each pattern to the closest cluster centres. Recomputetheclustercantersusingthecurrentcluster memberships. Liming Xue et all(2015), analyzed user behaviour using the K-means algorithm. Association Rules: Used for discovering interesting relations betweenvariablesinlargedatabases[31].Itis used to identify strong rules discovered in databases using some measures of interest. This rule-based approach also generates new rules as it analyzes more data. The ultimate goal is to help a machine mimic the human brain’s feature extraction and abstract association capabilities from new uncategorized data. R. Geetharamani etall(2015),predicteduserswebpage access behaviour using association rule mining. Neural Networks:Neural Networks[16],[20],[27]-[30] have the ability to derive meaningfromcomplicatedor imprecise data. It can also be used to extract patterns and detect trends that are too complex to benoticedby either humansorothercomputertechniques.Atrained neural network can be thought of as an expert in the category of information it has been given to analyse. The advantages include: They have the ability to learn
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3083 to do tasks based on the data given for training or initial experience, It can create its own organisation or representation of the information it receives during learning time, The computations may be carried out in parallel and special hardware devices are being designed and manufactured, Partial destruction of a network leads to the corresponding degradation of performance etc. Zheng Ruijuan et all(2016), stated that Neural Networks can be used to analyze and predict abnormal user behaviour. 2.2 Features The Features[4]-[13] that are extracted during the feature extraction procedure which may include Sentiment Features, Unigram Features, Punctuation Features, Sarcastic Features, Syntactic and Stylistic Features, Top Words, Semantic Features, Pattern related Features, Hate Speech Features etc. The Sentiments can be calculated using the extracted features collected from the dataset based on the sentiment polarity. 2.3 Emoticons and Emojis Sentiment analysis can also be calculated using the analysisofEmoticons[14],[22].Theemoticonstoohave exact textual meaning where the sentiment analysis can be done based on these textual meaning. These data will be downloaded from various social media[15][23],[25],[26] and the emoticons can be processed as the same way of the texts. Moreover, the emojis will also be considered as emoticons where the emoticons and emojis will be classified during the process based on the sentiment polarities. Table -1: Comparison of user behavior analysis model, Source*: Mimi Zhang et all(2015) 3. OUTCOME OF SURVEY The Sentiments of people under certaincircumstances can be identified using the data collected from social media, say twitter here. Three types of Classifications can be observed: Binary, Ternary and MultiClass Classification. The sentiments will be calculated into Positive and Negative in Binary Classification whereas in Ternary Classification, a new addition of class called Neutral, where the sentiments other than Positive and Negative will be classified. Mostly, less accuracycanbe observed. Also, emoticons can also be a part of the text where it can be used to identify various sentiments. The classifications are done by various classification algorithms like Neural Networks, AssociationRules,K- NN, K Means, Naive Bayes, Random Forest, Decision Tree, Support Vector Machine etc. using the features and patterns collectedorfromthesentimentscollected from the data. Accuracy, Prediction, Recall and F- Measure are the 4 performance indicators used to calculate the efficiency of various classification algorithms. More precise and accurate classification or identification of user behaviour can be processed or obtained using Neural Network Algorithm in Spark Architecture since Spark is used for fast processing of data since it has an In-memory database to handle and process data. 4. SUMMARY AND CONCLUSIONS Behavior analysis is a modification of the already existing Sentiment Analysis where the behaviour of a particular user will be find out or understand using various tweets or data posted by a user in various social media. Here, the data will be analyzed to understand the sentiments or emotions of a particular user. Afterallthepre-processingandfeatureextraction steps, the sentiments or features will be classified based on various classification algorithms. In Sentiment Analysis procedure, the data of a particular user will be classified into various sentiment classes like Positive, Negative, Neutral etc. AftertheSentiment analysis, the user data will be analyzed using the behaviour analysis procedure based on the fields or area of his/her interest.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3084 REFERENCES 1. Chhaya Chauhan, Smriti Sehgal “Sentiment Analysis on Product Reviews,” International Conference on Computing, Communication and Automation, 2017. 2. ZHU Nanli, ZOU Ping, LI Weiguo, CHENG Meng “Sentiment Analysis: A Literature Review,” IEEE ISMOT, 2012. 3. Balakrishnan Gokulakrishnan, Pavalanathan Priyanthan, Thiruchittampalam Raghavan, Nadarajah Prasath, AShehan Perera “Opinion Mining and Sentiment Analysis on a Twitter Data Stream,” The International Conference on Advances in ICT for Emerging Regions, 2012. 4. Huma Parveen, Prof. Shikha Pandey “Sentiment Analysis on Twitter Data-set using Naive Bayes Algorithm,” IEEE, 2016 5. M. Tirupati, Suresh Pabboku, G. Narasimha, “Sentiment Analysis on Twitter using Streaming API,” The International Advance Computing Conference, 2017. 6. Kiichi Tago, Qun Jin “Analyzing Influence of Emotional Tweets on User Relationships by Naive Bayes Classification and Statistical Tests,” 10th International Conference on Service-Oriented Computing and Applications, IEEE, 2017. 7. Nasser Alsaedi,PeteBurnap“FeatureExtractionand Analysis for Identifying Disruptive Events from Social Media,” InternationalConferenceonAdvancesinSocial Networks Analysis and Mining IEEE/ACM, 2015 8. Mondher Bouazizi, Tomoaki Ohtsuki “Sarcasm Detection in Twitter,” IEEE, 2015 9. Hajime Watanabe, Mondher Bouazizi, Tomoaki Ohtsuki “Hate Speech on Twitter: A Pragmatic Approach to Collect Hateful and Offensive Expressions and Perform Hate Speech Detection,” IEEE Access, 2018 10. Mondher Bouazizi, Tomoaki Ohtsuki “Sentiment Analysis in Twitter: From Classification to Quantification of Sentiments within Tweets,” IEEE, 2016 11. Mondher Bouazizi, Tomoaki Ohtsuki “A Pattern- Based Approach for Multi-Class Sentiment Analysis in Twitter,” IEEE Access, 2017 12. Alexandros Baltas, Andreas Kanavos, AthanasiosK. Tsakalidis “An Apache Spark Implementation for Sentiment Analysis on Twitter Data,” 2017 13.MondherBouazizi,TomoakiOhtsuki“ALarge-Scale SentimentDataClassificationforOnlineReviewsunder Apache Spark,” 9th International Conference on EmergingUbiquitousSystemsandPervasiveNetworks, 2018 14. Hao Wang, Jorge A. Castanon “Sentiment Expression via Emoticons on Social Media,” International Conference on Big Data, IEEE 2017 15. Wies law Wolny, “Sentiment Analysis of Twitter data using Emoticons and Emoji ideograms,” 2016 16. Pranali Borele, Dilipkumar A. Borikar, “An Approach to Sentiment Analysis using ArtificialNeural Network with Comparative Analysis of Different Techniques,” 2016 17. Nikolaos Nodarakis, Spyros Sioutas, Athanasios Tsakalidis, Giannis Tzimas “Large Scale Sentiment Analysis on Twitter with Spark,” EDBT/ICDT Joint Conference, 2016 18. Andreas Kanavos, Nikolaos Nodarakis, Spyros Sioutas,AthanasiosTsakalidis,DimitriosTsolis,Giannis Tzimas “Large Scale Implementations for Twitter Sentiment Classification,” MPDI Algorithms, 2018 19. R. Ragupathy, Lakshmana Phaneendra Maguluri “Comparative analysis of machine learning algorithms on social media test,” International Journal of Engineering Technology, 2018 20. Ahan M R, Honnesh Rohmetra, Ayush Mungad “Social Network Analysis using DataSegmentationand Neural Networks,” International Research Journal of Engineering and Technology (IRJET), 2018 21. Mario Cannataro, Nicola Ielpo, and Barbara Calabrese “Using social networks data for behaviour and sentiment analysis,” Springer International Publishing Switzerland, 2015 22. Georgios S. Solakidis, Konstantinos N. Vavliakis, Pericles A. Mitkas “Multilingual Sentiment Analysis using Emoticons and Keywords,” IEEE/WIC/ACM International Joint Conferences on Web Intelligence (WI) and Intelligent Agent Technologies (IAT), 2014 23. N. AZMINA M. ZAMANI, SITI Z. Z. ABIDIN, NASIROH OMAR1, M. Z. Z.ABIDEN “Sentiment Analysis: Determining People’s Emotions in Facebook ,” Applied Computational Science 24. Saqib Iqbal, Ali Zulqurnain, Yaqoob Wani, Khalid Hussain “The survey of sentiment and opinion mining for behavior analysis of social media,” International Journal of Computer Science Engineering Survey (IJCSES) Vol.6, No.5, 2015 25. Wies law Wolny “Emotion Analysis of Twitter Data That Use Emoticons and Emoji Ideograms,” 25TH INTERNATIONAL CONFERENCE ON INFORMATION SYSTEMS DEVELOPMENT, 2016 26. Ga¨el Guibon, Magalie Ochs, Patrice Ballot “From Emojis to Sentiment Analysis,” https://hal- amu.archives-ouvertes.fr/hal-01529708, 2017 27. Anindita A Khade “Performing Customer Behavior Analysis using Big Data Analytics,” 7th International
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3085 Conference on Communication, Computing and Virtualization, 2016 28. Siva Subramanian Raju, Prabha Dhandayudham “Prediction of customer behaviour analysis using classificationalgorithms,”AIPConferenceProceedings, 2018 29. Mimi ZHANG, Yan WANG,JianpingCHAI“Reviewof User Behavior Analysis Based on Big Data:Methodand Application,” International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII), 2015 30. Zheng Ruijuan, Chen Jing, Zhang Mingchuan, Zhu Junlong, Wu Qingtao “User abnormal behaviour analysis based on neural network clustering,” The Journal of China Universities of Posts and Telecommunications, 2016 31. R GEETHARAMANI1, PREVATHY andSHOMONAG JACOB “Prediction of users webpage access behaviour using association rule mining,” Indian Academy of Sciences, 2015 32. Vasile PaulBresfelean,“AnalysisandPredictionson Students’ Behavior Using Decision Trees in Weka Environment,” 29th International Conference on Information Technology Interfaces, 2007 33. Liming Xue, Weixin Luan “Improved K-means Algorithm in User Behavior Analysis,” Ninth International Conference on Frontier of Computer Science and Technology, 2015