SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2298
Personality Prediction Using Social Media Platform
Swapnali Shipankar1, Gayatri Sawale2, Rajashree Shelke3, Prof. Ashwini Khairkar4
123Student, Department of Information Technology, Bharati Vidyapeeth’s College of Engineering for Women, Pune,
Maharashtra, INDIA
4Professor, Dept. of Information Technology Engineering, Bharati Vidyapeeth’s College of Engineering for Women,
Pune, Maharashtra, INDIA
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Personality is an critical aspect that influences
someone’s opinions, like-dislike, thoughts, and the way
someone behaves in exceptional situations. Nowadays social
media is a platform wherein human beings explicit their view,
how they feel, what they're doing. Every2ndonaverage,round
6000 tweets are generated. This records may be analyzed
nicely to are expecting the character of the consumer. In this
project, we’ll display you a way to use gadget getting to know
to examine someone’s character primarily based totally on
their real-time Twitter feed. Specifically, we’ll first use the
Twitter API you purchased our enter records earlier than
going for walks a naive Bayes classifier to educate and check
our version, so as to then be capable of categorize newTwitter
profiles stay right into a Myers-Briggs Type Indicator (MBTI).
We're already acquainted with the famous metric, which
makes use of a four-letter end result (consisting of INFJ or
ENFP) to summarize exceptional charactertraitsinphrasesof
ways people understand the sector and make decisions.
Normally, that is derived via questionnaires andpsychometric
checks administered to every person, however right here we’ll
robotically get a end result at the pressing of a button. Models
anticipated every character trait with the accuracy 76.231%.
Key Words: ML, Pkl, HTML, CSS, Flask.
1. INTRODUCTION
With over 3.5 million tests performed every year, MBTI is
the maximum broadly used character indicatorglobally.The
Myers Briggs Type Indicator (MBTI) is a character kind
device that divides absolutely each person into sixteen
awesome personalities primarily based totally on 4
dimensions, namely: Introversion (I) — Extroversion (E),
Intuition (N) — Sensing (S), Thinking (T) — Feeling (F),
Judging (J) — Perceiving (P). MBTI expected character
tendencies preserve important houses of the conventional
character traits. Researchers broadly use gadget getting to
know and deep getting to know algorithms to are expecting
character and mental tendencies fromvirtual records. We’re
growing an MBTI character classifier that makes use of
gadget getting to know fashions to are expecting someone’s
character primarily based totally at the 50 latest social
media posts in line with consumer as enter. We locate
correlations among someone’s MBTI character kind and
writing style. The classifier additionally demonstrates the
validity of the MBTI check. We have used a respectable
quantity of mined character annotated records from social
media. Furthermore, our version might run on greater
records than that furnished in a traditional character check,
which serves as a affirmation device and facilitates human
beings depend greater at the results.
1.1 Web scraping User’s data and Preprocessing:
Twitter permits builders to scrap publicly to be had
records via a fixed of personal keys i.e., Twitter API keys.
These keys permit developer to request records on behalf of
App’s owner. Tweepy is a Python library for gaining access
to the Twitter API. The closing 50 tweets of consumer are
extracted, after which preprocessed with the assist of
regex.[2]
1.2 Myers- Briggs Type indicator (MBTI):
The MBTI is one of the maximum famous character
checks within side the world. The Myers Briggs Type
Indicator (or MBTI for short) is a character kind device that
divides absolutely each person into sixteen awesome
character kinds throughout four axes: Introversion (I) –
Extroversion (E); Intuition (N) – Sensing (S); Thinking (T) –
Feeling (F); Judging (J) – Perceiving (P). The processed
records could be analysed via every of character kind
indicator and maximum favorable out of sixteen character
kind could be allotted to the consumer.[2]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2299
1.3 GOALS AND OBJECTIVES
AIM: The purpose is to categorise thecharacterofa
consumer from the entertextual contentthroughmakinguse
of gadget studying algorithms specifically Naïve Bayes the
usage of MBTI version.
GOAL: The typical aim is to create the internet UI if
you want to expect the character of the consumer on the
premise of the given enter.
OBJECTIVES:
• To construct theversionwithmostaccuracytheusageof
the proper Machine studying algorithms.
• To store the very last constructed version.
• Design internet pages the usage of HTML and CSS •
Expose the internet pages the usage of Flask framework
1.4 MOTIVATION
In today’s era, character is one of the closely researchedand
charming subjects in psychology. Personality popularity of
customers is broadly utilized in studies domain names like
advice structuresandhuman-robotic interaction.Traditional
advice structures stumbleupontroubles likelossofstatistics
approximately the alternatives of the consumer, free-riders
problem, and the statistics sparsityproblem. Therecognized
consumer character tendencies assistapprehendcustomers’
alternatives. MBTI’s test-retest reliabilityhovers rounda 0.5
mistakess rate. On retest, human beings pop out with3–four
kind alternatives 75–90% of the time. Our method can help
with extra accuracy than presently current tests, permitting
customers to depend upon their outcomes. Personality class
primarily based totally on virtual statistics has proved to be
a extra green opportunity to conventional mental tests.
2. LITERATURE SURVEY
Randall Wald [1] said that Twitter, a micro blogging site, is
used by it number of users to share their experiences and
thoughts about their day-to-day life. Although researchers
have often discardedthe methodofpredictingpersonality by
analyzing the tweets because there are of the view that it
contains very littlecontenttopredictsignificantinformation,
but these tweets can be confirmed to make a larger picture
of the user who is posting them, select RUSBoost a new form
of ensemble learning has been used t predict psychopath
using twitter, which usesfourclassificationlearnersandfour
feature selection techniques.
J. Golback [2] said that Social Network is a platform where
the users tend to reveal themselves to the outside world,
sharing their personal details and giving insight to other
people into their lives. Personality plays animportant rolein
many types of interaction among people, it can be used to
predict the job satisfaction. Until now, in order to accurately
predict user’s personality, they surveyed among individuals
with the help of personality test. However, the was highly
unfeasible while collecting data from social media platforms
and hence correct analysis of personality was problem.
Bayu Yudha Pratama[3] Social Media is place where uses
express themselves to the world. Posts or comments made
by users on social media can be analyzed to obtain their
personal information. It uses text classification to predict
personality based on text written by twitter users. The
languages used are English and Indonesian. Classification
methods implemented are Naïve Bayes, K-Nearest (KNN),
SVM. Testing results showed Naïve Bayes slightly
outperformed the other methods.
3. SYSTEM ARCHITECTURE
Chart 1. System Architecture
Paper Title Year Seed Idea
Facebook Profiles
Reflect Actual
Personality, Not Self-
Idealization
2010 -People express their
original thoughts on social
media instead of an
idealized version of
themselves
Personality traits
recognition on social
network—Facebook
2013 -Correlation betweenuser’s
personalityandsocial media
is strong
The development and
psychometric
propertiesof
LIWC2015
2015 -the work of personality
extraction fromthe text.
Neural Networks in
Predicting Myers Brigg
Personality Type from
Writing Style
2017 -LSTM with other model
gives more accuracy. LSTM
haspotential of More
information to beencodedin
parameters
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2300
4. PERSONALITY CLASSIFICATION
To set up the personality type of a user, we use Myers-
Briggs. The MBTI is the maximum usually used for man or
woman categorization, which has been utilized innumerous
departments to research the individual's persona. MBTI
classifies the man or woman primarily based totally onfour-
class, namely:
 Introversion (I) or Extraversion (E)
 Intuition (N) or Sensing (S)
 Feeling (F) or Thinking (T)
 Perceiving (P) or Judging (J)
Introversion (I) or Extraversion (E):
People and Things withinside the outside global is mainly
centered with the aid of using an Extraverts, while an
introverts look into internal perspectives and ideas.
Intuition (N) or Sensing (S):
Sensing refers to understand items through vision, noise,
flavor, tap, and smell, even as instinct refers to presiding
kind which include searching into the preceding enjoy and
additionally pay attention greater on their wondering.
Feeling (F) or Thinking (T):
The wondering and feeling come into the class called
judgment where in we will decide people. Thinking uses
experience to determine the society, wherein emotions lead
us to outlook items base on what sentiment they evoke.
Perceiving (P) or Judging (J):
Every individual evaluates and figure, however individual
who're judging presiding are regarded to be nicely ordered
and outcome-driven, whereinfigurepresidingarebendyand
multitasking personality.
5. ALGORITHMS
Step 1: Create Twitter Developer Account
To predict the Personality, we have to login into the Twitter
Developer Account to fetch the Tweets.
In this project, we have taken real time Twitter data and
based on that we have predicted the personality of an
individual person.
Step 2: Data Preprocessing
Pre-Processing of data is done in order to remove non-
words, punctuations, repeated letters and stop-words, so as
to clean the data in order to increase. Pre-processing
consists of selective word removal, lemmatization and
conversion of MBTI 4 letter code to binary.InSelectiveWord
Removal certain words which might cause the machine to
cheat. Lemmatization brings all the words totheirrootform.
For example, running, playing and thinking becomes run,
play and think respectively.[4] Converting the MBTI
personality to binary consists ofassigningeachaspectwith0
or 1 so that it can be easily interpreted by the model. Here I,
N, F, J are all assigned with 0, whereas E, S, T, P are all
assigned with 1. So, the personality type ENFP is converted
to [1,0,0,1].
Step 3: Feature Extraction
Feature Extraction goals to lessen the wide variety of
functions or features in a dataset through developing new
functions from the prevailing ones (after which discarding
the unique functions). These new decreased set of functions
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2301
must then be capable of summarize maximum of the
statistics contained withinside the unique set of functions.
Step 4: Feature Selection
Feature selection is the system of decreasing the wide
variety of input variables while makinga predictivemodel.It
is ideal to lessen the wide variety of input variables to each
lessen the computational value of modeling and, in a few
cases, to enhance the overall performance of the model.
Step 5: Predicting Model
In this paper, supervised learning approach is used for
personality prediction.The model will takesnippetofpostor
text as an input and will predict and produce personality
trait (I-E, N-S, T-F, J-P) accordingtothescannedtext.Mayer’s
Briggs Type Indicator is used for classification and
prediction [5]. This model categorize an individual into 16
different personality types based on four dimensions,
namely, (i) Attitude →Extroversion vs Introversion: this
dimension defines that how an individual focuses their
energy and attention, whethergetmotivated externallyfrom
other people’s judgement and perception, or motivated by
their inner thoughts, (ii) Information →Sensing vs intuition
(S/N): this aspect illustrates that how people perceive
information and observant(S), relying on their five senses
and solid observation, while intuitivetypeindividualsprefer
creativity over constancy and believe in their guts, (iii)
Decision →Thinking vs Feeling(T/F):a personwithThinking
aspect, always exhibit logical behavior in their decisions,
while feeling individuals are empathic and give priority to
emotions over logic, (iv) Tactics →Judging vs Perceiving
(J/P): this dichotomy describes an individual approach
towards work, decision-making and planning. Judging ones
are highly organized in their thoughts.[6] They prefer
planning over spontaneity. Perceiving individuals have
spontaneous and instinctive nature. They keep all their
options open and good at improvising opportunities.
6. CONCLUSION
In this paper, we have shown that a users’ MBTI personality
traits can be predicted from the public information they
share on Twitter. Our subjects completed a personality test
and through the Twitter API, wecollectedpubliclyaccessible
information from their profiles. After processing this data,
we found many small correlations in the data. While
compare to other algorithms that are used previously like
naive Bayes. The results show that the methodology
presented in this research has betteraccuracyandreliability
in comparison to other existing methods. Regarding the
knowledge contribution in this paper, the presented
methodology significantly improved the accuracy of
recognizing the Intuition (I)–Sensing (S) and Introversion
(I)–Extroversion (E) personality categories, as well as
slightly better accuracy for the Judging (J)–Perceiving (P)
personality category.
REFERENCES
[1] R. Wald,T. M. Khoshgoftaar,A. Napolitano Using Twitter
Content to Predict PsychopathyR. Nicole, “Title of paper
with only first word capitalized,” J.NameStand.Abbrev.,
in press.
[2] Golbeck, J., Robles, C., and Turner, K. 2011a. Predicting
Personality with social media. In Proc of the 2011
annual conference extended abstractsonHumanfactors
in computing systems.
[3] Bayu Yudha Pratama, Riyanarto Sarno “Personality
Classification based on twitter text,” International
Conference on Data and Software Testing, 2015.
[4] M. H. Amirhosseini and H. Kazemian, “MachineLearning
Approach to Persoanlity Type Prediction Based on the
Mayers-Briggs Type Indicator”.
[5] A. S. Khan, H. Ahmad, M.Z. Asghar, “Personality
Classification from Online Text using Machine Learning
Approach”.
[6] Tommy Tandera, Hendro, Derwin Suhartono,
"Personality Prediction System from Facebook Users".
BIOGRAPHIES
Ms. Swapnali Shipankar is pursuing
B.E(IT) from Bharati Vidyapeeth’sCollege
of Engineering for Women, Pune and
presently is in Fourth Year
Ms. Gayatri Sawale is pursuing B.E(IT)
from Bharati Vidyapeeth’s College of
Engineering for Women, Pune and
presently is in Fourth Year
Ms. Rajashree Shelke is pursuing B.E(IT)
from Bharati Vidyapeeth’s College of
Engineering for Women, Pune and
presently is in Fourth Year
Prof. A. D. Khairkar is working as a
professor in department of IT, Bharati
Vidyapeeth’s College of Engineering for
Women, Pune.

More Related Content

Similar to Personality Prediction Using Social Media Platform

THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNING
THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNINGTHE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNING
THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNINGIRJET Journal
 
IRJET - Profanity Statistical Analyzer
 IRJET -  	  Profanity Statistical Analyzer IRJET -  	  Profanity Statistical Analyzer
IRJET - Profanity Statistical AnalyzerIRJET 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
 
AGGRESSION DETECTION USING MACHINE LEARNING MODEL
AGGRESSION DETECTION USING MACHINE LEARNING MODELAGGRESSION DETECTION USING MACHINE LEARNING MODEL
AGGRESSION DETECTION USING MACHINE LEARNING MODELIRJET Journal
 
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
IRJET-  	  Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET-  	  Sentimental Analysis of Twitter Data for Job Opportunities
IRJET- Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET Journal
 
TWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISTWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISIRJET Journal
 
TWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISTWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISIRJET Journal
 
Sentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningSentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningIRJET 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 - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET Journal
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET Journal
 
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...ijtsrd
 
Fake News Detection Using Machine Learning
Fake News Detection Using Machine LearningFake News Detection Using Machine Learning
Fake News Detection Using Machine LearningIRJET Journal
 
Predicting the Brand Popularity from the Brand Metadata
Predicting the Brand Popularity from the Brand MetadataPredicting the Brand Popularity from the Brand Metadata
Predicting the Brand Popularity from the Brand MetadataIJECEIAES
 
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 – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNINGSENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNINGIRJET 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 - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine LearningIRJET Journal
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53IRJET Journal
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET Journal
 

Similar to Personality Prediction Using Social Media Platform (20)

THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNING
THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNINGTHE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNING
THE ANALYSIS FOR CUSTOMER REVIEWS THROUGH TWEETS, BASED ON DEEP LEARNING
 
IRJET - Profanity Statistical Analyzer
 IRJET -  	  Profanity Statistical Analyzer IRJET -  	  Profanity Statistical Analyzer
IRJET - Profanity Statistical Analyzer
 
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...
 
AGGRESSION DETECTION USING MACHINE LEARNING MODEL
AGGRESSION DETECTION USING MACHINE LEARNING MODELAGGRESSION DETECTION USING MACHINE LEARNING MODEL
AGGRESSION DETECTION USING MACHINE LEARNING MODEL
 
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
IRJET-  	  Sentimental Analysis of Twitter Data for Job OpportunitiesIRJET-  	  Sentimental Analysis of Twitter Data for Job Opportunities
IRJET- Sentimental Analysis of Twitter Data for Job Opportunities
 
TWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISTWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSIS
 
TWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSISTWITTER SENTIMENT ANALYSIS
TWITTER SENTIMENT ANALYSIS
 
Sentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningSentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine Learning
 
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 - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: Twitter
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...
 
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
Analytic System Based on Prediction Analysis of Social Emotions from User Pre...
 
Fake News Detection Using Machine Learning
Fake News Detection Using Machine LearningFake News Detection Using Machine Learning
Fake News Detection Using Machine Learning
 
Predicting the Brand Popularity from the Brand Metadata
Predicting the Brand Popularity from the Brand MetadataPredicting the Brand Popularity from the Brand Metadata
Predicting the Brand Popularity from the Brand Metadata
 
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 – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNINGSENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
SENTIMENT ANALYSIS – SARCASM DETECTION USING MACHINE LEARNING
 
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 - Suicidal Text Detection using Machine Learning
IRJET -  	  Suicidal Text Detection using Machine LearningIRJET -  	  Suicidal Text Detection using Machine Learning
IRJET - Suicidal Text Detection using Machine Learning
 
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
Irjet v4 i73A Survey on Student’s Academic Experiences using Social Media Data53
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
 

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

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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
(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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana 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
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 

Recently uploaded (20)

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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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
 
(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...
 
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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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 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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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...
 

Personality Prediction Using Social Media Platform

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2298 Personality Prediction Using Social Media Platform Swapnali Shipankar1, Gayatri Sawale2, Rajashree Shelke3, Prof. Ashwini Khairkar4 123Student, Department of Information Technology, Bharati Vidyapeeth’s College of Engineering for Women, Pune, Maharashtra, INDIA 4Professor, Dept. of Information Technology Engineering, Bharati Vidyapeeth’s College of Engineering for Women, Pune, Maharashtra, INDIA ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Personality is an critical aspect that influences someone’s opinions, like-dislike, thoughts, and the way someone behaves in exceptional situations. Nowadays social media is a platform wherein human beings explicit their view, how they feel, what they're doing. Every2ndonaverage,round 6000 tweets are generated. This records may be analyzed nicely to are expecting the character of the consumer. In this project, we’ll display you a way to use gadget getting to know to examine someone’s character primarily based totally on their real-time Twitter feed. Specifically, we’ll first use the Twitter API you purchased our enter records earlier than going for walks a naive Bayes classifier to educate and check our version, so as to then be capable of categorize newTwitter profiles stay right into a Myers-Briggs Type Indicator (MBTI). We're already acquainted with the famous metric, which makes use of a four-letter end result (consisting of INFJ or ENFP) to summarize exceptional charactertraitsinphrasesof ways people understand the sector and make decisions. Normally, that is derived via questionnaires andpsychometric checks administered to every person, however right here we’ll robotically get a end result at the pressing of a button. Models anticipated every character trait with the accuracy 76.231%. Key Words: ML, Pkl, HTML, CSS, Flask. 1. INTRODUCTION With over 3.5 million tests performed every year, MBTI is the maximum broadly used character indicatorglobally.The Myers Briggs Type Indicator (MBTI) is a character kind device that divides absolutely each person into sixteen awesome personalities primarily based totally on 4 dimensions, namely: Introversion (I) — Extroversion (E), Intuition (N) — Sensing (S), Thinking (T) — Feeling (F), Judging (J) — Perceiving (P). MBTI expected character tendencies preserve important houses of the conventional character traits. Researchers broadly use gadget getting to know and deep getting to know algorithms to are expecting character and mental tendencies fromvirtual records. We’re growing an MBTI character classifier that makes use of gadget getting to know fashions to are expecting someone’s character primarily based totally at the 50 latest social media posts in line with consumer as enter. We locate correlations among someone’s MBTI character kind and writing style. The classifier additionally demonstrates the validity of the MBTI check. We have used a respectable quantity of mined character annotated records from social media. Furthermore, our version might run on greater records than that furnished in a traditional character check, which serves as a affirmation device and facilitates human beings depend greater at the results. 1.1 Web scraping User’s data and Preprocessing: Twitter permits builders to scrap publicly to be had records via a fixed of personal keys i.e., Twitter API keys. These keys permit developer to request records on behalf of App’s owner. Tweepy is a Python library for gaining access to the Twitter API. The closing 50 tweets of consumer are extracted, after which preprocessed with the assist of regex.[2] 1.2 Myers- Briggs Type indicator (MBTI): The MBTI is one of the maximum famous character checks within side the world. The Myers Briggs Type Indicator (or MBTI for short) is a character kind device that divides absolutely each person into sixteen awesome character kinds throughout four axes: Introversion (I) – Extroversion (E); Intuition (N) – Sensing (S); Thinking (T) – Feeling (F); Judging (J) – Perceiving (P). The processed records could be analysed via every of character kind indicator and maximum favorable out of sixteen character kind could be allotted to the consumer.[2]
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2299 1.3 GOALS AND OBJECTIVES AIM: The purpose is to categorise thecharacterofa consumer from the entertextual contentthroughmakinguse of gadget studying algorithms specifically Naïve Bayes the usage of MBTI version. GOAL: The typical aim is to create the internet UI if you want to expect the character of the consumer on the premise of the given enter. OBJECTIVES: • To construct theversionwithmostaccuracytheusageof the proper Machine studying algorithms. • To store the very last constructed version. • Design internet pages the usage of HTML and CSS • Expose the internet pages the usage of Flask framework 1.4 MOTIVATION In today’s era, character is one of the closely researchedand charming subjects in psychology. Personality popularity of customers is broadly utilized in studies domain names like advice structuresandhuman-robotic interaction.Traditional advice structures stumbleupontroubles likelossofstatistics approximately the alternatives of the consumer, free-riders problem, and the statistics sparsityproblem. Therecognized consumer character tendencies assistapprehendcustomers’ alternatives. MBTI’s test-retest reliabilityhovers rounda 0.5 mistakess rate. On retest, human beings pop out with3–four kind alternatives 75–90% of the time. Our method can help with extra accuracy than presently current tests, permitting customers to depend upon their outcomes. Personality class primarily based totally on virtual statistics has proved to be a extra green opportunity to conventional mental tests. 2. LITERATURE SURVEY Randall Wald [1] said that Twitter, a micro blogging site, is used by it number of users to share their experiences and thoughts about their day-to-day life. Although researchers have often discardedthe methodofpredictingpersonality by analyzing the tweets because there are of the view that it contains very littlecontenttopredictsignificantinformation, but these tweets can be confirmed to make a larger picture of the user who is posting them, select RUSBoost a new form of ensemble learning has been used t predict psychopath using twitter, which usesfourclassificationlearnersandfour feature selection techniques. J. Golback [2] said that Social Network is a platform where the users tend to reveal themselves to the outside world, sharing their personal details and giving insight to other people into their lives. Personality plays animportant rolein many types of interaction among people, it can be used to predict the job satisfaction. Until now, in order to accurately predict user’s personality, they surveyed among individuals with the help of personality test. However, the was highly unfeasible while collecting data from social media platforms and hence correct analysis of personality was problem. Bayu Yudha Pratama[3] Social Media is place where uses express themselves to the world. Posts or comments made by users on social media can be analyzed to obtain their personal information. It uses text classification to predict personality based on text written by twitter users. The languages used are English and Indonesian. Classification methods implemented are Naïve Bayes, K-Nearest (KNN), SVM. Testing results showed Naïve Bayes slightly outperformed the other methods. 3. SYSTEM ARCHITECTURE Chart 1. System Architecture Paper Title Year Seed Idea Facebook Profiles Reflect Actual Personality, Not Self- Idealization 2010 -People express their original thoughts on social media instead of an idealized version of themselves Personality traits recognition on social network—Facebook 2013 -Correlation betweenuser’s personalityandsocial media is strong The development and psychometric propertiesof LIWC2015 2015 -the work of personality extraction fromthe text. Neural Networks in Predicting Myers Brigg Personality Type from Writing Style 2017 -LSTM with other model gives more accuracy. LSTM haspotential of More information to beencodedin parameters
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2300 4. PERSONALITY CLASSIFICATION To set up the personality type of a user, we use Myers- Briggs. The MBTI is the maximum usually used for man or woman categorization, which has been utilized innumerous departments to research the individual's persona. MBTI classifies the man or woman primarily based totally onfour- class, namely:  Introversion (I) or Extraversion (E)  Intuition (N) or Sensing (S)  Feeling (F) or Thinking (T)  Perceiving (P) or Judging (J) Introversion (I) or Extraversion (E): People and Things withinside the outside global is mainly centered with the aid of using an Extraverts, while an introverts look into internal perspectives and ideas. Intuition (N) or Sensing (S): Sensing refers to understand items through vision, noise, flavor, tap, and smell, even as instinct refers to presiding kind which include searching into the preceding enjoy and additionally pay attention greater on their wondering. Feeling (F) or Thinking (T): The wondering and feeling come into the class called judgment where in we will decide people. Thinking uses experience to determine the society, wherein emotions lead us to outlook items base on what sentiment they evoke. Perceiving (P) or Judging (J): Every individual evaluates and figure, however individual who're judging presiding are regarded to be nicely ordered and outcome-driven, whereinfigurepresidingarebendyand multitasking personality. 5. ALGORITHMS Step 1: Create Twitter Developer Account To predict the Personality, we have to login into the Twitter Developer Account to fetch the Tweets. In this project, we have taken real time Twitter data and based on that we have predicted the personality of an individual person. Step 2: Data Preprocessing Pre-Processing of data is done in order to remove non- words, punctuations, repeated letters and stop-words, so as to clean the data in order to increase. Pre-processing consists of selective word removal, lemmatization and conversion of MBTI 4 letter code to binary.InSelectiveWord Removal certain words which might cause the machine to cheat. Lemmatization brings all the words totheirrootform. For example, running, playing and thinking becomes run, play and think respectively.[4] Converting the MBTI personality to binary consists ofassigningeachaspectwith0 or 1 so that it can be easily interpreted by the model. Here I, N, F, J are all assigned with 0, whereas E, S, T, P are all assigned with 1. So, the personality type ENFP is converted to [1,0,0,1]. Step 3: Feature Extraction Feature Extraction goals to lessen the wide variety of functions or features in a dataset through developing new functions from the prevailing ones (after which discarding the unique functions). These new decreased set of functions
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2301 must then be capable of summarize maximum of the statistics contained withinside the unique set of functions. Step 4: Feature Selection Feature selection is the system of decreasing the wide variety of input variables while makinga predictivemodel.It is ideal to lessen the wide variety of input variables to each lessen the computational value of modeling and, in a few cases, to enhance the overall performance of the model. Step 5: Predicting Model In this paper, supervised learning approach is used for personality prediction.The model will takesnippetofpostor text as an input and will predict and produce personality trait (I-E, N-S, T-F, J-P) accordingtothescannedtext.Mayer’s Briggs Type Indicator is used for classification and prediction [5]. This model categorize an individual into 16 different personality types based on four dimensions, namely, (i) Attitude →Extroversion vs Introversion: this dimension defines that how an individual focuses their energy and attention, whethergetmotivated externallyfrom other people’s judgement and perception, or motivated by their inner thoughts, (ii) Information →Sensing vs intuition (S/N): this aspect illustrates that how people perceive information and observant(S), relying on their five senses and solid observation, while intuitivetypeindividualsprefer creativity over constancy and believe in their guts, (iii) Decision →Thinking vs Feeling(T/F):a personwithThinking aspect, always exhibit logical behavior in their decisions, while feeling individuals are empathic and give priority to emotions over logic, (iv) Tactics →Judging vs Perceiving (J/P): this dichotomy describes an individual approach towards work, decision-making and planning. Judging ones are highly organized in their thoughts.[6] They prefer planning over spontaneity. Perceiving individuals have spontaneous and instinctive nature. They keep all their options open and good at improvising opportunities. 6. CONCLUSION In this paper, we have shown that a users’ MBTI personality traits can be predicted from the public information they share on Twitter. Our subjects completed a personality test and through the Twitter API, wecollectedpubliclyaccessible information from their profiles. After processing this data, we found many small correlations in the data. While compare to other algorithms that are used previously like naive Bayes. The results show that the methodology presented in this research has betteraccuracyandreliability in comparison to other existing methods. Regarding the knowledge contribution in this paper, the presented methodology significantly improved the accuracy of recognizing the Intuition (I)–Sensing (S) and Introversion (I)–Extroversion (E) personality categories, as well as slightly better accuracy for the Judging (J)–Perceiving (P) personality category. REFERENCES [1] R. Wald,T. M. Khoshgoftaar,A. Napolitano Using Twitter Content to Predict PsychopathyR. Nicole, “Title of paper with only first word capitalized,” J.NameStand.Abbrev., in press. [2] Golbeck, J., Robles, C., and Turner, K. 2011a. Predicting Personality with social media. In Proc of the 2011 annual conference extended abstractsonHumanfactors in computing systems. [3] Bayu Yudha Pratama, Riyanarto Sarno “Personality Classification based on twitter text,” International Conference on Data and Software Testing, 2015. [4] M. H. Amirhosseini and H. Kazemian, “MachineLearning Approach to Persoanlity Type Prediction Based on the Mayers-Briggs Type Indicator”. [5] A. S. Khan, H. Ahmad, M.Z. Asghar, “Personality Classification from Online Text using Machine Learning Approach”. [6] Tommy Tandera, Hendro, Derwin Suhartono, "Personality Prediction System from Facebook Users". BIOGRAPHIES Ms. Swapnali Shipankar is pursuing B.E(IT) from Bharati Vidyapeeth’sCollege of Engineering for Women, Pune and presently is in Fourth Year Ms. Gayatri Sawale is pursuing B.E(IT) from Bharati Vidyapeeth’s College of Engineering for Women, Pune and presently is in Fourth Year Ms. Rajashree Shelke is pursuing B.E(IT) from Bharati Vidyapeeth’s College of Engineering for Women, Pune and presently is in Fourth Year Prof. A. D. Khairkar is working as a professor in department of IT, Bharati Vidyapeeth’s College of Engineering for Women, Pune.