SlideShare a Scribd company logo
1 of 11
Analysis of Student Learning
Experience by Mining Social Media
Data
Presented By:
Munshi Saba Farheen
Guided By:
Mayuri Malas
Contents
• Introduction
• Existing System
• Proposed System
• Implementation Models
• Conclusion
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
Existing System
• Goffman’s theory of social performance
• Alec Go approach of Classification
Proposed System
• This approach uses totally different machine learning classifiers and
has feature extractors.
• The existing system uses classification algorithms finds only negative
emotions of students learning, whereas the proposed system will use to
discover positive as well as negative emotions.
Implementation
1. In the step one data collection is done from social sites.
2. Inductive Content analysis procedure is performed and categories are
identified.
3. The preprocessing is done.
4. Naive Bayes classifier, Linear SVM is applied on dataset in order to
demonstrate its application in detecting student’s issues.
DATA COLLECTION: Data searching is based on different Boolean
combinations of possible keywords such as engineer, students, exams,
campus, class, homework, professor, and lab.
INDUCTIVE CONTENT ANALYSIS :Because social media content
like tweets contain a large amount of informal language , sarcasm ,
acronyms, and miss-spellings, meaning is often ambiguous and subject to
human interpretation.
This topic classified the student tweets in to seven categories: heavy study
load, lack of social engagement, negative emotions, sleep problem,
diversity issues, positive things and struggle
We found that many tweets could belong to more than one category. For
example, “Why am I not in business school?? Hate being in Engineering
school. Too much stuff. Way too complicated. No fun” falls into heavy
study load, and negative emotion at the same time, So one tweet can be
labeled with multiple categories which is a multi-label classification
PREPROCESSING: we pre-processed the texts before training the
classifier using methods like- Stemming and stop word cleaning
NAIVE BAYES Multi-label Classification Algorithm:
The following are the basic procedures of the multi-label Naïve Bayes
classifier: The probability of word in in specific category is-
The probability of category c is -
The purpose is to classify this document into category c or not c,
Therefore, according to Bayes’Theorem, the probability that d(i) belongs
to category c is –
Support Vector Machine Algorithm :
Transforming a multi-label classification problem into a set of independent
binary classification problems via the “one-vs-all” scheme is a simple and
computationally efficient solution for multi-label classification.
The binary SVM training is a standard quadratic optimization problem:
Conclusion
The research goal of this learning are:
a) To make the enormous amount of data useful for educational purpose,
as well as to combine both qualitative analysis and large-scale data
mining techniques.
b) To examine student’s informal tweets on social media in order to
investigate the problems and issues faced by students in their life.
Reference
[1]. Xin Chen, Mihaela Vorvoreanu, and Krishna Madhavan, “Mining
social media data for understanding students' learning experiences”, IEEE
Transaction, 2014.
[2]. A. Go, R. Bhayani, and L. Huang, “Twitter Sentiment Classification
Using Distant Supervision,” CS224N Project Report, Stanford pp. 1-12,
2009.
[3]. E. Goffman, The Presentation of Self in Everyday Life. Lightning
Source Inc., 1959.

More Related Content

Similar to Analysis of student learning experience by mining social media data

Naïve multi label classification of you tube comments using
Naïve multi label classification of you tube comments usingNaïve multi label classification of you tube comments using
Naïve multi label classification of you tube comments usingNidhi Baranwal
 
Data driveneducationicwl2016
Data driveneducationicwl2016Data driveneducationicwl2016
Data driveneducationicwl2016Peter Brusilovsky
 
Machine Learning Applications in E-learning - Bias, Risks, and Mitigations
Machine Learning Applications in E-learning - Bias, Risks, and MitigationsMachine Learning Applications in E-learning - Bias, Risks, and Mitigations
Machine Learning Applications in E-learning - Bias, Risks, and MitigationsStella Lee
 
Machine learning --Introduction.pptx
Machine learning --Introduction.pptxMachine learning --Introduction.pptx
Machine learning --Introduction.pptxvinivijayan4
 
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...eMadrid network
 
NC3ADL NROC Project presentation
NC3ADL NROC Project presentationNC3ADL NROC Project presentation
NC3ADL NROC Project presentationBecky Roehrs
 
Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.BELIV Workshop
 
Teachmeet main powerpoint 220415
Teachmeet main powerpoint 220415Teachmeet main powerpoint 220415
Teachmeet main powerpoint 220415shaikh1111
 
Next Generation Open Courseware
Next Generation Open CoursewareNext Generation Open Courseware
Next Generation Open CoursewareLumen Learning
 
Detection of Online Learning Activity Scopes
Detection of Online Learning Activity ScopesDetection of Online Learning Activity Scopes
Detection of Online Learning Activity ScopesSyeda Sana
 
Teachmeet main powerpoint
Teachmeet main powerpointTeachmeet main powerpoint
Teachmeet main powerpointshaikh1111
 
AMATYC Webinar Tips and Tricks for a Successful Pathway Imp
AMATYC Webinar  Tips and Tricks for a Successful Pathway ImpAMATYC Webinar  Tips and Tricks for a Successful Pathway Imp
AMATYC Webinar Tips and Tricks for a Successful Pathway Impkathleenalmy
 
Personalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning ProgrammingPersonalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning ProgrammingPeter Brusilovsky
 
BEYOND CROSSROADS TNMATYC
BEYOND CROSSROADS TNMATYCBEYOND CROSSROADS TNMATYC
BEYOND CROSSROADS TNMATYCorrange
 
Learner Analytics and the “Big Data” Promise for Course & Program Assessment
Learner Analytics and the “Big Data” Promise for Course & Program AssessmentLearner Analytics and the “Big Data” Promise for Course & Program Assessment
Learner Analytics and the “Big Data” Promise for Course & Program AssessmentJohn Whitmer, Ed.D.
 
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...Collaborative Projects And Self Evaluation Within A Social Reputation Based E...
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...MegaVjohnson
 
Classroom Assessment Techniques
Classroom Assessment TechniquesClassroom Assessment Techniques
Classroom Assessment Techniquesssorden
 
Presentation1 module 9
Presentation1 module 9Presentation1 module 9
Presentation1 module 9Willislwhite12
 
Learning Management Systems - Online Education
Learning Management Systems - Online EducationLearning Management Systems - Online Education
Learning Management Systems - Online EducationBrian Pichman
 

Similar to Analysis of student learning experience by mining social media data (20)

Naïve multi label classification of you tube comments using
Naïve multi label classification of you tube comments usingNaïve multi label classification of you tube comments using
Naïve multi label classification of you tube comments using
 
Data driveneducationicwl2016
Data driveneducationicwl2016Data driveneducationicwl2016
Data driveneducationicwl2016
 
Machine Learning Applications in E-learning - Bias, Risks, and Mitigations
Machine Learning Applications in E-learning - Bias, Risks, and MitigationsMachine Learning Applications in E-learning - Bias, Risks, and Mitigations
Machine Learning Applications in E-learning - Bias, Risks, and Mitigations
 
E-Learning
E-LearningE-Learning
E-Learning
 
Machine learning --Introduction.pptx
Machine learning --Introduction.pptxMachine learning --Introduction.pptx
Machine learning --Introduction.pptx
 
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...
V Jornadas eMadrid sobre “Educación Digital”. Vincent Aleven, Carnegie Mellon...
 
NC3ADL NROC Project presentation
NC3ADL NROC Project presentationNC3ADL NROC Project presentation
NC3ADL NROC Project presentation
 
Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.
 
Teachmeet main powerpoint 220415
Teachmeet main powerpoint 220415Teachmeet main powerpoint 220415
Teachmeet main powerpoint 220415
 
Next Generation Open Courseware
Next Generation Open CoursewareNext Generation Open Courseware
Next Generation Open Courseware
 
Detection of Online Learning Activity Scopes
Detection of Online Learning Activity ScopesDetection of Online Learning Activity Scopes
Detection of Online Learning Activity Scopes
 
Teachmeet main powerpoint
Teachmeet main powerpointTeachmeet main powerpoint
Teachmeet main powerpoint
 
AMATYC Webinar Tips and Tricks for a Successful Pathway Imp
AMATYC Webinar  Tips and Tricks for a Successful Pathway ImpAMATYC Webinar  Tips and Tricks for a Successful Pathway Imp
AMATYC Webinar Tips and Tricks for a Successful Pathway Imp
 
Personalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning ProgrammingPersonalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning Programming
 
BEYOND CROSSROADS TNMATYC
BEYOND CROSSROADS TNMATYCBEYOND CROSSROADS TNMATYC
BEYOND CROSSROADS TNMATYC
 
Learner Analytics and the “Big Data” Promise for Course & Program Assessment
Learner Analytics and the “Big Data” Promise for Course & Program AssessmentLearner Analytics and the “Big Data” Promise for Course & Program Assessment
Learner Analytics and the “Big Data” Promise for Course & Program Assessment
 
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...Collaborative Projects And Self Evaluation Within A Social Reputation Based E...
Collaborative Projects And Self Evaluation Within A Social Reputation Based E...
 
Classroom Assessment Techniques
Classroom Assessment TechniquesClassroom Assessment Techniques
Classroom Assessment Techniques
 
Presentation1 module 9
Presentation1 module 9Presentation1 module 9
Presentation1 module 9
 
Learning Management Systems - Online Education
Learning Management Systems - Online EducationLearning Management Systems - Online Education
Learning Management Systems - Online Education
 

More from sabafarheen

Data Science with Python Libraries
Data Science with Python LibrariesData Science with Python Libraries
Data Science with Python Librariessabafarheen
 
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 Systemsabafarheen
 
Electronic health record
Electronic health recordElectronic health record
Electronic health recordsabafarheen
 
Disease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemDisease prediction and doctor recommendation system
Disease prediction and doctor recommendation systemsabafarheen
 

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
 
Msd seminar
Msd seminarMsd seminar
Msd seminar
 
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
 

Recently uploaded

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
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 Performancesivaprakash250
 
(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
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
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.pdfankushspencer015
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
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
 
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...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
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
 
(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...
 
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
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
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
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

Analysis of student learning experience by mining social media data

  • 1. Analysis of Student Learning Experience by Mining Social Media Data Presented By: Munshi Saba Farheen Guided By: Mayuri Malas
  • 2. Contents • Introduction • Existing System • Proposed System • Implementation Models • Conclusion
  • 3. 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
  • 4. Existing System • Goffman’s theory of social performance • Alec Go approach of Classification
  • 5. Proposed System • This approach uses totally different machine learning classifiers and has feature extractors. • The existing system uses classification algorithms finds only negative emotions of students learning, whereas the proposed system will use to discover positive as well as negative emotions.
  • 6. Implementation 1. In the step one data collection is done from social sites. 2. Inductive Content analysis procedure is performed and categories are identified. 3. The preprocessing is done. 4. Naive Bayes classifier, Linear SVM is applied on dataset in order to demonstrate its application in detecting student’s issues.
  • 7. DATA COLLECTION: Data searching is based on different Boolean combinations of possible keywords such as engineer, students, exams, campus, class, homework, professor, and lab. INDUCTIVE CONTENT ANALYSIS :Because social media content like tweets contain a large amount of informal language , sarcasm , acronyms, and miss-spellings, meaning is often ambiguous and subject to human interpretation. This topic classified the student tweets in to seven categories: heavy study load, lack of social engagement, negative emotions, sleep problem, diversity issues, positive things and struggle We found that many tweets could belong to more than one category. For example, “Why am I not in business school?? Hate being in Engineering school. Too much stuff. Way too complicated. No fun” falls into heavy study load, and negative emotion at the same time, So one tweet can be labeled with multiple categories which is a multi-label classification
  • 8. PREPROCESSING: we pre-processed the texts before training the classifier using methods like- Stemming and stop word cleaning NAIVE BAYES Multi-label Classification Algorithm: The following are the basic procedures of the multi-label Naïve Bayes classifier: The probability of word in in specific category is- The probability of category c is - The purpose is to classify this document into category c or not c, Therefore, according to Bayes’Theorem, the probability that d(i) belongs to category c is –
  • 9. Support Vector Machine Algorithm : Transforming a multi-label classification problem into a set of independent binary classification problems via the “one-vs-all” scheme is a simple and computationally efficient solution for multi-label classification. The binary SVM training is a standard quadratic optimization problem:
  • 10. Conclusion The research goal of this learning are: a) To make the enormous amount of data useful for educational purpose, as well as to combine both qualitative analysis and large-scale data mining techniques. b) To examine student’s informal tweets on social media in order to investigate the problems and issues faced by students in their life.
  • 11. Reference [1]. Xin Chen, Mihaela Vorvoreanu, and Krishna Madhavan, “Mining social media data for understanding students' learning experiences”, IEEE Transaction, 2014. [2]. A. Go, R. Bhayani, and L. Huang, “Twitter Sentiment Classification Using Distant Supervision,” CS224N Project Report, Stanford pp. 1-12, 2009. [3]. E. Goffman, The Presentation of Self in Everyday Life. Lightning Source Inc., 1959.