SlideShare a Scribd company logo
1 of 16
Prepared by
Mohammed Kharma
Impact of university
students social status on
their selection of academic
specialization and their
performance
Top 11 Factors extracted
 College
 Specialization
 Gender
 Grade of secondary
 Parent family availability: Student how have one
parent family or two parent family.
 If the student has job or not
 Financial aids, if he got a loan for his semester.
 Educational level of parents.
 Geographical location.
 Positive social life
 Academic overload
Experiments
 We applied number of algorithms on the
data we got it from AlQadi university, but
we also generated part of the data
randomly since there are some missing
data in some column such as grade
mark in the secondary school, so the
result of our applying of these algorithm
may be not trusted and correct. I used
the result as 1 for good prediction for
student result, and 0 for bad predicted
student result
Data Processing
The data used for each attribute are Classified as below:
Every table from the following describe the expected
labels for the identified attributes, for example the
first attribute “college” may has one of the 2 value
listed in “Attribute 1: College” table below
Attribute 1: College
12 Pharmacy
3 Science and Technology
Gender
1 Male
2 Female
Educational level of parents
2 High
1 Low
*High - over Secondary
*Low - Secondary or Less
Data Processing
has job
1 Has Job
0 No
Specialization
0305 Math
1201 Pharmacy
0302 Physics
City
1 Ramallah
2 Hebron
3 Jeneen
Parent family availability
2 Both
1 one of them
0 None
Data Processing
Positive social life
0 Positive
1 Negative
*Positive - Good and Stable Social Life
*Negative - Good and Stable Social Life
Academic overload
0 High
1 Low
*High - 15 Hour Or Greater
*Low - Less Than 15 Hour
Financial aids
1 Has aid
0 No
*Has aid - Student got financial Aid
*No aid - Student didn't got financial Aid
First Experiment by Random Tree
1. Choose m input variables to be used to
determine the decision at a node of the tree.
2. Take a bootstrap sample(training set)
3. For each node of the tree, choose m variables
on which to base the decision at that node.
Calculate the best split based on these m
variables in the training set. The value of m
remains constant during forest growing.
4. Each tree is grown to the largest extent
possible and not pruned as done in
constructing a normal tree classifier.
Result
 "Grade of secondary" = Grade of
 secondary : Result (1/0)
 "Grade of secondary" = 72
 | City = City : Result (0/0)
 | City = 3 : 1 (2/0)
 | City = 2
 | | ID = Id : Result (0/0)
 | | ID = 20920135 : Result (0/0)
 | | ID = 20920171 : Result (0/0)
○ :
 | | | | ID = 21011651 : Result (0/0)
 | | ID = 21011733 : Result (0/0)
 | City = 1 : 0 (1/0)
 "Grade of secondary" = 76.8 : 0 (1/0)
 "Grade of secondary" = 87.7 : 1 (1/0)
 "Grade of secondary" = 94.2
 | Colleges = Colleges : Result (0/0)
 | Colleges = 3 : 0 (1/0)
 | Colleges = 12 : 1 (1/0)
 "Grade of secondary" = 70.8 : 1 (1/0)
 ""Grade of secondary" = 86.9 : 1 (1/0)
 "Grade of secondary" = 90 : 0 (2/0)
 "Grade of secondary" = 94.1 : 1 (1/0)
 "Grade of secondary" = 95.9 : 0 (1/0)
 "Grade of secondary" = 92.9 : 1 (2/0)
 "Grade of secondary" = 97.1 : 1 (1/0)
 "Grade of secondary" = 91 : 1 (1/0)
 "Grade of secondary" = 93.4 : 0 (1/0)
 :
 "Grade of secondary" = 72.9 : 1 (1/0)
 "Grade of secondary" = 78 : 0 (1/0)
 "Grade of secondary" = 93.1 : 1 (1/0)
 "Grade of secondary" = 71.2 : 1 (1/0)
 "Grade of secondary" = 88.1 : 0 (1/0)
 "Grade of secondary" = 74.5 : 0 (1/0)
 "Grade of secondary" = 87 : 1 (1/0)
 "Grade of secondary" = 73.8 : 0 (1/0)
 "Grade of secondary" = 86.3 : 1 (1/0)
 "Grade of secondary" = 96.5 : 0 (1/0)

 Size of the tree : 150
Second Experiment by W-
LADTree
 LADTree is multi-class alternating decision tree
technique that combines decision trees with
the predictive accuracy of LogitBoosting into a
set of interpretable classification rules. The
original formulation of the tree induction
algorithm restricted attention to binary
classification problems
Result : 0,0,0
 | (1)Gender = 1: -1,1.211,-0.211
 | (1)Gender != 1: -0.946,0.339,0.607
 | | (3)Parent family availability = 2: -0.521,0.288,0.234
 | | | (8)City = 1: -0.467,0.96,-0.493
 | | | | (10)Id = 21010890: -0.448,-2.442,2.891
 | | | | (10)Id != 21010890: -0.455,0.542,-0.087
 | | | (8)City != 1: -0.472,-0.143,0.615
 | | (3)Parent family availability != 2: 1.277,-2.193,0.916
 | | (5)Academic overload = 1: -0.509,-0.269,0.778
 | | (5)Academic overload != 1: -0.027,0.362,-0.335
 | (2)Colleges = 3: -0.594,-0.02,0.614
 | (2)Colleges != 3: -0.375,0.721,-0.346
 | | (4)Positive social life = 1: -0.525,-1.934,2.459
 | | (4)Positive social life != 1: -0.103,0.238,-0.136
 | | | (6)Id = 21010654: -0.452,-2.441,2.893
 | | | (6)Id != 21010654: 0.087,0.139,-0.227
 | | | | (7)Id = 21010742: -0.452,-2.441,2.893
 | | | | (7)Id != 21010742: 0.022,0.131,-0.153
 | | | | | (9)Id = 21010850: -0.446,-2.443,2.89
 | | | | | (9)Id != 21010850: 0.11,0.283,-0.394
 Legend: Result, 1, 0
 #Tree size (total): 31
 #Tree size (number of predictor nodes): 21
 #Leaves (number of predictor nodes): 13
 #Expanded nodes: 100
 #Processed examples: 3146
 #Ratio e/n: 31.46
Tree View Result of
LADTree
Third Experiment by W-J48
 J48 Is a standard algorithm in machine learning
based on decision tree induction, this algorithm
employs two pruning methods. In the first method
“sub-tree replacement”, the nodes in a decision
tree may be replaced with a leaf to reducing the
number of tests along a specific path. The steps of
algorithm are:
 Algorithm starts from the leaves of the fully formed
tree and works backwards the root to reduce
number of test along the path. While in the second
type “sub-tree raising”, where a node may be
moved upwards the root of the tree, replacing
other nodes along the path. Sub-tree raising
usually has a effect on decision tree models.
Result
Tree View Result
-Thank you

More Related Content

Viewers also liked

Predicting Student Performance in Solving Parameterized Exercises
Predicting Student Performance in Solving Parameterized ExercisesPredicting Student Performance in Solving Parameterized Exercises
Predicting Student Performance in Solving Parameterized ExercisesShaghayegh (Sherry) Sahebi
 
Guide to A Better Financial Status
Guide to A Better Financial StatusGuide to A Better Financial Status
Guide to A Better Financial StatusNewHorizon.Org
 
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMS
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMSUSING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMS
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMSAfrican Virtual University
 
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...Rashmi Shingi
 
Big Data in Education
Big Data in EducationBig Data in Education
Big Data in EducationAlfred Essa
 
DATA MINING TOOL- ORANGE
DATA MINING TOOL- ORANGEDATA MINING TOOL- ORANGE
DATA MINING TOOL- ORANGENeeraj Goswami
 
A study on financial & performance analysis of acc limited
A  study  on  financial  &  performance analysis  of acc limitedA  study  on  financial  &  performance analysis  of acc limited
A study on financial & performance analysis of acc limitedcjvicky
 
Business Research Methods. problem definition literature review and qualitati...
Business Research Methods. problem definition literature review and qualitati...Business Research Methods. problem definition literature review and qualitati...
Business Research Methods. problem definition literature review and qualitati...Ahsan Khan Eco (Superior College)
 
Information security in big data -privacy and data mining
Information security in big data -privacy and data miningInformation security in big data -privacy and data mining
Information security in big data -privacy and data miningharithavijay94
 
Data mining tools (R , WEKA, RAPID MINER, ORANGE)
Data mining tools (R , WEKA, RAPID MINER, ORANGE)Data mining tools (R , WEKA, RAPID MINER, ORANGE)
Data mining tools (R , WEKA, RAPID MINER, ORANGE)Krishna Petrochemicals
 
Learning Analytics in Education: Using Student’s Big Data to Improve Teaching
Learning Analytics in Education:  Using Student’s Big Data to Improve TeachingLearning Analytics in Education:  Using Student’s Big Data to Improve Teaching
Learning Analytics in Education: Using Student’s Big Data to Improve TeachingRafael Scapin, Ph.D.
 
Factors affecting the academic performance of college students (1)
Factors affecting the academic performance of college students (1)Factors affecting the academic performance of college students (1)
Factors affecting the academic performance of college students (1)Shubham Aggarwal
 
Research proposal sample
Research proposal sampleResearch proposal sample
Research proposal sampleVanessa Cuesta
 
Research Methodology
Research MethodologyResearch Methodology
Research Methodologysh_neha252
 
Influence of social media on the academic performance of the undergraduate st...
Influence of social media on the academic performance of the undergraduate st...Influence of social media on the academic performance of the undergraduate st...
Influence of social media on the academic performance of the undergraduate st...Alexander Decker
 
Research methodology ppt babasab
Research methodology ppt babasab Research methodology ppt babasab
Research methodology ppt babasab Babasab Patil
 
Qualitative and quantitative methods of research
Qualitative and quantitative methods of researchQualitative and quantitative methods of research
Qualitative and quantitative methods of researchJordan Cruz
 
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...Kasthuripriya Nanda Kumar
 

Viewers also liked (20)

Predicting Student Performance in Solving Parameterized Exercises
Predicting Student Performance in Solving Parameterized ExercisesPredicting Student Performance in Solving Parameterized Exercises
Predicting Student Performance in Solving Parameterized Exercises
 
Guide to A Better Financial Status
Guide to A Better Financial StatusGuide to A Better Financial Status
Guide to A Better Financial Status
 
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMS
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMSUSING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMS
USING LEARNING ANALYTICS TO PREDICT STUDENTS’ PERFORMANCE IN MOODLE LMS
 
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...
Project on "Effects of SNS (Social Networking Sites): A Study on College Girl...
 
Big Data in Education
Big Data in EducationBig Data in Education
Big Data in Education
 
DATA MINING TOOL- ORANGE
DATA MINING TOOL- ORANGEDATA MINING TOOL- ORANGE
DATA MINING TOOL- ORANGE
 
A study on financial & performance analysis of acc limited
A  study  on  financial  &  performance analysis  of acc limitedA  study  on  financial  &  performance analysis  of acc limited
A study on financial & performance analysis of acc limited
 
Business Research Methods. problem definition literature review and qualitati...
Business Research Methods. problem definition literature review and qualitati...Business Research Methods. problem definition literature review and qualitati...
Business Research Methods. problem definition literature review and qualitati...
 
Information security in big data -privacy and data mining
Information security in big data -privacy and data miningInformation security in big data -privacy and data mining
Information security in big data -privacy and data mining
 
Data mining tools (R , WEKA, RAPID MINER, ORANGE)
Data mining tools (R , WEKA, RAPID MINER, ORANGE)Data mining tools (R , WEKA, RAPID MINER, ORANGE)
Data mining tools (R , WEKA, RAPID MINER, ORANGE)
 
Learning Analytics in Education: Using Student’s Big Data to Improve Teaching
Learning Analytics in Education:  Using Student’s Big Data to Improve TeachingLearning Analytics in Education:  Using Student’s Big Data to Improve Teaching
Learning Analytics in Education: Using Student’s Big Data to Improve Teaching
 
Factors affecting the academic performance of college students (1)
Factors affecting the academic performance of college students (1)Factors affecting the academic performance of college students (1)
Factors affecting the academic performance of college students (1)
 
Thesis Writing
Thesis WritingThesis Writing
Thesis Writing
 
Research proposal sample
Research proposal sampleResearch proposal sample
Research proposal sample
 
Research Methodology
Research MethodologyResearch Methodology
Research Methodology
 
Influence of social media on the academic performance of the undergraduate st...
Influence of social media on the academic performance of the undergraduate st...Influence of social media on the academic performance of the undergraduate st...
Influence of social media on the academic performance of the undergraduate st...
 
Feasibility Study (Veggie Bread)
Feasibility Study (Veggie Bread)Feasibility Study (Veggie Bread)
Feasibility Study (Veggie Bread)
 
Research methodology ppt babasab
Research methodology ppt babasab Research methodology ppt babasab
Research methodology ppt babasab
 
Qualitative and quantitative methods of research
Qualitative and quantitative methods of researchQualitative and quantitative methods of research
Qualitative and quantitative methods of research
 
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
 

Similar to Data Mining Project for student academic specialization and performance

Statistics101: Numerical Measures
Statistics101: Numerical MeasuresStatistics101: Numerical Measures
Statistics101: Numerical Measureszahid-mian
 
Determination of Education Scholarship Recipients Using Preference Selection ...
Determination of Education Scholarship Recipients Using Preference Selection ...Determination of Education Scholarship Recipients Using Preference Selection ...
Determination of Education Scholarship Recipients Using Preference Selection ...Universitas Pembangunan Panca Budi
 
Computer organisation nd architecture
Computer organisation nd architectureComputer organisation nd architecture
Computer organisation nd architectureedudivya
 
Jwan kareem.biostatic exercise
Jwan kareem.biostatic exerciseJwan kareem.biostatic exercise
Jwan kareem.biostatic exerciseJwanSalh
 
Work hard to make certain that the results you have are accurate b.docx
Work hard to make certain that the results you have are accurate b.docxWork hard to make certain that the results you have are accurate b.docx
Work hard to make certain that the results you have are accurate b.docxkeilenettie
 
Module 3 statistics
Module 3   statisticsModule 3   statistics
Module 3 statisticsdionesioable
 
Construction and validation of Self-esteem Scale
Construction and validation of Self-esteem ScaleConstruction and validation of Self-esteem Scale
Construction and validation of Self-esteem ScaleIRJET Journal
 
Topic 8a Basic Statistics
Topic 8a Basic StatisticsTopic 8a Basic Statistics
Topic 8a Basic StatisticsYee Bee Choo
 
Optimization of International student expenses at Wayne state ppt
Optimization of International student expenses at Wayne state pptOptimization of International student expenses at Wayne state ppt
Optimization of International student expenses at Wayne state pptParag Kapile
 
Mat120 syllabus
Mat120 syllabusMat120 syllabus
Mat120 syllabuschellc14
 
Lesson 7 measures of dispersion part 2
Lesson 7 measures of dispersion part 2Lesson 7 measures of dispersion part 2
Lesson 7 measures of dispersion part 2nurun2010
 
Classification & Clustering.pptx
Classification & Clustering.pptxClassification & Clustering.pptx
Classification & Clustering.pptxImXaib
 
002709_2012-2013_BUILD
002709_2012-2013_BUILD002709_2012-2013_BUILD
002709_2012-2013_BUILDStephen Fujii
 

Similar to Data Mining Project for student academic specialization and performance (20)

Statistics101: Numerical Measures
Statistics101: Numerical MeasuresStatistics101: Numerical Measures
Statistics101: Numerical Measures
 
Determination of Education Scholarship Recipients Using Preference Selection ...
Determination of Education Scholarship Recipients Using Preference Selection ...Determination of Education Scholarship Recipients Using Preference Selection ...
Determination of Education Scholarship Recipients Using Preference Selection ...
 
Computer organisation nd architecture
Computer organisation nd architectureComputer organisation nd architecture
Computer organisation nd architecture
 
Jwan kareem.biostatic exercise
Jwan kareem.biostatic exerciseJwan kareem.biostatic exercise
Jwan kareem.biostatic exercise
 
Work hard to make certain that the results you have are accurate b.docx
Work hard to make certain that the results you have are accurate b.docxWork hard to make certain that the results you have are accurate b.docx
Work hard to make certain that the results you have are accurate b.docx
 
Module 3 statistics
Module 3   statisticsModule 3   statistics
Module 3 statistics
 
Chapter 4 usman
Chapter 4 usmanChapter 4 usman
Chapter 4 usman
 
Construction and validation of Self-esteem Scale
Construction and validation of Self-esteem ScaleConstruction and validation of Self-esteem Scale
Construction and validation of Self-esteem Scale
 
Topic 8a Basic Statistics
Topic 8a Basic StatisticsTopic 8a Basic Statistics
Topic 8a Basic Statistics
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Optimization of International student expenses at Wayne state ppt
Optimization of International student expenses at Wayne state pptOptimization of International student expenses at Wayne state ppt
Optimization of International student expenses at Wayne state ppt
 
A f powerpoint 1.27.12 webex
A f powerpoint 1.27.12 webexA f powerpoint 1.27.12 webex
A f powerpoint 1.27.12 webex
 
Decision making theories
Decision making theoriesDecision making theories
Decision making theories
 
Mat120 syllabus
Mat120 syllabusMat120 syllabus
Mat120 syllabus
 
Statistics
StatisticsStatistics
Statistics
 
Best Student Selection Using Extended Promethee II Method
Best Student Selection Using Extended Promethee II MethodBest Student Selection Using Extended Promethee II Method
Best Student Selection Using Extended Promethee II Method
 
Lesson 7 measures of dispersion part 2
Lesson 7 measures of dispersion part 2Lesson 7 measures of dispersion part 2
Lesson 7 measures of dispersion part 2
 
Unit 2 - Statistics
Unit 2 - StatisticsUnit 2 - Statistics
Unit 2 - Statistics
 
Classification & Clustering.pptx
Classification & Clustering.pptxClassification & Clustering.pptx
Classification & Clustering.pptx
 
002709_2012-2013_BUILD
002709_2012-2013_BUILD002709_2012-2013_BUILD
002709_2012-2013_BUILD
 

More from Mohammed Kharma

Cloud Computing Presentation
Cloud Computing PresentationCloud Computing Presentation
Cloud Computing PresentationMohammed Kharma
 
A data mining framework for fraud detection in telecom based on MapReduce (Pr...
A data mining framework for fraud detection in telecom based on MapReduce (Pr...A data mining framework for fraud detection in telecom based on MapReduce (Pr...
A data mining framework for fraud detection in telecom based on MapReduce (Pr...Mohammed Kharma
 
Data Mining: Implementation of Data Mining Techniques using RapidMiner software
Data Mining: Implementation of Data Mining Techniques using RapidMiner softwareData Mining: Implementation of Data Mining Techniques using RapidMiner software
Data Mining: Implementation of Data Mining Techniques using RapidMiner softwareMohammed Kharma
 
How to speedup GWT compiler
How to speedup GWT compilerHow to speedup GWT compiler
How to speedup GWT compilerMohammed Kharma
 
37 c 551 - reduced changes in the carrier of steganography algorithm
37 c 551 - reduced changes in the carrier of steganography algorithm37 c 551 - reduced changes in the carrier of steganography algorithm
37 c 551 - reduced changes in the carrier of steganography algorithmMohammed Kharma
 
Learning objects and metadata framework - Mohammed Kharma
Learning objects and metadata framework - Mohammed KharmaLearning objects and metadata framework - Mohammed Kharma
Learning objects and metadata framework - Mohammed KharmaMohammed Kharma
 
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...Mohammed Kharma-A flexible framework for quality assurance and testing of sof...
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...Mohammed Kharma
 
Mohammed Kharma - A flexible framework for quality assurance and testing of s...
Mohammed Kharma - A flexible framework for quality assurance and testing of s...Mohammed Kharma - A flexible framework for quality assurance and testing of s...
Mohammed Kharma - A flexible framework for quality assurance and testing of s...Mohammed Kharma
 

More from Mohammed Kharma (8)

Cloud Computing Presentation
Cloud Computing PresentationCloud Computing Presentation
Cloud Computing Presentation
 
A data mining framework for fraud detection in telecom based on MapReduce (Pr...
A data mining framework for fraud detection in telecom based on MapReduce (Pr...A data mining framework for fraud detection in telecom based on MapReduce (Pr...
A data mining framework for fraud detection in telecom based on MapReduce (Pr...
 
Data Mining: Implementation of Data Mining Techniques using RapidMiner software
Data Mining: Implementation of Data Mining Techniques using RapidMiner softwareData Mining: Implementation of Data Mining Techniques using RapidMiner software
Data Mining: Implementation of Data Mining Techniques using RapidMiner software
 
How to speedup GWT compiler
How to speedup GWT compilerHow to speedup GWT compiler
How to speedup GWT compiler
 
37 c 551 - reduced changes in the carrier of steganography algorithm
37 c 551 - reduced changes in the carrier of steganography algorithm37 c 551 - reduced changes in the carrier of steganography algorithm
37 c 551 - reduced changes in the carrier of steganography algorithm
 
Learning objects and metadata framework - Mohammed Kharma
Learning objects and metadata framework - Mohammed KharmaLearning objects and metadata framework - Mohammed Kharma
Learning objects and metadata framework - Mohammed Kharma
 
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...Mohammed Kharma-A flexible framework for quality assurance and testing of sof...
Mohammed Kharma-A flexible framework for quality assurance and testing of sof...
 
Mohammed Kharma - A flexible framework for quality assurance and testing of s...
Mohammed Kharma - A flexible framework for quality assurance and testing of s...Mohammed Kharma - A flexible framework for quality assurance and testing of s...
Mohammed Kharma - A flexible framework for quality assurance and testing of s...
 

Recently uploaded

Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...amitlee9823
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxolyaivanovalion
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxolyaivanovalion
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 

Recently uploaded (20)

Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 

Data Mining Project for student academic specialization and performance

  • 2. Impact of university students social status on their selection of academic specialization and their performance
  • 3. Top 11 Factors extracted  College  Specialization  Gender  Grade of secondary  Parent family availability: Student how have one parent family or two parent family.  If the student has job or not  Financial aids, if he got a loan for his semester.  Educational level of parents.  Geographical location.  Positive social life  Academic overload
  • 4. Experiments  We applied number of algorithms on the data we got it from AlQadi university, but we also generated part of the data randomly since there are some missing data in some column such as grade mark in the secondary school, so the result of our applying of these algorithm may be not trusted and correct. I used the result as 1 for good prediction for student result, and 0 for bad predicted student result
  • 5. Data Processing The data used for each attribute are Classified as below: Every table from the following describe the expected labels for the identified attributes, for example the first attribute “college” may has one of the 2 value listed in “Attribute 1: College” table below Attribute 1: College 12 Pharmacy 3 Science and Technology Gender 1 Male 2 Female Educational level of parents 2 High 1 Low *High - over Secondary *Low - Secondary or Less
  • 6. Data Processing has job 1 Has Job 0 No Specialization 0305 Math 1201 Pharmacy 0302 Physics City 1 Ramallah 2 Hebron 3 Jeneen Parent family availability 2 Both 1 one of them 0 None
  • 7. Data Processing Positive social life 0 Positive 1 Negative *Positive - Good and Stable Social Life *Negative - Good and Stable Social Life Academic overload 0 High 1 Low *High - 15 Hour Or Greater *Low - Less Than 15 Hour Financial aids 1 Has aid 0 No *Has aid - Student got financial Aid *No aid - Student didn't got financial Aid
  • 8. First Experiment by Random Tree 1. Choose m input variables to be used to determine the decision at a node of the tree. 2. Take a bootstrap sample(training set) 3. For each node of the tree, choose m variables on which to base the decision at that node. Calculate the best split based on these m variables in the training set. The value of m remains constant during forest growing. 4. Each tree is grown to the largest extent possible and not pruned as done in constructing a normal tree classifier.
  • 9. Result  "Grade of secondary" = Grade of  secondary : Result (1/0)  "Grade of secondary" = 72  | City = City : Result (0/0)  | City = 3 : 1 (2/0)  | City = 2  | | ID = Id : Result (0/0)  | | ID = 20920135 : Result (0/0)  | | ID = 20920171 : Result (0/0) ○ :  | | | | ID = 21011651 : Result (0/0)  | | ID = 21011733 : Result (0/0)  | City = 1 : 0 (1/0)  "Grade of secondary" = 76.8 : 0 (1/0)  "Grade of secondary" = 87.7 : 1 (1/0)  "Grade of secondary" = 94.2  | Colleges = Colleges : Result (0/0)  | Colleges = 3 : 0 (1/0)  | Colleges = 12 : 1 (1/0)  "Grade of secondary" = 70.8 : 1 (1/0)  ""Grade of secondary" = 86.9 : 1 (1/0)  "Grade of secondary" = 90 : 0 (2/0)  "Grade of secondary" = 94.1 : 1 (1/0)  "Grade of secondary" = 95.9 : 0 (1/0)  "Grade of secondary" = 92.9 : 1 (2/0)  "Grade of secondary" = 97.1 : 1 (1/0)  "Grade of secondary" = 91 : 1 (1/0)  "Grade of secondary" = 93.4 : 0 (1/0)  :  "Grade of secondary" = 72.9 : 1 (1/0)  "Grade of secondary" = 78 : 0 (1/0)  "Grade of secondary" = 93.1 : 1 (1/0)  "Grade of secondary" = 71.2 : 1 (1/0)  "Grade of secondary" = 88.1 : 0 (1/0)  "Grade of secondary" = 74.5 : 0 (1/0)  "Grade of secondary" = 87 : 1 (1/0)  "Grade of secondary" = 73.8 : 0 (1/0)  "Grade of secondary" = 86.3 : 1 (1/0)  "Grade of secondary" = 96.5 : 0 (1/0)   Size of the tree : 150
  • 10. Second Experiment by W- LADTree  LADTree is multi-class alternating decision tree technique that combines decision trees with the predictive accuracy of LogitBoosting into a set of interpretable classification rules. The original formulation of the tree induction algorithm restricted attention to binary classification problems
  • 11. Result : 0,0,0  | (1)Gender = 1: -1,1.211,-0.211  | (1)Gender != 1: -0.946,0.339,0.607  | | (3)Parent family availability = 2: -0.521,0.288,0.234  | | | (8)City = 1: -0.467,0.96,-0.493  | | | | (10)Id = 21010890: -0.448,-2.442,2.891  | | | | (10)Id != 21010890: -0.455,0.542,-0.087  | | | (8)City != 1: -0.472,-0.143,0.615  | | (3)Parent family availability != 2: 1.277,-2.193,0.916  | | (5)Academic overload = 1: -0.509,-0.269,0.778  | | (5)Academic overload != 1: -0.027,0.362,-0.335  | (2)Colleges = 3: -0.594,-0.02,0.614  | (2)Colleges != 3: -0.375,0.721,-0.346  | | (4)Positive social life = 1: -0.525,-1.934,2.459  | | (4)Positive social life != 1: -0.103,0.238,-0.136  | | | (6)Id = 21010654: -0.452,-2.441,2.893  | | | (6)Id != 21010654: 0.087,0.139,-0.227  | | | | (7)Id = 21010742: -0.452,-2.441,2.893  | | | | (7)Id != 21010742: 0.022,0.131,-0.153  | | | | | (9)Id = 21010850: -0.446,-2.443,2.89  | | | | | (9)Id != 21010850: 0.11,0.283,-0.394  Legend: Result, 1, 0  #Tree size (total): 31  #Tree size (number of predictor nodes): 21  #Leaves (number of predictor nodes): 13  #Expanded nodes: 100  #Processed examples: 3146  #Ratio e/n: 31.46
  • 12. Tree View Result of LADTree
  • 13. Third Experiment by W-J48  J48 Is a standard algorithm in machine learning based on decision tree induction, this algorithm employs two pruning methods. In the first method “sub-tree replacement”, the nodes in a decision tree may be replaced with a leaf to reducing the number of tests along a specific path. The steps of algorithm are:  Algorithm starts from the leaves of the fully formed tree and works backwards the root to reduce number of test along the path. While in the second type “sub-tree raising”, where a node may be moved upwards the root of the tree, replacing other nodes along the path. Sub-tree raising usually has a effect on decision tree models.