SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Journal of Trend in
International Open Access Journal
ISSN No: 2456
INTERNATIONAL CON
ITS IMPACT ON BUSINESS AND INDUSTRY
Organised By: V. P. Institute of Management Studies & Research, Sangli
@ IJTSRD | Available Online @ www.ijtsrd.com
Classification Technique
Student
Assistant Professor, V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India
Affiliated to Shivaji University, Kolhapur
ABSTRACT
In education system it is very important to decide
learning behavior of students. Today there is huge
competition in higher educational institutes. Quality
education is essential for facing new educational
challenges. Educational Data Mining is useful to
classify students according to their knowledge and
learning behavior. It helps teachers to implement
different teaching methodology as per learning
behavior of student. Researcher used Naïve Bayes
classification technique on training data set of
students. Classification is a supervised learning
approach which categorized data into predefined
classes. The implementation is carried out using C#.
Algorithm is implemented on set of multivalued
attributes to predict slow learner, average learner and
fast learner students. The objective of researcher is to
extract hidden knowledge from dataset for prediction
of learning behavior of student.
KEYWORD: Training Dataset, Supervised,
Unsupervised, Machine learning, Data Mining.
I. INTRODUCTION
Data Mining is a process of discovering knowledge
from database. It is a technique to identify patterns
and determine relationship between objects in dataset.
Data mining motivates various applications in
machine learning to learn from data. It consists of
many algorithms which are based on supervised and
unsupervised learning. There are different techniques
of data mining like classification, clustering,
predictive analysis, association rule mining, sequence
mining, graph mining, regression and time series
analysis etc. Selection and implementation of best
International Journal of Trend in Scientific Research and Development (IJTSRD)
International Open Access Journal | www.ijtsrd.com
ISSN No: 2456 - 6470 | Conference Issue – ICDEBI
INTERNATIONAL CONFERENCE ON DIGITAL ECONOMY AND
TS IMPACT ON BUSINESS AND INDUSTRY
Organised By: V. P. Institute of Management Studies & Research, Sangli
www.ijtsrd.com | Conference Issue: ICDEBI-2018 |
Classification Technique for Predicting Learning Behavior
Student in Higher Education
Mrs. Varsha. P. Desai
V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India
Affiliated to Shivaji University, Kolhapur, Maharashtra, India
In education system it is very important to decide
learning behavior of students. Today there is huge
competition in higher educational institutes. Quality
education is essential for facing new educational
challenges. Educational Data Mining is useful to
lassify students according to their knowledge and
learning behavior. It helps teachers to implement
different teaching methodology as per learning
behavior of student. Researcher used Naïve Bayes
classification technique on training data set of
lassification is a supervised learning
approach which categorized data into predefined
classes. The implementation is carried out using C#.
Algorithm is implemented on set of multivalued
attributes to predict slow learner, average learner and
students. The objective of researcher is to
extract hidden knowledge from dataset for prediction
Training Dataset, Supervised,
Unsupervised, Machine learning, Data Mining.
discovering knowledge
from database. It is a technique to identify patterns
and determine relationship between objects in dataset.
Data mining motivates various applications in
machine learning to learn from data. It consists of
based on supervised and
unsupervised learning. There are different techniques
of data mining like classification, clustering,
predictive analysis, association rule mining, sequence
mining, graph mining, regression and time series
d implementation of best
suitable algorithm for getting optimum solution to the
problem is a challenging task in data mining.
Data mining plays vital role in education system.
Predicting learning behavior of student is very critical
process. Learning behavior of student depend of
different factors like gender, family background,
location, age, interest, strength, weakness, culture,
curriculum etc. Today education system creates
tremendous carrier opportunities in the front of
students. It is challenging work for teacher to provide
education as per student need and interest. Learning
student behavior is very essential for getting better
teaching outcome as well as student’s satisfaction. A
Classification technique in data mining helps teachers
to predict student behavior and selecting appropriate
teaching methodology to enhance teaching and
learning process.
II. Literature Review:
Researcher has gone through previous research related
to classification techniques in data mining. It is
observed that, Naïve Bayes classification algorithm is
used for student’s performance classification. Web
mining and multifactor analysis technique is
implemented for prediction [3]
forest and Naïve Bayes theorem is used for
classification of student behavior
results of all three algorithms and it is found that
Naïve Bayes method gives better results than other
classification techniques.[4]
Naïve Bays algorithm is
implemented for slow Lerner prediction using python
and accuracy is compared using WEKA data mining
tool.
Research and Development (IJTSRD)
www.ijtsrd.com
ICDEBI-2018
FERENCE ON DIGITAL ECONOMY AND
TS IMPACT ON BUSINESS AND INDUSTRY
Organised By: V. P. Institute of Management Studies & Research, Sangli
| Oct 2018 Page: 163
g Learning Behavior of
V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India
suitable algorithm for getting optimum solution to the
problem is a challenging task in data mining.
Data mining plays vital role in education system.
Predicting learning behavior of student is very critical
havior of student depend of
different factors like gender, family background,
location, age, interest, strength, weakness, culture,
curriculum etc. Today education system creates
tremendous carrier opportunities in the front of
work for teacher to provide
education as per student need and interest. Learning
student behavior is very essential for getting better
teaching outcome as well as student’s satisfaction. A
Classification technique in data mining helps teachers
tudent behavior and selecting appropriate
teaching methodology to enhance teaching and
Researcher has gone through previous research related
to classification techniques in data mining. It is
classification algorithm is
used for student’s performance classification. Web
mining and multifactor analysis technique is
. Decision tree, Random
forest and Naïve Bayes theorem is used for
classification of student behavior. Researcher evaluate
results of all three algorithms and it is found that
Naïve Bayes method gives better results than other
Naïve Bays algorithm is
implemented for slow Lerner prediction using python
using WEKA data mining
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
According to literature review it is found that Naïve
Bayes is suitable classification algorithm for multi
attribute analysis. It is essential to develop user
friendly application which useful in any education
sector. Researcher developed application using C# for
predicting learning behavior of student by
implementing Naïve Bayes theorem.
III. Classification Techniques:
Classification is a supervised learning method where
data is divided into different categories or classes.
The objective of classification to predict target class
for given dataset. There are various techniques of
classification like decision tree, Naïve Bayes
classifier, nearest neighbor approach, artificial neural
network these are important techniques of
classification. Accuracy of target prediction is
depends upon selection of classification technique. In
many real life situations classification is
fundamentally probabilistic, it is uncertain to which
class record is belong.[1]
IV. Naïve Bayes Classifier:
Bayesian classification is based on Bayes theorem.
The posterior probability of the class that a record
belongs to is an approximated using prior probability
which drawn from training dataset. Classification
model estimate the likelihood of the record belonging
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Conference Issue: ICDEBI-2018 |
According to literature review it is found that Naïve
Bayes is suitable classification algorithm for multi
attribute analysis. It is essential to develop user
friendly application which useful in any education
cher developed application using C# for
predicting learning behavior of student by
Classification is a supervised learning method where
data is divided into different categories or classes.
e objective of classification to predict target class
for given dataset. There are various techniques of
classification like decision tree, Naïve Bayes
classifier, nearest neighbor approach, artificial neural
network these are important techniques of
ification. Accuracy of target prediction is
depends upon selection of classification technique. In
many real life situations classification is
fundamentally probabilistic, it is uncertain to which
n classification is based on Bayes theorem.
The posterior probability of the class that a record
belongs to is an approximated using prior probability
which drawn from training dataset. Classification
model estimate the likelihood of the record belonging
to each class. The class with highest prevents for Y to
happen when events for X probability becomes the
class label for the record.[2]
Definition of Bayes Theorem:
variables X and Y, each of them taking a specific
value corresponds to a random event. A conditional
probability P(X/Y) represents the probability of
events for Y to happen when event for X have already
occurred.[2]
P(X/Y) = P(X/Y).P(Y)
P(X)
P(Y/X) = P(X/Y).P(Y)
P(Y)
V. Training Dataset:
Following table shows training dataset of MCA I year
student dataset. Here researcher is interested to predict
learning behavior of student from given training
dataset using Naïve Bayes algorithm. Student data
consists of different attributes like Gender, Area,
SSC_Medium, SSC_Percentage, HSC_faculty,
Math_At_HSC,Graduation_Marks,Admission_Type,
Entrance_Rank,ParentsIncome,,Attendan
cation_Skill, Learning_Behavior (Class Label) etc.
Table 1: Training Dataset:
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101
| Oct 2018 Page: 164
o each class. The class with highest prevents for Y to
happen when events for X probability becomes the
Definition of Bayes Theorem: Given two random
variables X and Y, each of them taking a specific
value corresponds to a random event. A conditional
probability P(X/Y) represents the probability of
events for Y to happen when event for X have already
Following table shows training dataset of MCA I year
student dataset. Here researcher is interested to predict
of student from given training
dataset using Naïve Bayes algorithm. Student data
consists of different attributes like Gender, Area,
SSC_Medium, SSC_Percentage, HSC_faculty,
Math_At_HSC,Graduation_Marks,Admission_Type,
Entrance_Rank,ParentsIncome,,Attendance,Communi
cation_Skill, Learning_Behavior (Class Label) etc.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
VI. Student related Variables:
VII. Data Pre-processing:
Data was pre-processed by performing following
operations [3]
:
1. Converting all fields to categories.
2. Features combine to reduce dimensionality.
3. Missing values are replaced by frequently
occurring values.
VIII. Algorithm:
1. Import dataset into Sqlserver
2. Find probability of each class.
3. Select parameter set as per input requirement.
4. For each input record:
i. For each attribute:
A. Entities are divided into different categories
according to categorical data.
B. Probability is calculated from training dataset.
5. For each attribute in testing dataset
i. For each attribute:
A. Calculate probability and classify the data
accordingly
B. Return the diagnosis parameter and calculated
probability of each class [4]
.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Conference Issue: ICDEBI-2018 |
by performing following
Features combine to reduce dimensionality.
Missing values are replaced by frequently
Select parameter set as per input requirement.
Entities are divided into different categories
Probability is calculated from training dataset.
Calculate probability and classify the data
Return the diagnosis parameter and calculated
C. Compare class wise probability value and
Return final classification which has highest
probability.
IX. Implementation of algorithm:
Here Naïve Bayes algorithm is implemented on above
dataset. C# is used for stepwise implementation of
algorithm and predicting data for unknown
tuple/record.
Algorithm is implemented to predict learning
behavior of student with following known attribute
values:
X= Gender=M, Area=Rural, SSC_Medium=English,
SSC_Percentage=Poor, HSC_Faculty=Commerce,
HSC_percentage=Good, Maths_At_HSC=Yes,
Graduation_Marks:Poor, Admission_Type=MC,
Entrance_Rank=Good, parents_Income
Attendance=Average, Communicaton_Skill=Good.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101
| Oct 2018 Page: 165
Compare class wise probability value and
Return final classification which has highest
Implementation of algorithm:
Here Naïve Bayes algorithm is implemented on above
dataset. C# is used for stepwise implementation of
algorithm and predicting data for unknown
Algorithm is implemented to predict learning
dent with following known attribute
X= Gender=M, Area=Rural, SSC_Medium=English,
SSC_Percentage=Poor, HSC_Faculty=Commerce,
HSC_percentage=Good, Maths_At_HSC=Yes,
Graduation_Marks:Poor, Admission_Type=MC,
Entrance_Rank=Good, parents_Income=Low,
Attendance=Average, Communicaton_Skill=Good.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
In above problem there are three classes:
C1: Learning Behavior Slow
C2: Learning Behavior Fast,
C3: Learning Behavior Average.
Here we need to predict whether X belongs to which
class.
P(X/C1)=0.33*0.33*0.33*0.33*0.66*0.33*1*0.33*0.
66*0.66*0.33*0.33*0.66=2.66
P(X/C2)=0.66*0.33*0.66*0.33*0.66*0.33*
0.33*0.33* 0.33*1*0.33*0.33*0.33=1.33
P(X/C3)=0.75*0.75*0.25*0.5*0.25*0.25*0.25*0.5*0.
25*0.25*0.5*0.75*0.25=3.21
P(X/C1)*P(C1)=2.66*0.3=0.798
P(X/C2)*P(C2)=1.33*0.3=0.399
P(X/C3)*P(C3)=3.21*0.4=1.284
P(X/C3)*P(C3) gives highest probability so X
belongs to class C3.
According to Naïve Bayes theorem it is predicted that
given tuple X belongs to class C3. Which means that
there is highest probability that student is Fast Lerner.
X. Finding:
Implementation of Naïve Bayes theorem using C# we
can find out Fast, Slow and Average learners.
Conclusion:
Naïve bays theorem is implemented using C# to
determine Slow Learner, Average Lerner and Fast
Learner. This application is useful in education
system to categories student according to their
learning behavior. Proposed application is very user
friendly and applicable for any higher education
sector. It helps teachers to implement different
teaching and learning techniques for providing quality
education to the students. Successful implementation
of this model will improve overall result and learning
interest among students.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Conference Issue: ICDEBI-2018 |
In above problem there are three classes:
Here we need to predict whether X belongs to which
0.33*0.33*0.33*0.66*0.33*1*0.33*0.
P(X/C2)=0.66*0.33*0.66*0.33*0.66*0.33*
0.33*0.33* 0.33*1*0.33*0.33*0.33=1.33
P(X/C3)=0.75*0.75*0.25*0.5*0.25*0.25*0.25*0.5*0.
P(X/C3)*P(C3) gives highest probability so X
According to Naïve Bayes theorem it is predicted that
given tuple X belongs to class C3. Which means that
ent is Fast Lerner.
Implementation of Naïve Bayes theorem using C# we
can find out Fast, Slow and Average learners.
Naïve bays theorem is implemented using C# to
determine Slow Learner, Average Lerner and Fast
Learner. This application is useful in education
system to categories student according to their
learning behavior. Proposed application is very user
applicable for any higher education
sector. It helps teachers to implement different
teaching and learning techniques for providing quality
education to the students. Successful implementation
of this model will improve overall result and learning
REFERENCES:
1. Jiawei Han and Micheline Kamber,
Concepts and Techniques
0535-8.
2. Hongbo Du, Data Mining Technique,
81-315-1955-4.
3. K. Prasada Rao, M. V. P. Chandra Sekhara Rao,
B. Ramesh, Predicting Learning Behavior of
Students using Classification Techniques,
International Journal of Computer Applications
(0975 – 8887) Volume 139
4. Swati and Rajinder Kaur,
Classification for the Slow Learner Prediction
over Various Class of Student Dataset,
Journal of Science and Technology,
DOI: 10.17485/ijst/2016/v9i48/103651, December
2016, ISSN (Online): 0974
5. Swati and Rajinder Kaur, Multifactor Naïve Bayes
Classification For The Slow Learner Prediction
Over Multicass Student Dataset,
Journal on Computational Science & Applications
(IJCSA) Vol.6, No. 4, August 2016
6. Shiwani Rana*, Roopali Garg,
Prediction using Multi-
Classification Algorithm,
Information Technology, UIET, Panjab
University, Chandigarh, India. 02 December
2016.
7. R. Kohavi, “Scaling up the accuracy of Naïve
Bayes classifiers: a decision
International Conference on K
Discovery and Data Mining (KDD 96), ACM,
Aug. 1996, pp. 202-207.
8. C. G. Nespereira, E. Elhariri, N. El
Vilas, and R. P. D. Redondo,
based classification approach for predicting
student’s performance in blended lear
International Conference on Advanced Intelligent
System and Informatics (AISI 15), Springer, Nov.
2015, pp. 47-56.
9. Sudha M, Kumaravel A. Performance comparison
based on attribute selection tools for data mining.
Indian Journal of Science and
Nov; 7(S7):1–5.
10. Weka, University of Waikato, New Zealand,
http://www.cs.waikato.ac.nz/ml/weka/
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101
| Oct 2018 Page: 166
Jiawei Han and Micheline Kamber, Data Mining
Concepts and Techniques ISBN-978-81-312-
, Data Mining Technique, ISBN-978-
P. Chandra Sekhara Rao,
Predicting Learning Behavior of
Students using Classification Techniques,
International Journal of Computer Applications
8887) Volume 139 – No.7, April 2016.
and Rajinder Kaur, Using Factor
Classification for the Slow Learner Prediction
r Various Class of Student Dataset, Indian
Journal of Science and Technology, Vol 9(48),
DOI: 10.17485/ijst/2016/v9i48/103651, December
0974-564.
, Multifactor Naïve Bayes
Classification For The Slow Learner Prediction
Over Multicass Student Dataset, International
Journal on Computational Science & Applications
(IJCSA) Vol.6, No. 4, August 2016
Shiwani Rana*, Roopali Garg, Slow Learner
-Variate Naïve Bayes
Classification Algorithm, Department of
Information Technology, UIET, Panjab
University, Chandigarh, India. 02 December
Scaling up the accuracy of Naïve
Bayes classifiers: a decision-tree hybrid," Proc.
International Conference on Knowledge
Discovery and Data Mining (KDD 96), ACM,
C. G. Nespereira, E. Elhariri, N. El-Bendary, A. F.
Vilas, and R. P. D. Redondo, “Machine learning
based classification approach for predicting
student’s performance in blended learning,” Proc.
International Conference on Advanced Intelligent
System and Informatics (AISI 15), Springer, Nov.
Performance comparison
based on attribute selection tools for data mining.
Indian Journal of Science and Technology. 2014
Weka, University of Waikato, New Zealand,
http://www.cs.waikato.ac.nz/ml/weka/

Mais conteúdo relacionado

Mais procurados

Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...redpel dot com
 
Research of Influencing Factors of College Students’ Personalized Learning Ba...
Research of Influencing Factors of College Students’ Personalized Learning Ba...Research of Influencing Factors of College Students’ Personalized Learning Ba...
Research of Influencing Factors of College Students’ Personalized Learning Ba...inventionjournals
 
Cite presentation
Cite presentationCite presentation
Cite presentationCITE
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...ijceronline
 
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Lambda Solutions
 
A Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data MiningA Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data Miningiosrjce
 
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...Vitomir Kovanovic
 
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...Talis
 
Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...Vitomir Kovanovic
 
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEDATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEIJDKP
 
EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020Ritika Saxena
 
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
 
Intelligent system for sTudent placement
Intelligent system for sTudent placementIntelligent system for sTudent placement
Intelligent system for sTudent placementFemmy Johnson
 
Educational Data Mining in relation to Educational Statistics of Nepal
Educational Data Mining in relation to Educational Statistics of NepalEducational Data Mining in relation to Educational Statistics of Nepal
Educational Data Mining in relation to Educational Statistics of NepalRoshan Bhandari
 
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...eMadrid network
 
Learning Analytics for Self-Regulated Learning (2019)
Learning Analytics for Self-Regulated Learning (2019)Learning Analytics for Self-Regulated Learning (2019)
Learning Analytics for Self-Regulated Learning (2019)Wolfgang Greller
 
Personality Assessment using Twitter Tweets
Personality Assessment using Twitter TweetsPersonality Assessment using Twitter Tweets
Personality Assessment using Twitter TweetsNadeem Ahmad Ch
 
Usability Analysis of Educational Information Systems from Student’s Perspective
Usability Analysis of Educational Information Systems from Student’s PerspectiveUsability Analysis of Educational Information Systems from Student’s Perspective
Usability Analysis of Educational Information Systems from Student’s PerspectiveNadeem Ahmad Ch
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 

Mais procurados (19)

Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...
 
Research of Influencing Factors of College Students’ Personalized Learning Ba...
Research of Influencing Factors of College Students’ Personalized Learning Ba...Research of Influencing Factors of College Students’ Personalized Learning Ba...
Research of Influencing Factors of College Students’ Personalized Learning Ba...
 
Cite presentation
Cite presentationCite presentation
Cite presentation
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
 
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)Learning Analytics In Higher Education: Struggles & Successes (Part 2)
Learning Analytics In Higher Education: Struggles & Successes (Part 2)
 
A Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data MiningA Survey on Research work in Educational Data Mining
A Survey on Research work in Educational Data Mining
 
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
 
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...
Using Analytics to Transform the Library Agenda - Linda Corrin | Talis Insigh...
 
Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...
 
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVEDATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
DATA MINING IN EDUCATION : A REVIEW ON THE KNOWLEDGE DISCOVERY PERSPECTIVE
 
EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020
 
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
 
Intelligent system for sTudent placement
Intelligent system for sTudent placementIntelligent system for sTudent placement
Intelligent system for sTudent placement
 
Educational Data Mining in relation to Educational Statistics of Nepal
Educational Data Mining in relation to Educational Statistics of NepalEducational Data Mining in relation to Educational Statistics of Nepal
Educational Data Mining in relation to Educational Statistics of Nepal
 
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...
27_06_2019 Wolfgang Greller, from University of Teacher Education (Viena), on...
 
Learning Analytics for Self-Regulated Learning (2019)
Learning Analytics for Self-Regulated Learning (2019)Learning Analytics for Self-Regulated Learning (2019)
Learning Analytics for Self-Regulated Learning (2019)
 
Personality Assessment using Twitter Tweets
Personality Assessment using Twitter TweetsPersonality Assessment using Twitter Tweets
Personality Assessment using Twitter Tweets
 
Usability Analysis of Educational Information Systems from Student’s Perspective
Usability Analysis of Educational Information Systems from Student’s PerspectiveUsability Analysis of Educational Information Systems from Student’s Perspective
Usability Analysis of Educational Information Systems from Student’s Perspective
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 

Semelhante a Classification Technique for Predicting Learning Behavior of Student in Higher Education

Identifying the Key Factors of Training Technical School and College Teachers...
Identifying the Key Factors of Training Technical School and College Teachers...Identifying the Key Factors of Training Technical School and College Teachers...
Identifying the Key Factors of Training Technical School and College Teachers...ijtsrd
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingEditor IJCATR
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...IIRindia
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning IJEACS
 
AI-Learning style prediction for primary education
AI-Learning style prediction for primary educationAI-Learning style prediction for primary education
AI-Learning style prediction for primary educationIRJET Journal
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...IRJET Journal
 
Vol2no2 7 copy
Vol2no2 7   copyVol2no2 7   copy
Vol2no2 7 copyaalhumaidi
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...IJSRD
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesIIRindia
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET Journal
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyIIRindia
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyIIRindia
 
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...Future Education Magazine
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningIRJET Journal
 

Semelhante a Classification Technique for Predicting Learning Behavior of Student in Higher Education (20)

Identifying the Key Factors of Training Technical School and College Teachers...
Identifying the Key Factors of Training Technical School and College Teachers...Identifying the Key Factors of Training Technical School and College Teachers...
Identifying the Key Factors of Training Technical School and College Teachers...
 
IJET-V4I2P98
IJET-V4I2P98IJET-V4I2P98
IJET-V4I2P98
 
Clustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of ProgrammingClustering Students of Computer in Terms of Level of Programming
Clustering Students of Computer in Terms of Level of Programming
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning
 
AI-Learning style prediction for primary education
AI-Learning style prediction for primary educationAI-Learning style prediction for primary education
AI-Learning style prediction for primary education
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
 
Vol2no2 7 copy
Vol2no2 7   copyVol2no2 7   copy
Vol2no2 7 copy
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining Techniques
 
A Systematic Review on the Educational Data Mining and its Implementation in ...
A Systematic Review on the Educational Data Mining and its Implementation in ...A Systematic Review on the Educational Data Mining and its Implementation in ...
A Systematic Review on the Educational Data Mining and its Implementation in ...
 
Scientific Paper-2
Scientific Paper-2Scientific Paper-2
Scientific Paper-2
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine Learning
 
Ijetr042132
Ijetr042132Ijetr042132
Ijetr042132
 
G017224349
G017224349G017224349
G017224349
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A Survey
 
Technology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A SurveyTechnology Enabled Learning to Improve Student Performance: A Survey
Technology Enabled Learning to Improve Student Performance: A Survey
 
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...
Big Data and Advanced Analytics For Improving Teaching Practices In 2023 | Fu...
 
IJET-V2I6P22
IJET-V2I6P22IJET-V2I6P22
IJET-V2I6P22
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine Learning
 

Mais de ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

Mais de ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Último

COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 

Último (20)

COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

Classification Technique for Predicting Learning Behavior of Student in Higher Education

  • 1. International Journal of Trend in International Open Access Journal ISSN No: 2456 INTERNATIONAL CON ITS IMPACT ON BUSINESS AND INDUSTRY Organised By: V. P. Institute of Management Studies & Research, Sangli @ IJTSRD | Available Online @ www.ijtsrd.com Classification Technique Student Assistant Professor, V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India Affiliated to Shivaji University, Kolhapur ABSTRACT In education system it is very important to decide learning behavior of students. Today there is huge competition in higher educational institutes. Quality education is essential for facing new educational challenges. Educational Data Mining is useful to classify students according to their knowledge and learning behavior. It helps teachers to implement different teaching methodology as per learning behavior of student. Researcher used Naïve Bayes classification technique on training data set of students. Classification is a supervised learning approach which categorized data into predefined classes. The implementation is carried out using C#. Algorithm is implemented on set of multivalued attributes to predict slow learner, average learner and fast learner students. The objective of researcher is to extract hidden knowledge from dataset for prediction of learning behavior of student. KEYWORD: Training Dataset, Supervised, Unsupervised, Machine learning, Data Mining. I. INTRODUCTION Data Mining is a process of discovering knowledge from database. It is a technique to identify patterns and determine relationship between objects in dataset. Data mining motivates various applications in machine learning to learn from data. It consists of many algorithms which are based on supervised and unsupervised learning. There are different techniques of data mining like classification, clustering, predictive analysis, association rule mining, sequence mining, graph mining, regression and time series analysis etc. Selection and implementation of best International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal | www.ijtsrd.com ISSN No: 2456 - 6470 | Conference Issue – ICDEBI INTERNATIONAL CONFERENCE ON DIGITAL ECONOMY AND TS IMPACT ON BUSINESS AND INDUSTRY Organised By: V. P. Institute of Management Studies & Research, Sangli www.ijtsrd.com | Conference Issue: ICDEBI-2018 | Classification Technique for Predicting Learning Behavior Student in Higher Education Mrs. Varsha. P. Desai V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India Affiliated to Shivaji University, Kolhapur, Maharashtra, India In education system it is very important to decide learning behavior of students. Today there is huge competition in higher educational institutes. Quality education is essential for facing new educational challenges. Educational Data Mining is useful to lassify students according to their knowledge and learning behavior. It helps teachers to implement different teaching methodology as per learning behavior of student. Researcher used Naïve Bayes classification technique on training data set of lassification is a supervised learning approach which categorized data into predefined classes. The implementation is carried out using C#. Algorithm is implemented on set of multivalued attributes to predict slow learner, average learner and students. The objective of researcher is to extract hidden knowledge from dataset for prediction Training Dataset, Supervised, Unsupervised, Machine learning, Data Mining. discovering knowledge from database. It is a technique to identify patterns and determine relationship between objects in dataset. Data mining motivates various applications in machine learning to learn from data. It consists of based on supervised and unsupervised learning. There are different techniques of data mining like classification, clustering, predictive analysis, association rule mining, sequence mining, graph mining, regression and time series d implementation of best suitable algorithm for getting optimum solution to the problem is a challenging task in data mining. Data mining plays vital role in education system. Predicting learning behavior of student is very critical process. Learning behavior of student depend of different factors like gender, family background, location, age, interest, strength, weakness, culture, curriculum etc. Today education system creates tremendous carrier opportunities in the front of students. It is challenging work for teacher to provide education as per student need and interest. Learning student behavior is very essential for getting better teaching outcome as well as student’s satisfaction. A Classification technique in data mining helps teachers to predict student behavior and selecting appropriate teaching methodology to enhance teaching and learning process. II. Literature Review: Researcher has gone through previous research related to classification techniques in data mining. It is observed that, Naïve Bayes classification algorithm is used for student’s performance classification. Web mining and multifactor analysis technique is implemented for prediction [3] forest and Naïve Bayes theorem is used for classification of student behavior results of all three algorithms and it is found that Naïve Bayes method gives better results than other classification techniques.[4] Naïve Bays algorithm is implemented for slow Lerner prediction using python and accuracy is compared using WEKA data mining tool. Research and Development (IJTSRD) www.ijtsrd.com ICDEBI-2018 FERENCE ON DIGITAL ECONOMY AND TS IMPACT ON BUSINESS AND INDUSTRY Organised By: V. P. Institute of Management Studies & Research, Sangli | Oct 2018 Page: 163 g Learning Behavior of V. P. Institute of Management Studies & Research, Sangli, Maharashtra, India suitable algorithm for getting optimum solution to the problem is a challenging task in data mining. Data mining plays vital role in education system. Predicting learning behavior of student is very critical havior of student depend of different factors like gender, family background, location, age, interest, strength, weakness, culture, curriculum etc. Today education system creates tremendous carrier opportunities in the front of work for teacher to provide education as per student need and interest. Learning student behavior is very essential for getting better teaching outcome as well as student’s satisfaction. A Classification technique in data mining helps teachers tudent behavior and selecting appropriate teaching methodology to enhance teaching and Researcher has gone through previous research related to classification techniques in data mining. It is classification algorithm is used for student’s performance classification. Web mining and multifactor analysis technique is . Decision tree, Random forest and Naïve Bayes theorem is used for classification of student behavior. Researcher evaluate results of all three algorithms and it is found that Naïve Bayes method gives better results than other Naïve Bays algorithm is implemented for slow Lerner prediction using python using WEKA data mining
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com According to literature review it is found that Naïve Bayes is suitable classification algorithm for multi attribute analysis. It is essential to develop user friendly application which useful in any education sector. Researcher developed application using C# for predicting learning behavior of student by implementing Naïve Bayes theorem. III. Classification Techniques: Classification is a supervised learning method where data is divided into different categories or classes. The objective of classification to predict target class for given dataset. There are various techniques of classification like decision tree, Naïve Bayes classifier, nearest neighbor approach, artificial neural network these are important techniques of classification. Accuracy of target prediction is depends upon selection of classification technique. In many real life situations classification is fundamentally probabilistic, it is uncertain to which class record is belong.[1] IV. Naïve Bayes Classifier: Bayesian classification is based on Bayes theorem. The posterior probability of the class that a record belongs to is an approximated using prior probability which drawn from training dataset. Classification model estimate the likelihood of the record belonging International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Conference Issue: ICDEBI-2018 | According to literature review it is found that Naïve Bayes is suitable classification algorithm for multi attribute analysis. It is essential to develop user friendly application which useful in any education cher developed application using C# for predicting learning behavior of student by Classification is a supervised learning method where data is divided into different categories or classes. e objective of classification to predict target class for given dataset. There are various techniques of classification like decision tree, Naïve Bayes classifier, nearest neighbor approach, artificial neural network these are important techniques of ification. Accuracy of target prediction is depends upon selection of classification technique. In many real life situations classification is fundamentally probabilistic, it is uncertain to which n classification is based on Bayes theorem. The posterior probability of the class that a record belongs to is an approximated using prior probability which drawn from training dataset. Classification model estimate the likelihood of the record belonging to each class. The class with highest prevents for Y to happen when events for X probability becomes the class label for the record.[2] Definition of Bayes Theorem: variables X and Y, each of them taking a specific value corresponds to a random event. A conditional probability P(X/Y) represents the probability of events for Y to happen when event for X have already occurred.[2] P(X/Y) = P(X/Y).P(Y) P(X) P(Y/X) = P(X/Y).P(Y) P(Y) V. Training Dataset: Following table shows training dataset of MCA I year student dataset. Here researcher is interested to predict learning behavior of student from given training dataset using Naïve Bayes algorithm. Student data consists of different attributes like Gender, Area, SSC_Medium, SSC_Percentage, HSC_faculty, Math_At_HSC,Graduation_Marks,Admission_Type, Entrance_Rank,ParentsIncome,,Attendan cation_Skill, Learning_Behavior (Class Label) etc. Table 1: Training Dataset: International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101 | Oct 2018 Page: 164 o each class. The class with highest prevents for Y to happen when events for X probability becomes the Definition of Bayes Theorem: Given two random variables X and Y, each of them taking a specific value corresponds to a random event. A conditional probability P(X/Y) represents the probability of events for Y to happen when event for X have already Following table shows training dataset of MCA I year student dataset. Here researcher is interested to predict of student from given training dataset using Naïve Bayes algorithm. Student data consists of different attributes like Gender, Area, SSC_Medium, SSC_Percentage, HSC_faculty, Math_At_HSC,Graduation_Marks,Admission_Type, Entrance_Rank,ParentsIncome,,Attendance,Communi cation_Skill, Learning_Behavior (Class Label) etc.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com VI. Student related Variables: VII. Data Pre-processing: Data was pre-processed by performing following operations [3] : 1. Converting all fields to categories. 2. Features combine to reduce dimensionality. 3. Missing values are replaced by frequently occurring values. VIII. Algorithm: 1. Import dataset into Sqlserver 2. Find probability of each class. 3. Select parameter set as per input requirement. 4. For each input record: i. For each attribute: A. Entities are divided into different categories according to categorical data. B. Probability is calculated from training dataset. 5. For each attribute in testing dataset i. For each attribute: A. Calculate probability and classify the data accordingly B. Return the diagnosis parameter and calculated probability of each class [4] . International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Conference Issue: ICDEBI-2018 | by performing following Features combine to reduce dimensionality. Missing values are replaced by frequently Select parameter set as per input requirement. Entities are divided into different categories Probability is calculated from training dataset. Calculate probability and classify the data Return the diagnosis parameter and calculated C. Compare class wise probability value and Return final classification which has highest probability. IX. Implementation of algorithm: Here Naïve Bayes algorithm is implemented on above dataset. C# is used for stepwise implementation of algorithm and predicting data for unknown tuple/record. Algorithm is implemented to predict learning behavior of student with following known attribute values: X= Gender=M, Area=Rural, SSC_Medium=English, SSC_Percentage=Poor, HSC_Faculty=Commerce, HSC_percentage=Good, Maths_At_HSC=Yes, Graduation_Marks:Poor, Admission_Type=MC, Entrance_Rank=Good, parents_Income Attendance=Average, Communicaton_Skill=Good. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101 | Oct 2018 Page: 165 Compare class wise probability value and Return final classification which has highest Implementation of algorithm: Here Naïve Bayes algorithm is implemented on above dataset. C# is used for stepwise implementation of algorithm and predicting data for unknown Algorithm is implemented to predict learning dent with following known attribute X= Gender=M, Area=Rural, SSC_Medium=English, SSC_Percentage=Poor, HSC_Faculty=Commerce, HSC_percentage=Good, Maths_At_HSC=Yes, Graduation_Marks:Poor, Admission_Type=MC, Entrance_Rank=Good, parents_Income=Low, Attendance=Average, Communicaton_Skill=Good.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com In above problem there are three classes: C1: Learning Behavior Slow C2: Learning Behavior Fast, C3: Learning Behavior Average. Here we need to predict whether X belongs to which class. P(X/C1)=0.33*0.33*0.33*0.33*0.66*0.33*1*0.33*0. 66*0.66*0.33*0.33*0.66=2.66 P(X/C2)=0.66*0.33*0.66*0.33*0.66*0.33* 0.33*0.33* 0.33*1*0.33*0.33*0.33=1.33 P(X/C3)=0.75*0.75*0.25*0.5*0.25*0.25*0.25*0.5*0. 25*0.25*0.5*0.75*0.25=3.21 P(X/C1)*P(C1)=2.66*0.3=0.798 P(X/C2)*P(C2)=1.33*0.3=0.399 P(X/C3)*P(C3)=3.21*0.4=1.284 P(X/C3)*P(C3) gives highest probability so X belongs to class C3. According to Naïve Bayes theorem it is predicted that given tuple X belongs to class C3. Which means that there is highest probability that student is Fast Lerner. X. Finding: Implementation of Naïve Bayes theorem using C# we can find out Fast, Slow and Average learners. Conclusion: Naïve bays theorem is implemented using C# to determine Slow Learner, Average Lerner and Fast Learner. This application is useful in education system to categories student according to their learning behavior. Proposed application is very user friendly and applicable for any higher education sector. It helps teachers to implement different teaching and learning techniques for providing quality education to the students. Successful implementation of this model will improve overall result and learning interest among students. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Conference Issue: ICDEBI-2018 | In above problem there are three classes: Here we need to predict whether X belongs to which 0.33*0.33*0.33*0.66*0.33*1*0.33*0. P(X/C2)=0.66*0.33*0.66*0.33*0.66*0.33* 0.33*0.33* 0.33*1*0.33*0.33*0.33=1.33 P(X/C3)=0.75*0.75*0.25*0.5*0.25*0.25*0.25*0.5*0. P(X/C3)*P(C3) gives highest probability so X According to Naïve Bayes theorem it is predicted that given tuple X belongs to class C3. Which means that ent is Fast Lerner. Implementation of Naïve Bayes theorem using C# we can find out Fast, Slow and Average learners. Naïve bays theorem is implemented using C# to determine Slow Learner, Average Lerner and Fast Learner. This application is useful in education system to categories student according to their learning behavior. Proposed application is very user applicable for any higher education sector. It helps teachers to implement different teaching and learning techniques for providing quality education to the students. Successful implementation of this model will improve overall result and learning REFERENCES: 1. Jiawei Han and Micheline Kamber, Concepts and Techniques 0535-8. 2. Hongbo Du, Data Mining Technique, 81-315-1955-4. 3. K. Prasada Rao, M. V. P. Chandra Sekhara Rao, B. Ramesh, Predicting Learning Behavior of Students using Classification Techniques, International Journal of Computer Applications (0975 – 8887) Volume 139 4. Swati and Rajinder Kaur, Classification for the Slow Learner Prediction over Various Class of Student Dataset, Journal of Science and Technology, DOI: 10.17485/ijst/2016/v9i48/103651, December 2016, ISSN (Online): 0974 5. Swati and Rajinder Kaur, Multifactor Naïve Bayes Classification For The Slow Learner Prediction Over Multicass Student Dataset, Journal on Computational Science & Applications (IJCSA) Vol.6, No. 4, August 2016 6. Shiwani Rana*, Roopali Garg, Prediction using Multi- Classification Algorithm, Information Technology, UIET, Panjab University, Chandigarh, India. 02 December 2016. 7. R. Kohavi, “Scaling up the accuracy of Naïve Bayes classifiers: a decision International Conference on K Discovery and Data Mining (KDD 96), ACM, Aug. 1996, pp. 202-207. 8. C. G. Nespereira, E. Elhariri, N. El Vilas, and R. P. D. Redondo, based classification approach for predicting student’s performance in blended lear International Conference on Advanced Intelligent System and Informatics (AISI 15), Springer, Nov. 2015, pp. 47-56. 9. Sudha M, Kumaravel A. Performance comparison based on attribute selection tools for data mining. Indian Journal of Science and Nov; 7(S7):1–5. 10. Weka, University of Waikato, New Zealand, http://www.cs.waikato.ac.nz/ml/weka/ International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 | IF: 4.101 | Oct 2018 Page: 166 Jiawei Han and Micheline Kamber, Data Mining Concepts and Techniques ISBN-978-81-312- , Data Mining Technique, ISBN-978- P. Chandra Sekhara Rao, Predicting Learning Behavior of Students using Classification Techniques, International Journal of Computer Applications 8887) Volume 139 – No.7, April 2016. and Rajinder Kaur, Using Factor Classification for the Slow Learner Prediction r Various Class of Student Dataset, Indian Journal of Science and Technology, Vol 9(48), DOI: 10.17485/ijst/2016/v9i48/103651, December 0974-564. , Multifactor Naïve Bayes Classification For The Slow Learner Prediction Over Multicass Student Dataset, International Journal on Computational Science & Applications (IJCSA) Vol.6, No. 4, August 2016 Shiwani Rana*, Roopali Garg, Slow Learner -Variate Naïve Bayes Classification Algorithm, Department of Information Technology, UIET, Panjab University, Chandigarh, India. 02 December Scaling up the accuracy of Naïve Bayes classifiers: a decision-tree hybrid," Proc. International Conference on Knowledge Discovery and Data Mining (KDD 96), ACM, C. G. Nespereira, E. Elhariri, N. El-Bendary, A. F. Vilas, and R. P. D. Redondo, “Machine learning based classification approach for predicting student’s performance in blended learning,” Proc. International Conference on Advanced Intelligent System and Informatics (AISI 15), Springer, Nov. Performance comparison based on attribute selection tools for data mining. Indian Journal of Science and Technology. 2014 Weka, University of Waikato, New Zealand, http://www.cs.waikato.ac.nz/ml/weka/