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

Total interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computingTotal interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computingeSAT Publishing House
 
Modeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation forModeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation foreSAT Publishing House
 
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...eSAT Publishing House
 
Behaviour of randomly distributed fiber reinforced
Behaviour of randomly distributed fiber reinforcedBehaviour of randomly distributed fiber reinforced
Behaviour of randomly distributed fiber reinforcedeSAT Publishing House
 
Vibgyor a sustainability assessment tool for residential building
Vibgyor a sustainability assessment tool for residential buildingVibgyor a sustainability assessment tool for residential building
Vibgyor a sustainability assessment tool for residential buildingeSAT Publishing House
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...eSAT Publishing House
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carboneSAT Publishing House
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkeSAT Publishing House
 
Improving productivity of apparel manufacturing
Improving productivity of apparel manufacturingImproving productivity of apparel manufacturing
Improving productivity of apparel manufacturingeSAT Publishing House
 
Study of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbedStudy of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbedeSAT Publishing House
 
A semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatoryA semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatoryeSAT Publishing House
 
Electrochemical impedance spectroscopy on thermal
Electrochemical impedance spectroscopy on thermalElectrochemical impedance spectroscopy on thermal
Electrochemical impedance spectroscopy on thermaleSAT Publishing House
 
Authentication framework using visual cryptography
Authentication framework using visual cryptographyAuthentication framework using visual cryptography
Authentication framework using visual cryptographyeSAT Publishing House
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeeSAT Publishing House
 
Design of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for aDesign of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for aeSAT Publishing House
 
Maintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industryMaintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industryeSAT Publishing House
 
Theoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel usingTheoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel usingeSAT Publishing House
 
Microwave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyridoMicrowave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyridoeSAT Publishing House
 
Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...eSAT Publishing House
 
Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...eSAT Publishing House
 

Viewers also liked (20)

Total interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computingTotal interpretive structural modelling on enablers of cloud computing
Total interpretive structural modelling on enablers of cloud computing
 
Modeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation forModeling monthly average daily diffuse radiation for
Modeling monthly average daily diffuse radiation for
 
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...
Tiled bitmap algorithm and forensic analysis of data tampering (an evolutiona...
 
Behaviour of randomly distributed fiber reinforced
Behaviour of randomly distributed fiber reinforcedBehaviour of randomly distributed fiber reinforced
Behaviour of randomly distributed fiber reinforced
 
Vibgyor a sustainability assessment tool for residential building
Vibgyor a sustainability assessment tool for residential buildingVibgyor a sustainability assessment tool for residential building
Vibgyor a sustainability assessment tool for residential building
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbon
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulink
 
Improving productivity of apparel manufacturing
Improving productivity of apparel manufacturingImproving productivity of apparel manufacturing
Improving productivity of apparel manufacturing
 
Study of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbedStudy of flooding based d do s attacks and their effect using deter testbed
Study of flooding based d do s attacks and their effect using deter testbed
 
A semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatoryA semi circle theorem in magneto-rotatory
A semi circle theorem in magneto-rotatory
 
Electrochemical impedance spectroscopy on thermal
Electrochemical impedance spectroscopy on thermalElectrochemical impedance spectroscopy on thermal
Electrochemical impedance spectroscopy on thermal
 
Authentication framework using visual cryptography
Authentication framework using visual cryptographyAuthentication framework using visual cryptography
Authentication framework using visual cryptography
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive route
 
Design of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for aDesign of air conditioning and ventilation system for a
Design of air conditioning and ventilation system for a
 
Maintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industryMaintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industry
 
Theoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel usingTheoretical flexural behavior of sandwich panel using
Theoretical flexural behavior of sandwich panel using
 
Microwave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyridoMicrowave assisted eco friendly synthesis of 2 hpyrido
Microwave assisted eco friendly synthesis of 2 hpyrido
 
Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...Design and development of electro optical system for acquisition of ppg signa...
Design and development of electro optical system for acquisition of ppg signa...
 
Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...
 

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 Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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 )
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 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
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 

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.