SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 219
SUBJECT DISTRIBUTION USING DATA MINING
Rakesh Kumar Arora1
, Dharmendra Badal2
1
Faculty, Dept. of Computer Science, Krishna Engineering College, Ghaziabad, UP, India, rka1211@gmail.com
2
Faculty, Dept. of Mathematical Science & Computer Applications, Bundelkhand University, Jhansi, UP, India
Abstract
The main objective of higher education institutions is to provide quality education to its students. The faculties employed by the
educational institute’s plays the dominant role to achieve highest level of quality in higher education. The faculty having excellent
subject knowledge and teaching skills have the major impact upon the performance of students resulting in good academic results,
placements and hereby increasing the quality intake of students. This paper will assist the academic planners in distribution of
subjects among the faculties in the department such that the students can make the optimum use of faculty knowledge, experience and
teaching skills to reach the new heights.
Keywords: Data Mining, Business Intelligence, WEKA, Data Visualization, Decision Tree, J48.
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
A large number of self financing private institutes have
opened over the last decade with the objective of providing
quality education to students in various fields of engineering
and other professions. The factors affecting the quality of
education include faculty profile, placements, infrastructure,
working environment and vision of the institute.
Out of all the above factors the most important factor is
faculty profile, Most of these self financing institutes
compromise on the quality of faculty to cut down the cost of
salaries and recruit inexperienced, untrained and less qualified
teachers. These less qualified and inexperienced teachers are
not able to make the optimum use of the institute’s resources
and are not able to provide quality teaching to the students. As
a result the performance of the students remains below
satisfactory; this also affects the placement of the institute.
This adversely affects the quality of intake in the institute and
causes further deterioration in the performance of the institute
and slowly the institute reaches on the verge of closure.
A large number of foreign universities have also got approval
from the ministry of Human Resource and Development to
compete with the Indian Universities. After the entry of these
foreign universities, the survival of these self financed private
educational institutes has become further challenging. Since
the motive of most of the self financed institutions is to
maximize the profit, hence they are not able to compete with
the foreign institutes resulting in the closure of these institutes.
In order to compete with the foreign universities and
Government aided Indian Institutes these self financed private
institutes should increase their budget on hiring experienced
and qualified faculty so as to provide excellent subject
knowledge and make optimum use of the institute’s resources.
This will have major impact upon the performance of the
students, resulting in good academic results, placements and
increased quality intake in the institutes. Like this these
institutes will be able to sustain their existence competing with
the good Indian and Foreign institutes.
An assessment about the faculty’s subject knowledge and
teaching skills should be made and based on which the faculty
should be allocated the subject for teaching the students. Apart
from the subject knowledge, faculty’s qualification, feedback
and the result should be taken in to consideration while
allocating the subjects in future academic planning.
This paper uses Educational Data Mining Technique (EDM)
to improve the distribution of subjects among faculties in the
department such that students can gain benefit from
knowledge and experience of faculty members to improve
their performance. Data mining, the extraction of hidden
predictive information from large databases is a powerful
technology with great potential to help head of departments in
the institutes in distribution of subjects. It discovers
information within the data that queries and reports can't
effectively reveal. After gathering data from the resume
submitted by the faculties at the time of recruitment and
feedback form filled by the students over the years, data
mining technique need to be applied to determine set of
patterns for allocation of subject among faculties.
With the help of data mining techniques, such as clustering,
decision tree or association analysis it is possible to discover
the key characteristics from the details of faculties and
possibly use those characteristics for future prediction. This
paper presents decision tree algorithm as a simple and efficient
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 220
tool to analyze the faculties details and allocation of subjects
in subsequent semesters.[1]
2. METHODOLOGY
Decision trees are a simple, but powerful form of multiple
variable analysis. A decision tree is a special form of tree
structure. The tree consists of internal nodes where a logical
decision has to be made, and connecting branches that are
chosen according to the result of this decision. The nodes and
branches that are followed constitute a sequential path through
a decision tree that reaches a leaf node (final decision) in the
end.[2]
In a decision tree, each internal node splits the instance space
into two or more sub-spaces according to a certain discrete
function of the input attributes values. In the simplest and
most frequent case, each test considers a single attribute, such
that the instance space is partitioned according to the
attribute’s value. In the case of numeric attributes, the
condition refers to a range. Each leaf is assigned to one class
representing the most appropriate target value. [3]
The decision tree algorithm is simple top down greedy
algorithm. The major step of algorithm is to continue to divide
leaves that are not homogeneous into leaves that are as
homogeneous as possible until no further division is possible.
The algorithmic steps for decision tree algorithm is as
follows:[4]
Let the set of training data be S. If some of the attributes are
continuous-valued, they should be discretized. Once that is
done, put all of S in single tree node.
If all the instances in S are in same class, then stop.
Split the next node by selecting an attribute A from amongst
the independent attributes that best divides or splits the
objects in the node into subsets and create decision tree node.
Split the node according to the values of A
Stop if any of the following conditions are met, otherwise
continue with step 3
Fig 1: Steps for Decision Tree Algorithm
Pruning is very important technique to be used in tree creation
because of outliers. It also addresses overfitting. Datasets may
contain little subsets of instances that are not well defined. To
classify them correctly, pruning can be used. There are two
types of pruning:
1. Post pruning (performed after creation of tree)
2. Online pruning (performed during creation of tree) [5].
The steps to extract classification rules from tree are
mentioned below:
1. Represent the knowledge in the form of IF-THEN rules.
2. One rule is created for each path from the root to a leaf.
3. Each attribute-value pair along a path forms a
conjunction.
4. The leaf node holds the class prediction
The analysis using decision tree is being done with the help of
WEKA tool. WEKA, formally called Waikato Environment
for Knowledge Learning supports many different standard
data mining tasks such as data preprocessing, classification,
clustering, regression, visualization and feature selection.
WEKA is an open source application that is freely available
under the GNU general public license agreement. Originally
written in C the WEKA application has been completely
rewritten in Java and is compatible with almost every
computing platform. It is user friendly with a graphical
interface that allows for quick set up and operation. WEKA
operates on the predication that the user data is available as a
flat file or relation, this means that each data object is
described by a fixed number of attributes that usually are of a
specific type, normal alpha-numeric or numeric values. The
WEKA application allows novice users a tool to identify
hidden information from database and file systems with
simple to use options and visual interfaces. [6]
3. ANALYSIS
The study was carried out on the faculties working in
computer science department of reputed engineering college
of Ghaziabad. The attributes considered for analysis of
faculties along with their description are reflected in Table 1.
Table 1: Parameters used for analysis
Parameters Description
Faculty Name of Faculty
PhD Whether faculty holds PhD
degree or not
Experience Total Experience of faculty
No_of_times_subject
_taught
Number of times subject taught
by faculty
Average_Feedback Average feedback by students
in previous semesters
Results_in_Per Result of students in previous
semesters
Above_75 No. of students passed with
marmarks above 75
50_75 No. of students passed with
marks from 50 to 75
Below_50
No. of students obtaing less
than 50 marks
The data file normally used by WEKA is in ARFF (Attribute-
Relation File Format) file format, which consist of special tags
to indicate different things in the data file. Figure 2 shows the
sample view of dataset and Figure 3 shows the ARFF format
of desired dataset. To convert an Excel format into ARFF
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 221
format an Excel to ARFF convertor is being used. The ARFF
format dataset is represented in Fig 3.
Fig2: Sample Dataset
Fig 3: ARFF format of dataset
After collecting and cleaning the data, the classification of
data is done using J48. J48 is an open source Java
implementation of the C4.5 algorithm in the WEKA data
mining tool. C4.5 is an extension of Quinlan's earlier ID3
algorithm. The output generated is displayed in Fig 4.
=== Evaluation on training set ===
=== Summary ===
Correctly Classified Instances 6 46.1538 %
Incorrectly Classified Instances 7 53.8462 %
Kappa statistic 0.4167
Mean absolute error 0.0828
Root mean squared error 0.2035
Relative absolute error 58.3333 %
Root relative squared error 76.3763 %
Total Number of Instances 13
=== Detailed Accuracy By Class ===
TP Rate FP Rate Precision Recall F-Measure ROC Area Class
1 0.083 0.5 1 0.667 0.958 AD
1 0.083 0.5 1 0.667 0.958 LM
1 0.083 0.5 1 0.667 0.958 MS
1 0.083 0.5 1 0.667 0.958 PS
0 0 0 0 0 0.958 ST
1 0.083 0.5 1 0.667 0.958 RT
0 0 0 0 0 0.958 BT
0 0 0 0 0 0.958 VP
1 0.167 0.333 1 0.5 0.917 NS
0 0 0 0 0 0.958 GK
0 0 0 0 0 0.958 VG
0 0 0 0 0 0.917 VK
0 0 0 0 0 0.917 GG
Weighted Avg. 0.462 0.045 0.218 0.462 0.295 0.949
=== Confusion Matrix ===
a b c d e f g h i j k l m <-- classified as
1 0 0 0 0 0 0 0 0 0 0 0 0 | a = AD
0 1 0 0 0 0 0 0 0 0 0 0 0 | b = LM
0 0 1 0 0 0 0 0 0 0 0 0 0 | c = MS
0 0 0 1 0 0 0 0 0 0 0 0 0 | d = PS
1 0 0 0 0 0 0 0 0 0 0 0 0 | e = ST
0 0 0 0 0 1 0 0 0 0 0 0 0 | f = RT
0 0 1 0 0 0 0 0 0 0 0 0 0 | g = BT
0 0 0 0 0 1 0 0 0 0 0 0 0 | h = VP
0 0 0 0 0 0 0 0 1 0 0 0 0 | i = NS
0 1 0 0 0 0 0 0 0 0 0 0 0 | j = GK
0 0 0 1 0 0 0 0 0 0 0 0 0 | k = VG
0 0 0 0 0 0 0 0 1 0 0 0 0 | l = VK
0 0 0 0 0 0 0 0 1 0 0 0 0 | m = GG
Fig 4: Output
The accuracy is around 46%. The kappa statistic measures the
agreement of prediction with the true class where value 1.0
signifies complete agreement. The confusion matrix or
contingency table in this example has thirteen classes, and
therefore a 13x13 confusion matrix is being displayed. The
number of correctly classified instances is the sum of
diagonals in the matrix; all others are incorrectly classified.
The True Positive (TP) rate is the proportion of examples
which were classified as class x, among all examples which
truly have class x, i.e. how much part of the class was
captured. It is equivalent to Recall. The False Positive (FP)
rate is the proportion of examples which were classified as
class x, but belong to a different class, among all examples
which are not of class x. The Precision is the proportion of the
examples which truly have class x among all those which were
classified as class x. The F-Measure is simply 2 * Precision *
Recall / (Precision + Recall), a combined measure for
precision and recall.[10]
As per J48 Algorithm, parameters that reflect noise or outliers
need to be removed, hence only those targeted node are shown
by tree which have some value of precision and recall. The
tree generated is represented in Fig 5.
Fig 5: Decision Tree
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 222
The classification rules extracted from tree are:
1. If Average_Feedback <= 7 and
No_of_Times_subject_taught is <=6 then Faculty is NS
2. If Average_Feedback >7 No_of_Times_subject_taught
is > 6 then Faculty is AD
Tree has another branch which represents following rules:
1. If Average_Feedback > 7 and having PhD then Faculty is
MS
2. If Average_Feedback is <=8 and having no PhD and
then Faculty is RT
3. If Average_Feedback is >8 and having Experience > 7
then answer is PS
4. If Average_Feedback is >8 and having Experience <= 7
then faculty is LM
Disadvantages of J48 algorithm: The run-time complexity of
the algorithm matches to the tree depth, which cannot be
greater than the number of attributes. Tree depth is linked to
tree size, and thereby to the number of examples. So, the size
of C4.5 trees increases linearly with the number of examples.
C4.5 rules slow for large and noisy datasets Space complexity
is very large as we have to store the values repeatedly in
arrays [8].
CONCLUSIONS
In this paper, a simple methodology based on decision tree
algorithm is being used to analyze the faculty details for
subject distribution within the department. This methodology
will assist the Head of Departments in distribution of subjects
among faculties with ease and in minimum time frame. This
model will play important role in allocation of subjects in a
way such that students can make efficient use of faculty
knowledge and experience to enhance their career. This will
have significant effect on the placements and improved quality
intake in the subsequent
REFERENCES
[1]. Arora K. Rakesh, Badal Dharmendra,“ Admission
Management using Data Mining using WEKA”,
IJARCSSE Vol. 3, Issue 10, October 2013
[2]. [Online]http://www.estard.com/decisiontree/decision_t
rees_definition.asp
[3]. [Online]http://www.ise.bgu.ac.il/faculty/liorr/hbchap9.
pdf
[4]. Gupta K G. “Introduction to Data Mining with case
studies” , PHI
[5]. Moertini, Veronica S. "Towards the use of C4.5 algorithm for
classifyingbankingdataset."Vol.8No.2,October2003(2003):12.
Web.24Jan.2013
[6]. [Online] Available: http://www.gtbit.org/downloads/
dwdmsem6/dwdmsem6lman.pdf
[7]. Jing Luan, PhD Chief Planning and Research Officer,
Cabrillo College Founder, Knowledge Discovery
Laboratories “Data Mining Applications in Higher
Education”.
[8]. Juneja, Deepti, et al. "A novel approach to construct
decision tree using quick C4.5 algorithm." Oriental
Journal of Computer Science & Technology Vol. 3(2),
305-310 (2010) (2010): 6. Web. 18 Feb. 2013.
[9]. [Online]http://www.creighton.edu/fileadmin/user/HSL/
docs/ref/Searching__Recall_Precision.pdf
[10]. [Online] http://weka.wikispaces.com/Primer
[11]. Arora K Rakesh, Badal Dharmendra, “Location wise
student admission analysis”, International Journal of
Computer Science, Information Technology and
Security, Dec 2012.
[12]. Arora K. Rakesh, Gupta K. Manoj ,“Data Mining:
Scope Out Valuable Resources From Mountains Of
Information”, IITM Buisness Review Journal, July 10
BIOGRAPHIES
Rakesh Kumar Arora is currently working in
Department of Computer Science at Krishna
Engineering College, Mohan Nagar, Ghaziabad,
U.P, India. He has more than 11 years of
teaching expierence in reputed institutes. He has
no. of papers in International Journals and
Conferences to his credit.
Dr. Dharmendra Badal is currently working in
Department of Mathematical Sciences and
Computer Applications at Bundelkhand
University, Jhansi, U.P, India. He has more
than 20 years of expierence at Bundelkhand
University. He is also handling the additional
responsibilities of Computer Head and
Controller of Examination at Bundelkhand University. He was
director at SRI group of institutions, Datia. He had presided
no. of conferences and has no. of papers in International
Journals and Conferences to his credit.

More Related Content

What's hot

Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsIOSR Journals
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceLovely Professional University
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...eSAT Publishing House
 
Data Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemData Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemKumar Goud
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
Result generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationResult generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationeSAT Journals
 
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
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningeSAT Publishing House
 
Data mining to predict academic performance.
Data mining to predict academic performance. Data mining to predict academic performance.
Data mining to predict academic performance. Ranjith Gowda
 
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...iosrjce
 
Web Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentWeb Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentIRJET Journal
 
Fuzzy Association Rule Mining based Model to Predict Students’ Performance
Fuzzy Association Rule Mining based Model to Predict Students’ Performance Fuzzy Association Rule Mining based Model to Predict Students’ Performance
Fuzzy Association Rule Mining based Model to Predict Students’ Performance IJECEIAES
 
FESCCO: Fuzzy Expert System for Career Counselling
FESCCO: Fuzzy Expert System for Career CounsellingFESCCO: Fuzzy Expert System for Career Counselling
FESCCO: Fuzzy Expert System for Career Counsellingrahulmonikasharma
 

What's hot (17)

Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
 
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s Performance
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...
 
Data Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemData Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout System
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
Ijetr042132
Ijetr042132Ijetr042132
Ijetr042132
 
Result generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationResult generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organization
 
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 ...
 
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
 
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learningIdentifying e learner’s opinion using automated sentiment analysis in e-learning
Identifying e learner’s opinion using automated sentiment analysis in e-learning
 
Data mining to predict academic performance.
Data mining to predict academic performance. Data mining to predict academic performance.
Data mining to predict academic performance.
 
Resume
ResumeResume
Resume
 
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
 
Web Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive DevelopmentWeb Application For Pre-Assessment Of Cognitive Development
Web Application For Pre-Assessment Of Cognitive Development
 
Fuzzy Association Rule Mining based Model to Predict Students’ Performance
Fuzzy Association Rule Mining based Model to Predict Students’ Performance Fuzzy Association Rule Mining based Model to Predict Students’ Performance
Fuzzy Association Rule Mining based Model to Predict Students’ Performance
 
FESCCO: Fuzzy Expert System for Career Counselling
FESCCO: Fuzzy Expert System for Career CounsellingFESCCO: Fuzzy Expert System for Career Counselling
FESCCO: Fuzzy Expert System for Career Counselling
 

Viewers also liked

Statistical analysis of various sub systems of panel production system in und...
Statistical analysis of various sub systems of panel production system in und...Statistical analysis of various sub systems of panel production system in und...
Statistical analysis of various sub systems of panel production system in und...eSAT Journals
 
Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...eSAT Journals
 
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...eSAT Journals
 
Artificial intelligence based control approach for membrane bioreactor in sew...
Artificial intelligence based control approach for membrane bioreactor in sew...Artificial intelligence based control approach for membrane bioreactor in sew...
Artificial intelligence based control approach for membrane bioreactor in sew...eSAT Journals
 
Sequences classification based on group technology for flexible manufacturing...
Sequences classification based on group technology for flexible manufacturing...Sequences classification based on group technology for flexible manufacturing...
Sequences classification based on group technology for flexible manufacturing...eSAT Journals
 
Indian spices and its antifungal activity
Indian spices and its antifungal activityIndian spices and its antifungal activity
Indian spices and its antifungal activityeSAT Journals
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationeSAT Journals
 
Refining data security in infrastructurenetworks support of multipath routing
Refining data security in infrastructurenetworks support of multipath routingRefining data security in infrastructurenetworks support of multipath routing
Refining data security in infrastructurenetworks support of multipath routingeSAT Journals
 
Run time dynamic partial reconfiguration using microblaze soft core processor...
Run time dynamic partial reconfiguration using microblaze soft core processor...Run time dynamic partial reconfiguration using microblaze soft core processor...
Run time dynamic partial reconfiguration using microblaze soft core processor...eSAT Journals
 
Experimental investigations of vegetable &amp; mineral oil performance during...
Experimental investigations of vegetable &amp; mineral oil performance during...Experimental investigations of vegetable &amp; mineral oil performance during...
Experimental investigations of vegetable &amp; mineral oil performance during...eSAT Journals
 
A brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imagesA brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imageseSAT Journals
 
Understanding qualitative conceptions of livability
Understanding qualitative conceptions of livabilityUnderstanding qualitative conceptions of livability
Understanding qualitative conceptions of livabilityeSAT Journals
 
Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...eSAT Journals
 
An experiental investigation of effect of cutting parameters and tool materia...
An experiental investigation of effect of cutting parameters and tool materia...An experiental investigation of effect of cutting parameters and tool materia...
An experiental investigation of effect of cutting parameters and tool materia...eSAT Journals
 
Overview of cloud computing architecture
Overview of cloud computing architectureOverview of cloud computing architecture
Overview of cloud computing architectureeSAT Journals
 
Malicious attack detection and prevention in ad hoc network based on real tim...
Malicious attack detection and prevention in ad hoc network based on real tim...Malicious attack detection and prevention in ad hoc network based on real tim...
Malicious attack detection and prevention in ad hoc network based on real tim...eSAT Journals
 
The effect of fiber orientation and laminate stacking sequences on the torsio...
The effect of fiber orientation and laminate stacking sequences on the torsio...The effect of fiber orientation and laminate stacking sequences on the torsio...
The effect of fiber orientation and laminate stacking sequences on the torsio...eSAT Journals
 
Physical and mechanical properties of concrete containing fibers from industr...
Physical and mechanical properties of concrete containing fibers from industr...Physical and mechanical properties of concrete containing fibers from industr...
Physical and mechanical properties of concrete containing fibers from industr...eSAT Journals
 

Viewers also liked (18)

Statistical analysis of various sub systems of panel production system in und...
Statistical analysis of various sub systems of panel production system in und...Statistical analysis of various sub systems of panel production system in und...
Statistical analysis of various sub systems of panel production system in und...
 
Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...
 
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
 
Artificial intelligence based control approach for membrane bioreactor in sew...
Artificial intelligence based control approach for membrane bioreactor in sew...Artificial intelligence based control approach for membrane bioreactor in sew...
Artificial intelligence based control approach for membrane bioreactor in sew...
 
Sequences classification based on group technology for flexible manufacturing...
Sequences classification based on group technology for flexible manufacturing...Sequences classification based on group technology for flexible manufacturing...
Sequences classification based on group technology for flexible manufacturing...
 
Indian spices and its antifungal activity
Indian spices and its antifungal activityIndian spices and its antifungal activity
Indian spices and its antifungal activity
 
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentationA survey on nuclear to-cytoplasmic ratio analysis using image segmentation
A survey on nuclear to-cytoplasmic ratio analysis using image segmentation
 
Refining data security in infrastructurenetworks support of multipath routing
Refining data security in infrastructurenetworks support of multipath routingRefining data security in infrastructurenetworks support of multipath routing
Refining data security in infrastructurenetworks support of multipath routing
 
Run time dynamic partial reconfiguration using microblaze soft core processor...
Run time dynamic partial reconfiguration using microblaze soft core processor...Run time dynamic partial reconfiguration using microblaze soft core processor...
Run time dynamic partial reconfiguration using microblaze soft core processor...
 
Experimental investigations of vegetable &amp; mineral oil performance during...
Experimental investigations of vegetable &amp; mineral oil performance during...Experimental investigations of vegetable &amp; mineral oil performance during...
Experimental investigations of vegetable &amp; mineral oil performance during...
 
A brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imagesA brief review of segmentation methods for medical images
A brief review of segmentation methods for medical images
 
Understanding qualitative conceptions of livability
Understanding qualitative conceptions of livabilityUnderstanding qualitative conceptions of livability
Understanding qualitative conceptions of livability
 
Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...
 
An experiental investigation of effect of cutting parameters and tool materia...
An experiental investigation of effect of cutting parameters and tool materia...An experiental investigation of effect of cutting parameters and tool materia...
An experiental investigation of effect of cutting parameters and tool materia...
 
Overview of cloud computing architecture
Overview of cloud computing architectureOverview of cloud computing architecture
Overview of cloud computing architecture
 
Malicious attack detection and prevention in ad hoc network based on real tim...
Malicious attack detection and prevention in ad hoc network based on real tim...Malicious attack detection and prevention in ad hoc network based on real tim...
Malicious attack detection and prevention in ad hoc network based on real tim...
 
The effect of fiber orientation and laminate stacking sequences on the torsio...
The effect of fiber orientation and laminate stacking sequences on the torsio...The effect of fiber orientation and laminate stacking sequences on the torsio...
The effect of fiber orientation and laminate stacking sequences on the torsio...
 
Physical and mechanical properties of concrete containing fibers from industr...
Physical and mechanical properties of concrete containing fibers from industr...Physical and mechanical properties of concrete containing fibers from industr...
Physical and mechanical properties of concrete containing fibers from industr...
 

Similar to Subject distribution using data mining

IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET Journal
 
College Managmenet System
College Managmenet SystemCollege Managmenet System
College Managmenet Systemijtsrd
 
Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidanceeSAT Publishing House
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemIRJET Journal
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsIRJET Journal
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Journals
 
Student’s Career Interest Prediction using Machine Learning
Student’s Career Interest Prediction using Machine LearningStudent’s Career Interest Prediction using Machine Learning
Student’s Career Interest Prediction using Machine LearningIRJET Journal
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET Journal
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management systemeSAT Journals
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...IAESIJAI
 
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
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET Journal
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET Journal
 
Hybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemHybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemIRJET Journal
 
Educational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanIRJET Journal
 
An Implementation Approach for Advanced Management of Examination Section
An Implementation Approach for Advanced Management of Examination SectionAn Implementation Approach for Advanced Management of Examination Section
An Implementation Approach for Advanced Management of Examination SectionEditor IJMTER
 
Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Associate Professor in VSB Coimbatore
 
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...IRJET Journal
 

Similar to Subject distribution using data mining (20)

IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
 
College Managmenet System
College Managmenet SystemCollege Managmenet System
College Managmenet System
 
Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidance
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML Algorithms
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Student’s Career Interest Prediction using Machine Learning
Student’s Career Interest Prediction using Machine LearningStudent’s Career Interest Prediction using Machine Learning
Student’s Career Interest Prediction using Machine Learning
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management system
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...
 
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
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
 
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
IRJET- Personalized E-Learning using Learner’s Capability Score (LCS)
 
Hybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemHybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction System
 
Educational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept Plan
 
An Implementation Approach for Advanced Management of Examination Section
An Implementation Approach for Advanced Management of Examination SectionAn Implementation Approach for Advanced Management of Examination Section
An Implementation Approach for Advanced Management of Examination Section
 
Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities
 
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...
A WEB BASED APPLICATION FOR TUTORING SUPPORT IN HIGHER EDUCATION USING EDUCAT...
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

Subject distribution using data mining

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 219 SUBJECT DISTRIBUTION USING DATA MINING Rakesh Kumar Arora1 , Dharmendra Badal2 1 Faculty, Dept. of Computer Science, Krishna Engineering College, Ghaziabad, UP, India, rka1211@gmail.com 2 Faculty, Dept. of Mathematical Science & Computer Applications, Bundelkhand University, Jhansi, UP, India Abstract The main objective of higher education institutions is to provide quality education to its students. The faculties employed by the educational institute’s plays the dominant role to achieve highest level of quality in higher education. The faculty having excellent subject knowledge and teaching skills have the major impact upon the performance of students resulting in good academic results, placements and hereby increasing the quality intake of students. This paper will assist the academic planners in distribution of subjects among the faculties in the department such that the students can make the optimum use of faculty knowledge, experience and teaching skills to reach the new heights. Keywords: Data Mining, Business Intelligence, WEKA, Data Visualization, Decision Tree, J48. ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION A large number of self financing private institutes have opened over the last decade with the objective of providing quality education to students in various fields of engineering and other professions. The factors affecting the quality of education include faculty profile, placements, infrastructure, working environment and vision of the institute. Out of all the above factors the most important factor is faculty profile, Most of these self financing institutes compromise on the quality of faculty to cut down the cost of salaries and recruit inexperienced, untrained and less qualified teachers. These less qualified and inexperienced teachers are not able to make the optimum use of the institute’s resources and are not able to provide quality teaching to the students. As a result the performance of the students remains below satisfactory; this also affects the placement of the institute. This adversely affects the quality of intake in the institute and causes further deterioration in the performance of the institute and slowly the institute reaches on the verge of closure. A large number of foreign universities have also got approval from the ministry of Human Resource and Development to compete with the Indian Universities. After the entry of these foreign universities, the survival of these self financed private educational institutes has become further challenging. Since the motive of most of the self financed institutions is to maximize the profit, hence they are not able to compete with the foreign institutes resulting in the closure of these institutes. In order to compete with the foreign universities and Government aided Indian Institutes these self financed private institutes should increase their budget on hiring experienced and qualified faculty so as to provide excellent subject knowledge and make optimum use of the institute’s resources. This will have major impact upon the performance of the students, resulting in good academic results, placements and increased quality intake in the institutes. Like this these institutes will be able to sustain their existence competing with the good Indian and Foreign institutes. An assessment about the faculty’s subject knowledge and teaching skills should be made and based on which the faculty should be allocated the subject for teaching the students. Apart from the subject knowledge, faculty’s qualification, feedback and the result should be taken in to consideration while allocating the subjects in future academic planning. This paper uses Educational Data Mining Technique (EDM) to improve the distribution of subjects among faculties in the department such that students can gain benefit from knowledge and experience of faculty members to improve their performance. Data mining, the extraction of hidden predictive information from large databases is a powerful technology with great potential to help head of departments in the institutes in distribution of subjects. It discovers information within the data that queries and reports can't effectively reveal. After gathering data from the resume submitted by the faculties at the time of recruitment and feedback form filled by the students over the years, data mining technique need to be applied to determine set of patterns for allocation of subject among faculties. With the help of data mining techniques, such as clustering, decision tree or association analysis it is possible to discover the key characteristics from the details of faculties and possibly use those characteristics for future prediction. This paper presents decision tree algorithm as a simple and efficient
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 220 tool to analyze the faculties details and allocation of subjects in subsequent semesters.[1] 2. METHODOLOGY Decision trees are a simple, but powerful form of multiple variable analysis. A decision tree is a special form of tree structure. The tree consists of internal nodes where a logical decision has to be made, and connecting branches that are chosen according to the result of this decision. The nodes and branches that are followed constitute a sequential path through a decision tree that reaches a leaf node (final decision) in the end.[2] In a decision tree, each internal node splits the instance space into two or more sub-spaces according to a certain discrete function of the input attributes values. In the simplest and most frequent case, each test considers a single attribute, such that the instance space is partitioned according to the attribute’s value. In the case of numeric attributes, the condition refers to a range. Each leaf is assigned to one class representing the most appropriate target value. [3] The decision tree algorithm is simple top down greedy algorithm. The major step of algorithm is to continue to divide leaves that are not homogeneous into leaves that are as homogeneous as possible until no further division is possible. The algorithmic steps for decision tree algorithm is as follows:[4] Let the set of training data be S. If some of the attributes are continuous-valued, they should be discretized. Once that is done, put all of S in single tree node. If all the instances in S are in same class, then stop. Split the next node by selecting an attribute A from amongst the independent attributes that best divides or splits the objects in the node into subsets and create decision tree node. Split the node according to the values of A Stop if any of the following conditions are met, otherwise continue with step 3 Fig 1: Steps for Decision Tree Algorithm Pruning is very important technique to be used in tree creation because of outliers. It also addresses overfitting. Datasets may contain little subsets of instances that are not well defined. To classify them correctly, pruning can be used. There are two types of pruning: 1. Post pruning (performed after creation of tree) 2. Online pruning (performed during creation of tree) [5]. The steps to extract classification rules from tree are mentioned below: 1. Represent the knowledge in the form of IF-THEN rules. 2. One rule is created for each path from the root to a leaf. 3. Each attribute-value pair along a path forms a conjunction. 4. The leaf node holds the class prediction The analysis using decision tree is being done with the help of WEKA tool. WEKA, formally called Waikato Environment for Knowledge Learning supports many different standard data mining tasks such as data preprocessing, classification, clustering, regression, visualization and feature selection. WEKA is an open source application that is freely available under the GNU general public license agreement. Originally written in C the WEKA application has been completely rewritten in Java and is compatible with almost every computing platform. It is user friendly with a graphical interface that allows for quick set up and operation. WEKA operates on the predication that the user data is available as a flat file or relation, this means that each data object is described by a fixed number of attributes that usually are of a specific type, normal alpha-numeric or numeric values. The WEKA application allows novice users a tool to identify hidden information from database and file systems with simple to use options and visual interfaces. [6] 3. ANALYSIS The study was carried out on the faculties working in computer science department of reputed engineering college of Ghaziabad. The attributes considered for analysis of faculties along with their description are reflected in Table 1. Table 1: Parameters used for analysis Parameters Description Faculty Name of Faculty PhD Whether faculty holds PhD degree or not Experience Total Experience of faculty No_of_times_subject _taught Number of times subject taught by faculty Average_Feedback Average feedback by students in previous semesters Results_in_Per Result of students in previous semesters Above_75 No. of students passed with marmarks above 75 50_75 No. of students passed with marks from 50 to 75 Below_50 No. of students obtaing less than 50 marks The data file normally used by WEKA is in ARFF (Attribute- Relation File Format) file format, which consist of special tags to indicate different things in the data file. Figure 2 shows the sample view of dataset and Figure 3 shows the ARFF format of desired dataset. To convert an Excel format into ARFF
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 221 format an Excel to ARFF convertor is being used. The ARFF format dataset is represented in Fig 3. Fig2: Sample Dataset Fig 3: ARFF format of dataset After collecting and cleaning the data, the classification of data is done using J48. J48 is an open source Java implementation of the C4.5 algorithm in the WEKA data mining tool. C4.5 is an extension of Quinlan's earlier ID3 algorithm. The output generated is displayed in Fig 4. === Evaluation on training set === === Summary === Correctly Classified Instances 6 46.1538 % Incorrectly Classified Instances 7 53.8462 % Kappa statistic 0.4167 Mean absolute error 0.0828 Root mean squared error 0.2035 Relative absolute error 58.3333 % Root relative squared error 76.3763 % Total Number of Instances 13 === Detailed Accuracy By Class === TP Rate FP Rate Precision Recall F-Measure ROC Area Class 1 0.083 0.5 1 0.667 0.958 AD 1 0.083 0.5 1 0.667 0.958 LM 1 0.083 0.5 1 0.667 0.958 MS 1 0.083 0.5 1 0.667 0.958 PS 0 0 0 0 0 0.958 ST 1 0.083 0.5 1 0.667 0.958 RT 0 0 0 0 0 0.958 BT 0 0 0 0 0 0.958 VP 1 0.167 0.333 1 0.5 0.917 NS 0 0 0 0 0 0.958 GK 0 0 0 0 0 0.958 VG 0 0 0 0 0 0.917 VK 0 0 0 0 0 0.917 GG Weighted Avg. 0.462 0.045 0.218 0.462 0.295 0.949 === Confusion Matrix === a b c d e f g h i j k l m <-- classified as 1 0 0 0 0 0 0 0 0 0 0 0 0 | a = AD 0 1 0 0 0 0 0 0 0 0 0 0 0 | b = LM 0 0 1 0 0 0 0 0 0 0 0 0 0 | c = MS 0 0 0 1 0 0 0 0 0 0 0 0 0 | d = PS 1 0 0 0 0 0 0 0 0 0 0 0 0 | e = ST 0 0 0 0 0 1 0 0 0 0 0 0 0 | f = RT 0 0 1 0 0 0 0 0 0 0 0 0 0 | g = BT 0 0 0 0 0 1 0 0 0 0 0 0 0 | h = VP 0 0 0 0 0 0 0 0 1 0 0 0 0 | i = NS 0 1 0 0 0 0 0 0 0 0 0 0 0 | j = GK 0 0 0 1 0 0 0 0 0 0 0 0 0 | k = VG 0 0 0 0 0 0 0 0 1 0 0 0 0 | l = VK 0 0 0 0 0 0 0 0 1 0 0 0 0 | m = GG Fig 4: Output The accuracy is around 46%. The kappa statistic measures the agreement of prediction with the true class where value 1.0 signifies complete agreement. The confusion matrix or contingency table in this example has thirteen classes, and therefore a 13x13 confusion matrix is being displayed. The number of correctly classified instances is the sum of diagonals in the matrix; all others are incorrectly classified. The True Positive (TP) rate is the proportion of examples which were classified as class x, among all examples which truly have class x, i.e. how much part of the class was captured. It is equivalent to Recall. The False Positive (FP) rate is the proportion of examples which were classified as class x, but belong to a different class, among all examples which are not of class x. The Precision is the proportion of the examples which truly have class x among all those which were classified as class x. The F-Measure is simply 2 * Precision * Recall / (Precision + Recall), a combined measure for precision and recall.[10] As per J48 Algorithm, parameters that reflect noise or outliers need to be removed, hence only those targeted node are shown by tree which have some value of precision and recall. The tree generated is represented in Fig 5. Fig 5: Decision Tree
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 222 The classification rules extracted from tree are: 1. If Average_Feedback <= 7 and No_of_Times_subject_taught is <=6 then Faculty is NS 2. If Average_Feedback >7 No_of_Times_subject_taught is > 6 then Faculty is AD Tree has another branch which represents following rules: 1. If Average_Feedback > 7 and having PhD then Faculty is MS 2. If Average_Feedback is <=8 and having no PhD and then Faculty is RT 3. If Average_Feedback is >8 and having Experience > 7 then answer is PS 4. If Average_Feedback is >8 and having Experience <= 7 then faculty is LM Disadvantages of J48 algorithm: The run-time complexity of the algorithm matches to the tree depth, which cannot be greater than the number of attributes. Tree depth is linked to tree size, and thereby to the number of examples. So, the size of C4.5 trees increases linearly with the number of examples. C4.5 rules slow for large and noisy datasets Space complexity is very large as we have to store the values repeatedly in arrays [8]. CONCLUSIONS In this paper, a simple methodology based on decision tree algorithm is being used to analyze the faculty details for subject distribution within the department. This methodology will assist the Head of Departments in distribution of subjects among faculties with ease and in minimum time frame. This model will play important role in allocation of subjects in a way such that students can make efficient use of faculty knowledge and experience to enhance their career. This will have significant effect on the placements and improved quality intake in the subsequent REFERENCES [1]. Arora K. Rakesh, Badal Dharmendra,“ Admission Management using Data Mining using WEKA”, IJARCSSE Vol. 3, Issue 10, October 2013 [2]. [Online]http://www.estard.com/decisiontree/decision_t rees_definition.asp [3]. [Online]http://www.ise.bgu.ac.il/faculty/liorr/hbchap9. pdf [4]. Gupta K G. “Introduction to Data Mining with case studies” , PHI [5]. Moertini, Veronica S. "Towards the use of C4.5 algorithm for classifyingbankingdataset."Vol.8No.2,October2003(2003):12. Web.24Jan.2013 [6]. [Online] Available: http://www.gtbit.org/downloads/ dwdmsem6/dwdmsem6lman.pdf [7]. Jing Luan, PhD Chief Planning and Research Officer, Cabrillo College Founder, Knowledge Discovery Laboratories “Data Mining Applications in Higher Education”. [8]. Juneja, Deepti, et al. "A novel approach to construct decision tree using quick C4.5 algorithm." Oriental Journal of Computer Science & Technology Vol. 3(2), 305-310 (2010) (2010): 6. Web. 18 Feb. 2013. [9]. [Online]http://www.creighton.edu/fileadmin/user/HSL/ docs/ref/Searching__Recall_Precision.pdf [10]. [Online] http://weka.wikispaces.com/Primer [11]. Arora K Rakesh, Badal Dharmendra, “Location wise student admission analysis”, International Journal of Computer Science, Information Technology and Security, Dec 2012. [12]. Arora K. Rakesh, Gupta K. Manoj ,“Data Mining: Scope Out Valuable Resources From Mountains Of Information”, IITM Buisness Review Journal, July 10 BIOGRAPHIES Rakesh Kumar Arora is currently working in Department of Computer Science at Krishna Engineering College, Mohan Nagar, Ghaziabad, U.P, India. He has more than 11 years of teaching expierence in reputed institutes. He has no. of papers in International Journals and Conferences to his credit. Dr. Dharmendra Badal is currently working in Department of Mathematical Sciences and Computer Applications at Bundelkhand University, Jhansi, U.P, India. He has more than 20 years of expierence at Bundelkhand University. He is also handling the additional responsibilities of Computer Head and Controller of Examination at Bundelkhand University. He was director at SRI group of institutions, Datia. He had presided no. of conferences and has no. of papers in International Journals and Conferences to his credit.