SlideShare a Scribd company logo
1 of 16
Download to read offline
Mining Social Media Data for Understanding Students’
Learning Experiences
Presented by :
Saba Farheen Munshi (2018MIT015)
Under Guidance of :
Prof. R.S. Potpelwar
Department of Information Technology
Shri Guru Gobid singhji Institute of Engineering and Technology, Nanded
29th March,2019
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 1 / 16
Table of Content
1 Intrduction
2 Problem Definition
3 Related Work
Existing Work
Proposed Methodology
4 Data Collection
5 Naive Bayes Multilabel Classifier
Text Pre-processing
Multilable Naive Bayes Clasification Algorithm
Evaluation Measure for Multilabel Clasifier
Classification Result
6 Conclusion
7 References
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 2 / 16
Intrduction
Introduction
Social media plays powerful role in today’s era .Social media provides stage to
share happiness, struggle, sentiment, stress and acquire social support.
Students share their happiness and sorrows related to studies on social media in
the form of judgmental comments, tweets, posts etc. Analyze these data from
such environment require classification techniques.
Basically we explore engineering students informal conversations on twitter.
Understanding issues and problems students encounter in their learning
experiences.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 3 / 16
System Architecture
Figure: WorkFlow Diagram
Problem Definition
Problem Definition
Researches have been using old ways such as surveys, interviews, focus groups,
classroom activities to collect data related to students’ learning experiences.The
existing work has not measured student academic performance to identify the
students’ problem and classify them accurately for enhancing E-learning
experiences.
Being an optimistic students need to reflect on what they were thinking and
doing sometime in the past or at the moment, which make it difficult to
understand over time.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 5 / 16
Related Work Existing Work
Existing Work
The Goffman’s Theory : Gaffney analyzes tweets using histograms, user
networks, as well as frequencies of top keywords to quantify online activism.The
existing system uses classification algorithms finds only negative emotions of
students learning.
Alec.Go Theory : Alec Go introduced a completely unique approach for
automatically classifying the sentiment of Twitter messages. These messages are
classified as either positive or negative with relevance to a query term.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 6 / 16
Related Work Proposed Methodology
Proposed Architecture
we have proposed following three steps for sentiment tracking -
1 First step is to collect the data for processing about their academic experiences.
2 In next step collected data is explored and define the categories into which tweets
can be differentiated.
3 Finally, depend upon the sentiment labels obtained for each tweet, we identify
the sentiment w.r.t the model ,is trained using multilabel classifier.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 7 / 16
Data Collection
Data Collection
We searched data using an educational account on a commercial social media
monitoring tool named Radian6 (25,284 tweets) and Twitter search API (39,095
tweets)
Existing system have five prominent themes and proposed system consist of seven
prominent categories- Heavystudy Load, Lack of Social-Engagement, Negative
Emotion, Sleep Problems, Diversity Issues, Others, Good Things.
Figure: Categories
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 8 / 16
Naive Bayes Multilabel Classifier
Naive Bayes Multilabel Classifier
Text Pre-processing
Multilable Naive Bayes Clasification Algorithm
Evaluation Measure for Multilabel Clasifier
Classification Result
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 9 / 16
Naive Bayes Multilabel Classifier Multilable Naive Bayes Clasification Algorithm
Multilable Naive Bayes Clasification Algorithm
This classifier considers each sub words in the review and accordingly classifies the
reviews in different categories. Let S is the Sentence
Step 1: Define categories c=c1,c2,c3,...,cn
Step 2: Read data from a database.
Step 3: Divide S into sub worksw1,w2,w3wn split.
Step 4: Check sub words w1,w2,w3..wn for every categories.
Step 5: If words match with categories c1,c2,c3,..cn increment the counter for that
categories.
Step 6: Find probability of each category.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 10 / 16
Continued..
If a word wn appears in a category c for mwnc times, then the probability of this word
in a specific category c is,
p(wn|c) =
mwnc
∑N
n=1 mwnc
Similarly, the probability of this word in categories other than c is,
p(wn|c ) =
mwnc
∑N
n=1 mwnc
the probability that di belongs to category c is,
p(c|di ) =
p(di |c).p(c)
p(di )
α
k
∏
k=1
p(wik |c).p(c)
the probability that documents di belongs to category other than c is,
p(c|di ) =
p(di |c ).p(c)
p(di )
α
k
∏
k=1
p(wik |c ).p(c )
Naive Bayes Multilabel Classifier Evaluation Measure for Multilabel Clasifier
Evalaution Measure
Figure: Contigency Matrix
There are four evaluation metrics as follows to classify the tweet data to specific
category:
Accuracy = tp+tn
tp+tn+fp+fn
Precission = tp
tp+fp
Recall = tp
tp+fn
F1 = 2.p.r
p+r = 2tp
2tp+fp+fn
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 12 / 16
Naive Bayes Multilabel Classifier Classification Result
Comparative Classification Result
The following table shows the performance of classifiers
Classifiers Accuracy (%) Classification Time (Seconds)
Naïve Bayes 81.7 0.805
K - NN 67.55 2.198
SVM 69.6 2.248
Simple Logistic 98.75 45.368
Table: Perform ance analysis of different classifiers
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 13 / 16
Conclusion
Conclusion
It provides a workflow for analyzing social media data for educational purposes
that overcomes the major limitations of both manual qualitative analysis and
large scale computational analysis of user generated textual content.
By using Naive Bayes probability rules, we classified the tweets for finding the
Probability of the keywords and probability tweets under labels.
The proposed system successfully improved the probability and category
probability of the two labels: “Others” and “Goodthing” labels. And concluded
that student just don’t only post their bad experiences’ but also good
experiences’ on social media.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 14 / 16
References
References
[1] Xin Chen, Mihaela and Krishna P.C, “Mining Social Media Data for
Understanding Students Learning Experiences”, IEEE Transactions on Learning
Technologies, 2014.
[2]David Ediger, Karl Jiang,Jason Riedly, David A Bader, Courtney Corley Rob
Farber Wi lliam N Reynolds,”Masisve Social Network Analysis: “ Mining Twitter for
Social Good”, IEEE 39 th International Conference on Parrel Processing, San Dego
CA, Sep 13 - 16,2013,pp.583 - 593
[3] Loo Hanley, Timothy Ong Chee Aik, Raymond Wee Keat Kheng & Lim See Yew,
“Mining Tw i tter Data to understand student behavior” IEEE 63 rd Annual
Conference International Council for Educational Media, Myanmar, c 5 - 8. 2011,
125 - 223
[4]E. Tonkin, “Searching the Long Tail: Hidden Structure in Social Tagging,” Proc.
17th ASIS&SIG /CR Classification Research Workshop, 2006.
Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 15 / 16
Msd seminar

More Related Content

What's hot

1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
1crore projects
 
Integrated approach to detect spam in social media networks using hybrid feat...
Integrated approach to detect spam in social media networks using hybrid feat...Integrated approach to detect spam in social media networks using hybrid feat...
Integrated approach to detect spam in social media networks using hybrid feat...
IJECEIAES
 
Socialnetworkanalysis
SocialnetworkanalysisSocialnetworkanalysis
Socialnetworkanalysis
kcarter14
 

What's hot (20)

Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
 
Hashtag Conversations, Eventgraphs, and User Ego Neighborhoods: Extracting...
Hashtag Conversations,Eventgraphs, and User Ego Neighborhoods:  Extracting...Hashtag Conversations,Eventgraphs, and User Ego Neighborhoods:  Extracting...
Hashtag Conversations, Eventgraphs, and User Ego Neighborhoods: Extracting...
 
Data mining on Social Media
Data mining on Social MediaData mining on Social Media
Data mining on Social Media
 
Analyzing-Threat-Levels-of-Extremists-using-Tweets
Analyzing-Threat-Levels-of-Extremists-using-TweetsAnalyzing-Threat-Levels-of-Extremists-using-Tweets
Analyzing-Threat-Levels-of-Extremists-using-Tweets
 
Social Media Mining - Chapter 2 (Graph Essentials)
Social Media Mining - Chapter 2 (Graph Essentials)Social Media Mining - Chapter 2 (Graph Essentials)
Social Media Mining - Chapter 2 (Graph Essentials)
 
Evolving social data mining and affective analysis
Evolving social data mining and affective analysis  Evolving social data mining and affective analysis
Evolving social data mining and affective analysis
 
Social Media Mining - Chapter 6 (Community Analysis)
Social Media Mining - Chapter 6 (Community Analysis)Social Media Mining - Chapter 6 (Community Analysis)
Social Media Mining - Chapter 6 (Community Analysis)
 
nm
nmnm
nm
 
Data mining in social network
Data mining in social networkData mining in social network
Data mining in social network
 
1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
1 Crore Projects | ieee 2016 Projects | 2016 ieee Projects in chennai
 
An Efficient Trust Evaluation using Fact-Finder Technique
An Efficient Trust Evaluation using Fact-Finder TechniqueAn Efficient Trust Evaluation using Fact-Finder Technique
An Efficient Trust Evaluation using Fact-Finder Technique
 
Integrated approach to detect spam in social media networks using hybrid feat...
Integrated approach to detect spam in social media networks using hybrid feat...Integrated approach to detect spam in social media networks using hybrid feat...
Integrated approach to detect spam in social media networks using hybrid feat...
 
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORKINFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
 
Social Media Mining - Chapter 3 (Network Measures)
Social Media Mining - Chapter 3 (Network Measures)Social Media Mining - Chapter 3 (Network Measures)
Social Media Mining - Chapter 3 (Network Measures)
 
Multi-Mode Conceptual Clustering Algorithm Based Social Group Identification ...
Multi-Mode Conceptual Clustering Algorithm Based Social Group Identification ...Multi-Mode Conceptual Clustering Algorithm Based Social Group Identification ...
Multi-Mode Conceptual Clustering Algorithm Based Social Group Identification ...
 
IRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment AnalysisIRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment Analysis
 
Your personal function
Your personal function Your personal function
Your personal function
 
A Systematic Survey on Detection of Extremism in Social Media
A Systematic Survey on Detection of Extremism in Social MediaA Systematic Survey on Detection of Extremism in Social Media
A Systematic Survey on Detection of Extremism in Social Media
 
Socialnetworkanalysis
SocialnetworkanalysisSocialnetworkanalysis
Socialnetworkanalysis
 
Social Media Mining: An Introduction
Social Media Mining: An IntroductionSocial Media Mining: An Introduction
Social Media Mining: An Introduction
 

Similar to Msd seminar

A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
IJDKP
 
Towards a hybrid recommendation approach using a community detection and eval...
Towards a hybrid recommendation approach using a community detection and eval...Towards a hybrid recommendation approach using a community detection and eval...
Towards a hybrid recommendation approach using a community detection and eval...
IJECEIAES
 
RUNNING HEAD BIG DATA IN SOCIAL MEDIA .docx
RUNNING HEAD BIG DATA IN SOCIAL MEDIA                            .docxRUNNING HEAD BIG DATA IN SOCIAL MEDIA                            .docx
RUNNING HEAD BIG DATA IN SOCIAL MEDIA .docx
cheryllwashburn
 
Social Network Analysis To Blog Based Online Communities
Social Network Analysis To Blog Based Online CommunitiesSocial Network Analysis To Blog Based Online Communities
Social Network Analysis To Blog Based Online Communities
subby88
 
An Approach to Block Negative Posts on Social Media at Server Side
An Approach to Block Negative Posts on Social Media at Server SideAn Approach to Block Negative Posts on Social Media at Server Side
An Approach to Block Negative Posts on Social Media at Server Side
ijtsrd
 

Similar to Msd seminar (20)

A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
 
Towards a hybrid recommendation approach using a community detection and eval...
Towards a hybrid recommendation approach using a community detection and eval...Towards a hybrid recommendation approach using a community detection and eval...
Towards a hybrid recommendation approach using a community detection and eval...
 
ascilite-webinar-oct2012
ascilite-webinar-oct2012ascilite-webinar-oct2012
ascilite-webinar-oct2012
 
Classification of Student’s E-Learning Experiences’ in Social Media via Text ...
Classification of Student’s E-Learning Experiences’ in Social Media via Text ...Classification of Student’s E-Learning Experiences’ in Social Media via Text ...
Classification of Student’s E-Learning Experiences’ in Social Media via Text ...
 
L017368189
L017368189L017368189
L017368189
 
Using Social Networking Sites in Accounting Education
Using Social Networking Sites in Accounting EducationUsing Social Networking Sites in Accounting Education
Using Social Networking Sites in Accounting Education
 
Apps For Social Justice Motivating Computer Science Learning With Design And...
Apps For Social Justice  Motivating Computer Science Learning With Design And...Apps For Social Justice  Motivating Computer Science Learning With Design And...
Apps For Social Justice Motivating Computer Science Learning With Design And...
 
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
[IJET-V2I1P14] Authors:Aditi Verma, Rachana Agarwal, Sameer Bardia, Simran Sh...
 
Unit 1 cape sociology
Unit 1 cape sociologyUnit 1 cape sociology
Unit 1 cape sociology
 
Ewing, Kim, Kinsky, Moore, & Freberg (2018) Teaching Digital and Social Media...
Ewing, Kim, Kinsky, Moore, & Freberg (2018) Teaching Digital and Social Media...Ewing, Kim, Kinsky, Moore, & Freberg (2018) Teaching Digital and Social Media...
Ewing, Kim, Kinsky, Moore, & Freberg (2018) Teaching Digital and Social Media...
 
Subjective Perception of Teachers on the Use of Blogs in the Classroom
Subjective Perception of Teachers on the Use of Blogs in the  ClassroomSubjective Perception of Teachers on the Use of Blogs in the  Classroom
Subjective Perception of Teachers on the Use of Blogs in the Classroom
 
RUNNING HEAD BIG DATA IN SOCIAL MEDIA .docx
RUNNING HEAD BIG DATA IN SOCIAL MEDIA                            .docxRUNNING HEAD BIG DATA IN SOCIAL MEDIA                            .docx
RUNNING HEAD BIG DATA IN SOCIAL MEDIA .docx
 
Cooney (2018) Sparking Creativity Through Purpose-Driven Storytelling, Journa...
Cooney (2018) Sparking Creativity Through Purpose-Driven Storytelling, Journa...Cooney (2018) Sparking Creativity Through Purpose-Driven Storytelling, Journa...
Cooney (2018) Sparking Creativity Through Purpose-Driven Storytelling, Journa...
 
Effective Mining Social Media Data for Understanding Students Learning Experi...
Effective Mining Social Media Data for Understanding Students Learning Experi...Effective Mining Social Media Data for Understanding Students Learning Experi...
Effective Mining Social Media Data for Understanding Students Learning Experi...
 
IMPACT OF CLASSROOM MANAGEMENT STRATEGIES ON STUDENTS' PERFORMANCE AND MOTIVA...
IMPACT OF CLASSROOM MANAGEMENT STRATEGIES ON STUDENTS' PERFORMANCE AND MOTIVA...IMPACT OF CLASSROOM MANAGEMENT STRATEGIES ON STUDENTS' PERFORMANCE AND MOTIVA...
IMPACT OF CLASSROOM MANAGEMENT STRATEGIES ON STUDENTS' PERFORMANCE AND MOTIVA...
 
Social Network Analysis To Blog Based Online Communities
Social Network Analysis To Blog Based Online CommunitiesSocial Network Analysis To Blog Based Online Communities
Social Network Analysis To Blog Based Online Communities
 
Visualizing Data:  Infographics for Teaching and Learning about Social Welfare
Visualizing Data:  Infographics for Teaching and Learning about Social WelfareVisualizing Data:  Infographics for Teaching and Learning about Social Welfare
Visualizing Data:  Infographics for Teaching and Learning about Social Welfare
 
IRJET- Predicting Academic Performance based on Social Activities
IRJET-  	  Predicting Academic Performance based on Social ActivitiesIRJET-  	  Predicting Academic Performance based on Social Activities
IRJET- Predicting Academic Performance based on Social Activities
 
An Approach to Block Negative Posts on Social Media at Server Side
An Approach to Block Negative Posts on Social Media at Server SideAn Approach to Block Negative Posts on Social Media at Server Side
An Approach to Block Negative Posts on Social Media at Server Side
 
Social Media
Social MediaSocial Media
Social Media
 

More from sabafarheen (6)

Data Science with Python Libraries
Data Science with Python LibrariesData Science with Python Libraries
Data Science with Python Libraries
 
Software Requirement Specification on Online Purchasing System
Software Requirement Specification on Online Purchasing SystemSoftware Requirement Specification on Online Purchasing System
Software Requirement Specification on Online Purchasing System
 
Electronic health record
Electronic health recordElectronic health record
Electronic health record
 
Fog ppt
Fog pptFog ppt
Fog ppt
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation system
 
Analysis of student learning experience by mining social media data
Analysis of student learning experience by mining social media dataAnalysis of student learning experience by mining social media data
Analysis of student learning experience by mining social media data
 

Recently uploaded

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
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...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

Msd seminar

  • 1. Mining Social Media Data for Understanding Students’ Learning Experiences Presented by : Saba Farheen Munshi (2018MIT015) Under Guidance of : Prof. R.S. Potpelwar Department of Information Technology Shri Guru Gobid singhji Institute of Engineering and Technology, Nanded 29th March,2019 Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 1 / 16
  • 2. Table of Content 1 Intrduction 2 Problem Definition 3 Related Work Existing Work Proposed Methodology 4 Data Collection 5 Naive Bayes Multilabel Classifier Text Pre-processing Multilable Naive Bayes Clasification Algorithm Evaluation Measure for Multilabel Clasifier Classification Result 6 Conclusion 7 References Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 2 / 16
  • 3. Intrduction Introduction Social media plays powerful role in today’s era .Social media provides stage to share happiness, struggle, sentiment, stress and acquire social support. Students share their happiness and sorrows related to studies on social media in the form of judgmental comments, tweets, posts etc. Analyze these data from such environment require classification techniques. Basically we explore engineering students informal conversations on twitter. Understanding issues and problems students encounter in their learning experiences. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 3 / 16
  • 5. Problem Definition Problem Definition Researches have been using old ways such as surveys, interviews, focus groups, classroom activities to collect data related to students’ learning experiences.The existing work has not measured student academic performance to identify the students’ problem and classify them accurately for enhancing E-learning experiences. Being an optimistic students need to reflect on what they were thinking and doing sometime in the past or at the moment, which make it difficult to understand over time. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 5 / 16
  • 6. Related Work Existing Work Existing Work The Goffman’s Theory : Gaffney analyzes tweets using histograms, user networks, as well as frequencies of top keywords to quantify online activism.The existing system uses classification algorithms finds only negative emotions of students learning. Alec.Go Theory : Alec Go introduced a completely unique approach for automatically classifying the sentiment of Twitter messages. These messages are classified as either positive or negative with relevance to a query term. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 6 / 16
  • 7. Related Work Proposed Methodology Proposed Architecture we have proposed following three steps for sentiment tracking - 1 First step is to collect the data for processing about their academic experiences. 2 In next step collected data is explored and define the categories into which tweets can be differentiated. 3 Finally, depend upon the sentiment labels obtained for each tweet, we identify the sentiment w.r.t the model ,is trained using multilabel classifier. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 7 / 16
  • 8. Data Collection Data Collection We searched data using an educational account on a commercial social media monitoring tool named Radian6 (25,284 tweets) and Twitter search API (39,095 tweets) Existing system have five prominent themes and proposed system consist of seven prominent categories- Heavystudy Load, Lack of Social-Engagement, Negative Emotion, Sleep Problems, Diversity Issues, Others, Good Things. Figure: Categories Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 8 / 16
  • 9. Naive Bayes Multilabel Classifier Naive Bayes Multilabel Classifier Text Pre-processing Multilable Naive Bayes Clasification Algorithm Evaluation Measure for Multilabel Clasifier Classification Result Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 9 / 16
  • 10. Naive Bayes Multilabel Classifier Multilable Naive Bayes Clasification Algorithm Multilable Naive Bayes Clasification Algorithm This classifier considers each sub words in the review and accordingly classifies the reviews in different categories. Let S is the Sentence Step 1: Define categories c=c1,c2,c3,...,cn Step 2: Read data from a database. Step 3: Divide S into sub worksw1,w2,w3wn split. Step 4: Check sub words w1,w2,w3..wn for every categories. Step 5: If words match with categories c1,c2,c3,..cn increment the counter for that categories. Step 6: Find probability of each category. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 10 / 16
  • 11. Continued.. If a word wn appears in a category c for mwnc times, then the probability of this word in a specific category c is, p(wn|c) = mwnc ∑N n=1 mwnc Similarly, the probability of this word in categories other than c is, p(wn|c ) = mwnc ∑N n=1 mwnc the probability that di belongs to category c is, p(c|di ) = p(di |c).p(c) p(di ) α k ∏ k=1 p(wik |c).p(c) the probability that documents di belongs to category other than c is, p(c|di ) = p(di |c ).p(c) p(di ) α k ∏ k=1 p(wik |c ).p(c )
  • 12. Naive Bayes Multilabel Classifier Evaluation Measure for Multilabel Clasifier Evalaution Measure Figure: Contigency Matrix There are four evaluation metrics as follows to classify the tweet data to specific category: Accuracy = tp+tn tp+tn+fp+fn Precission = tp tp+fp Recall = tp tp+fn F1 = 2.p.r p+r = 2tp 2tp+fp+fn Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 12 / 16
  • 13. Naive Bayes Multilabel Classifier Classification Result Comparative Classification Result The following table shows the performance of classifiers Classifiers Accuracy (%) Classification Time (Seconds) Naïve Bayes 81.7 0.805 K - NN 67.55 2.198 SVM 69.6 2.248 Simple Logistic 98.75 45.368 Table: Perform ance analysis of different classifiers Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 13 / 16
  • 14. Conclusion Conclusion It provides a workflow for analyzing social media data for educational purposes that overcomes the major limitations of both manual qualitative analysis and large scale computational analysis of user generated textual content. By using Naive Bayes probability rules, we classified the tweets for finding the Probability of the keywords and probability tweets under labels. The proposed system successfully improved the probability and category probability of the two labels: “Others” and “Goodthing” labels. And concluded that student just don’t only post their bad experiences’ but also good experiences’ on social media. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 14 / 16
  • 15. References References [1] Xin Chen, Mihaela and Krishna P.C, “Mining Social Media Data for Understanding Students Learning Experiences”, IEEE Transactions on Learning Technologies, 2014. [2]David Ediger, Karl Jiang,Jason Riedly, David A Bader, Courtney Corley Rob Farber Wi lliam N Reynolds,”Masisve Social Network Analysis: “ Mining Twitter for Social Good”, IEEE 39 th International Conference on Parrel Processing, San Dego CA, Sep 13 - 16,2013,pp.583 - 593 [3] Loo Hanley, Timothy Ong Chee Aik, Raymond Wee Keat Kheng & Lim See Yew, “Mining Tw i tter Data to understand student behavior” IEEE 63 rd Annual Conference International Council for Educational Media, Myanmar, c 5 - 8. 2011, 125 - 223 [4]E. Tonkin, “Searching the Long Tail: Hidden Structure in Social Tagging,” Proc. 17th ASIS&SIG /CR Classification Research Workshop, 2006. Saba Munshi (SGGS , Nanded) Mining Social Media Data 29th March,2019 15 / 16