SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 967
Analysis on Student Admission Enquiry System
Ameya Joshi 1
Manjusha Singh2
1
M.Tech Scholar 2
Assistant Professor
1,2
Chhatrapati Shivaji Institute of Technology, Bhilai, DURG
Abstract— Data mining referred to extracting the hidden
predictive information from huge amount of data set.
Recently, there are number of private institution are came
into existence and they put their efforts to get fruitful
admissions. In this paper, the techniques of data mining are
used to analyze the mind setup of student after matriculate.
One of the best tools of data mining is known as WEKA
(Waikato Environment Knowledge Analysis), is used to
formulate the process of analysis.
Key words: Data Mining, Clustering, KDD, WEKA
I. INTRODUCTION
Data mining define the process of extracting or mining the
knowledge from large amount of data. The term data mining
is formally known as Knowledge mining from data or
Knowledge data mining. It is the process of analyzing data
from different vision and detailing it into useful information.
The overall goal of Data mining process is to extract hidden
information which are potentially useful and structure it for
further use.
Data Mining is an analytic process designed to
explore large amounts of data typically business oriented or
market related also known as "big data" in search of
consistent patterns and/or appropriate relationships between
objects, and then to validate the findings by applying the
detected patterns to new subsets of data. The main goal of
data mining is prediction and Classification. Data mining is
the most common type of direct business applications. The
fundamental and perspective view provided by data mining
move beyond the past event of retrospective tools typical of
decision support systems. Business questions can be easily
answered by data mining tools that traditionally were too
time taking to resolve.
Data mining techniques can be used rapidly on
various existing software and hardware platforms to enhance
the quality of existing information resources that can be
integrated with upcoming products and systems as they are
brought on-line. In this paper we are focusing on techniques
of data mining: Clustering technique is the crucial task for
distinguish the data in to sub sets, Classification technique is
used for predicting the outcomes based on the given inputs.
By combining these two techniques we are analyzing the
activities of the student behavior. There are various
applications of Data mining such as in marketing, web
mining, scientific data analysis and many more.
A. Data Mining Consists Of Five Major Elements:
1) Extract, transform, and load data onto the data
warehouse system.
2) Store and manages the data in various dimensions of
schema
3) Provide data access to business analysts, executives and
information technology professionals.
4) Analyze the data by application software.
5) Present the data in a split charts, diagrams, graphs or
table.
Clustering is the task of nominating a set of objects into
batch (called cluster) so that the objects in the same clusters
are more identical to each other to those in other cluster.
Clustering is an ultimate task of explorative data
mining, and a common technique for statistical data analysis
used in various fields such as information extraction, pattern
evaluation, machine learning techniques, image analysis.
We are using WEKA tools which provide a better solution
for analysis and help to pretend the behavior of the students.
WEKA is a acquisition of machine learning algorithms for
data mining activities.
B. The Key Features Of WEKA Are As Follows:
 it facilitate different algorithms for data mining and
machine learning
 is is open source and implemented in java
 it is platform-independent and portable
 it provides flexible facilities for scripting experiments.
Fig. 1: WEKA GUI
II. LITERATURE REVIEW
Rakesh kumar arora, (krishna engineering college
ghaziabad, up ) Dr. Dharmendra badal ( bundelkhand
university, ghaziabad, up)(2013) has presented to analyze
the data obtained from the admission form filled by
admission seekers. Determining the reasons for decline in
quality of admissions taken in the institute over the year. In
this paper, author explained the tools and the methods
applied for admission management procedure.[1]
Dr. Sudhir B. Jagtap SVITN (Udgir) M.H. Dr.
Kodge B. G. SVITN (Udgir) M.H have searched
Knowledge extraction from database is become one of the
key process of each and every organization for their
development issues and plays a vital role in e-governance
for future planning and development issues.[2]
Narendra Sharma, Aman Bajpai , Ratnesh Litoriya
Jaypee University of Engg. & Technology(2012) says that
k-means clustering algorithm is simplest algorithm as
compared to other algorithms. We can’t required deep
knowledge of algorithms for working in WEKA. That’s why
WEKA is more suitable tool for data mining applications.[3]
Analysis on Student Admission Enquiry System
(IJSRD/Vol. 3/Issue 10/2015/218)
All rights reserved by www.ijsrd.com 968
R. ROBU, C.HORA University “Politechnica” Romania
(2012) analysis such as images, signals through data mining
techniques aims to extract useful knowledge from the data.
[4]
Suhem Parack, Zain Zahid, Fatima Merchant(2012)
searched about the algorithms such as k-means or Apriori
offers an effective way of profiling students which can be
used in educational systems. We can easily group the
students, identify hidden patterns about their learning
style.[5]
Anand, Vaibhav, Priti Maharashtra, India(2014)
data mining techniques is potentially useful and ultimately
understandable. It involves task like anomaly detection,
classification, regression, clustering etc.[6]
III. CLUSTERING
Clustering is the activity of composing objects into groups
whose members are similar in some properties. A cluster is a
group of objects which are “identical” between them and are
“dissimilar” to the objects belonging to other clusters.
Fig. 2: Process of Clustering
A. K- Means Clustering:
K –Means clustering is one of the best algorithm in terms its
simplicity and efficiency. K-means clustering aims to
splitting n observations into k clusters in which each
observation belongs to the cluster with the nearest mean,
serving as a prototype of the cluster.[12].
In the past work K-Means is being used for the
analysis of the data obtained from the admission procedure.
The data set is collected from the college of Ghaziabad. The
number of student involved is 129 and is done on the basis
of different parameters. The author concluded that this
model will help to assist the management persons to filter
good student who are willing to join the institute.[1]
B. Algorithm Steps for K-Means Clustering:
Input:
D = {d1,d2….dn} set of n data items.
K = number of desired clusters
Output: A set of k clusters.
Steps:
1) Enter the number of cluster K.
2) Find out the centroid.
3) Calculate the distance from object to centroids.
4) Check object moved to the specified group or not?
5) If yes move the object to the respective cluster.
6) If not, then recalculate the distance from object to
centroid until the convergence criteria meet.
But each and every good thing come up with little
disadvantages, K-Means clustering also facing difficulties
while comparing quality of the cluster and it does not work
efficiently with non-globular clusters.
IV. CLASSIFICATION
Classification is a classic data mining technique based on
machine learning. Basically classification is used to classify
each item in a set of data into one of predefined set of
classes or groups. It is considered as supervised learning in
which we have a Training set containing data that have been
previously categorized.
Fig. 3: Classification Strategy
A. Naïve Bayes:
Naive Bayes classifiers are a family of simple probabilistic
classifiers based on applying Bayes theorem with strong
(naive) independence assumptions between the features.
Naive Bayes classifiers are highly scalable, requiring a
number of parameters linear in the number of variables
(features/predictors) in a learning problem.
B. Bayesian Rule:
P(C/X) =
( ) ( )
( )
Posterior=
 P(C): independent probability of C: prior probability
 P(X): independent probability of D
 P(X|C): conditional probability of X given C: likelihood
 P(C|X): conditional probability of C given X: posterior
probability.
On the basis of clustering and classification technique we
can judge the attributes of the students. Previously in
admission procedure K-means clustering is used to analyze
and summarize the data and it will also assist the admission
planner to monitor the activity of the admission seekers. We
are expecting to merge this technique which will help to
classify more efficiently
V. OBJECTIVE OF STUDY
 To Study of existing data analysis clustering technique.
 To Analyze complexity and outlier issue in Algorithm
and to find point of complexity in Algorithm.
 To deploy the clustering methodology in the
management process.
 To compare the results with K-Means algorithm in
terms of efficiency and throughput.
Here efficiency is in terms of number of student converting
their enquiries in to admission and throughput deals with the
conversion rate of the students.
VI. RESULTS AND CONCLUSION
On the basis of this survey, we found that K-Means
clustering is the easiest algorithm to implement. WEKA is
the efficient tool of data mining for analysis which does not
required deep knowledge about the algorithms. This will
help in identifying the set of students that need to be focused
to actually convert the enquiry into admission. Management
will get beneficial inputs. We wish to develop the algorithm
with the concept of clustering and classification, and to
deploy the same in admission procedure to fulfill the
requirement and to compare the result with existing
algorithm and we try to observe in terms of accuracy and
throughput.
Analysis on Student Admission Enquiry System
(IJSRD/Vol. 3/Issue 10/2015/218)
All rights reserved by www.ijsrd.com 969
REFERENCES
[1] Rakesh Kumar Arora, Dr. Dharmendra Badal
“Admission Management through Data Mining using
WEKA” , International Journal, Volume 3, Issue 10,
October 2013. Page No. [674-678].
[2] Dr. Sudhir B. Jagtap and Dr. Kodge B. G., “Census
Data Mining and Data Analysis using WEKA”,
International Conference in “Emerging Trends in
Science, Technology and Management-2013,
Singapore. Page No. [35-40].
[3] Narendra Sharma, Aman Bajpai, Mr. Ratnesh Litoriya
“Comparison the various clustering algorithms of
WEKA tools’ , International Journal of Emerging
Technology and Advanced Engineering (ISSN 2250-
2459, Volume 2, Issue 5, May 2012) Page No-[73-80].
[4] R Robu and C. Hora, “Medical data mining with
extended WEKA ” , IEEE 16TH International
conference on intelligent Engineering Systems , June
13-15, 2012 page No. [347-350].
[5] Suhem Parack, Zain Zahid Fatima Merchant.,
“Application of data mining in Educational databases
for predicting academics trends and patterns. ”, IEEE-
2012.
[6] Anand V Saurkar, Vaibhav Bhujade, Priti Bhagat, Amit
Khaparde “International Journal of Advanced Research
in Computer Science and Software Engineering,
Volume-4, Issue 4, April 2014 ISSN: 2277 128X . Page
No-[98-101].
[7] M Bhoomi, “Enhanced K-Means Clustering algorithm
to reduce time complexity for numeric values ”,
International Journal of Computer Science and
Information Technologies, Volume 5(1), 2014, ISSN:
0975-9646 page No. [876-879].
[8] http://www.ijcsit.com/docs/Volume%205/vol5issue01/ij
csit20140501189.pdf
[9] http://www.iaeng.org/publication/WCE2009/WCE2009
_pp308-312.pdf
[10]http://documents.software.dell.com/Statistics/Textbook/
Data-Mining-Techniques
[11]http://esatjournals.net/ijret/2013v02/i11/IJRET2013021
1019.pdf
[12] https://en.wikipedia.org/wiki/K-means_clustering
[13]https://www.google.co.in/search?q=flowchart+of+kmea
ns+clustering+algorithm&biw=1024&bih=639&tbm=is
ch&tbo=u&source=univ&sa=X&sqi=2&ved=0ahUKE
wiy2fyh2KDJAhUBH5QKHXVGBKIQsAQIIA

More Related Content

What's hot

Attendance monitoring system
Attendance monitoring systemAttendance monitoring system
Attendance monitoring system
Jonabelle Delarosa
 
Project-Student Financial Service System
Project-Student Financial Service SystemProject-Student Financial Service System
Project-Student Financial Service System
chezhiang
 
University Student Payment System ( USPS )
University Student Payment System ( USPS )University Student Payment System ( USPS )
University Student Payment System ( USPS )
Md.Mojibul Hoque
 
Hostel management
Hostel managementHostel management
Hostel management
Himanshu Sajwan
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentation
asuadma
 
Student management system project report c++
Student management system project report c++Student management system project report c++
Student management system project report c++
Student
 
Online student management system
Online student management systemOnline student management system
Online student management systemMumbai Academisc
 
Abstract
AbstractAbstract
Abstract
Obi Azubike
 
Iimsr student management system
Iimsr student management systemIimsr student management system
Iimsr student management system
SHUJA SHABBIR
 
School management System
School management SystemSchool management System
School management System
HATIM Bhagat
 
student portal
student portal student portal
student portal
pinal patel
 
College Management System Project
College Management System ProjectCollege Management System Project
College Management System Project
Manish Kushwaha
 
Student Information & Result Processing Sytem
Student Information & Result Processing SytemStudent Information & Result Processing Sytem
Student Information & Result Processing Sytem
Muslim U. Sumon
 
Project for Student Result System
Project for Student Result SystemProject for Student Result System
Project for Student Result System
KuMaR AnAnD
 
9321885 online-university-admission-system (1)
9321885 online-university-admission-system (1)9321885 online-university-admission-system (1)
9321885 online-university-admission-system (1)Amani Mrisho
 
Erms
ErmsErms
Student result mamagement
Student result mamagementStudent result mamagement
Student result mamagementMickey
 
B tech it project report on attendence management system
B tech it project report on attendence management systemB tech it project report on attendence management system
B tech it project report on attendence management system
Vinnie Singh
 
School management system
School management systemSchool management system
School management systemSoumya Behera
 
Student information-system-project-outline
Student information-system-project-outlineStudent information-system-project-outline
Student information-system-project-outlineAmit Panwar
 

What's hot (20)

Attendance monitoring system
Attendance monitoring systemAttendance monitoring system
Attendance monitoring system
 
Project-Student Financial Service System
Project-Student Financial Service SystemProject-Student Financial Service System
Project-Student Financial Service System
 
University Student Payment System ( USPS )
University Student Payment System ( USPS )University Student Payment System ( USPS )
University Student Payment System ( USPS )
 
Hostel management
Hostel managementHostel management
Hostel management
 
Finaldocumentation
FinaldocumentationFinaldocumentation
Finaldocumentation
 
Student management system project report c++
Student management system project report c++Student management system project report c++
Student management system project report c++
 
Online student management system
Online student management systemOnline student management system
Online student management system
 
Abstract
AbstractAbstract
Abstract
 
Iimsr student management system
Iimsr student management systemIimsr student management system
Iimsr student management system
 
School management System
School management SystemSchool management System
School management System
 
student portal
student portal student portal
student portal
 
College Management System Project
College Management System ProjectCollege Management System Project
College Management System Project
 
Student Information & Result Processing Sytem
Student Information & Result Processing SytemStudent Information & Result Processing Sytem
Student Information & Result Processing Sytem
 
Project for Student Result System
Project for Student Result SystemProject for Student Result System
Project for Student Result System
 
9321885 online-university-admission-system (1)
9321885 online-university-admission-system (1)9321885 online-university-admission-system (1)
9321885 online-university-admission-system (1)
 
Erms
ErmsErms
Erms
 
Student result mamagement
Student result mamagementStudent result mamagement
Student result mamagement
 
B tech it project report on attendence management system
B tech it project report on attendence management systemB tech it project report on attendence management system
B tech it project report on attendence management system
 
School management system
School management systemSchool management system
School management system
 
Student information-system-project-outline
Student information-system-project-outlineStudent information-system-project-outline
Student information-system-project-outline
 

Viewers also liked

Student management system
Student management systemStudent management system
Student management system
Amit Gandhi
 
project Presentation1
project Presentation1project Presentation1
project Presentation1Shefali Raj
 
Student Result Card _ CIIT Virtual Campus
Student Result Card _ CIIT Virtual CampusStudent Result Card _ CIIT Virtual Campus
Student Result Card _ CIIT Virtual CampusMUHAMMAD ARFAN KHAN
 
EMMC: Student admission and selection
EMMC: Student admission and selectionEMMC: Student admission and selection
EMMC: Student admission and selection
EMAP Project
 
Students management system
Students management systemStudents management system
Students management systemKumar Rajeev
 
Institute Management Software - Acomanage
Institute Management Software - AcomanageInstitute Management Software - Acomanage
Institute Management Software - Acomanage
Acomanage - Institute Management Software
 
Database language
Database languageDatabase language
Student Registration in a University
Student Registration in a UniversityStudent Registration in a University
Student Registration in a University
ICFAI Business School
 
Subject Registration System for University Students
Subject  Registration  System  for University StudentsSubject  Registration  System  for University Students
Subject Registration System for University Students
MOHAMMED Irfan
 
Course registration system
Course registration systemCourse registration system
Course registration system
Barani Tharan
 
Database management system basic, database, database management, learn databa...
Database management system basic, database, database management, learn databa...Database management system basic, database, database management, learn databa...
Database management system basic, database, database management, learn databa...
University of Science and Technology Chitttagong
 
Library Management System PPT
Library Management System PPTLibrary Management System PPT
Library Management System PPT
Tamaghna Banerjee
 
College admission management system
College admission management systemCollege admission management system
College admission management system
Mitesh Patel
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
Faculty of Science , portsaid Univeristy
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
Udhayyagethan Mano
 
Online admission system overview 1.0 (1)
Online admission system  overview 1.0 (1)Online admission system  overview 1.0 (1)
Online admission system overview 1.0 (1)
Vipin1979
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
Utsav mistry
 

Viewers also liked (17)

Student management system
Student management systemStudent management system
Student management system
 
project Presentation1
project Presentation1project Presentation1
project Presentation1
 
Student Result Card _ CIIT Virtual Campus
Student Result Card _ CIIT Virtual CampusStudent Result Card _ CIIT Virtual Campus
Student Result Card _ CIIT Virtual Campus
 
EMMC: Student admission and selection
EMMC: Student admission and selectionEMMC: Student admission and selection
EMMC: Student admission and selection
 
Students management system
Students management systemStudents management system
Students management system
 
Institute Management Software - Acomanage
Institute Management Software - AcomanageInstitute Management Software - Acomanage
Institute Management Software - Acomanage
 
Database language
Database languageDatabase language
Database language
 
Student Registration in a University
Student Registration in a UniversityStudent Registration in a University
Student Registration in a University
 
Subject Registration System for University Students
Subject  Registration  System  for University StudentsSubject  Registration  System  for University Students
Subject Registration System for University Students
 
Course registration system
Course registration systemCourse registration system
Course registration system
 
Database management system basic, database, database management, learn databa...
Database management system basic, database, database management, learn databa...Database management system basic, database, database management, learn databa...
Database management system basic, database, database management, learn databa...
 
Library Management System PPT
Library Management System PPTLibrary Management System PPT
Library Management System PPT
 
College admission management system
College admission management systemCollege admission management system
College admission management system
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
 
Online admission system overview 1.0 (1)
Online admission system  overview 1.0 (1)Online admission system  overview 1.0 (1)
Online admission system overview 1.0 (1)
 
Course registration system dfd
Course registration system dfdCourse registration system dfd
Course registration system dfd
 

Similar to Analysis on Student Admission Enquiry System

EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020Ritika Saxena
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...
IJERA Editor
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
IJERA Editor
 
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUESTUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
IJDKP
 
A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Mining
ijircee
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning
IJEACS
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...
IJSRD
 
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
IRJET Journal
 
A Survey on the Classification Techniques In Educational Data Mining
A Survey on the Classification Techniques In Educational Data MiningA Survey on the Classification Techniques In Educational Data Mining
A Survey on the Classification Techniques In Educational Data Mining
Editor IJCATR
 
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
theijes
 
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
Scott Bou
 
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and PredictionUsing ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
ijtsrd
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET Journal
 
Analyzing undergraduate students’ performance in various perspectives using d...
Analyzing undergraduate students’ performance in various perspectives using d...Analyzing undergraduate students’ performance in various perspectives using d...
Analyzing undergraduate students’ performance in various perspectives using d...
Alexander Decker
 
A Systematic Review On Educational Data Mining
A Systematic Review On Educational Data MiningA Systematic Review On Educational Data Mining
A Systematic Review On Educational Data Mining
Katie Robinson
 
knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)
Kartik Kalpande Patil
 
Hypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining AlgorithmsHypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining Algorithms
IJERA Editor
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
ijceronline
 

Similar to Analysis on Student Admission Enquiry System (20)

EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020EDM_IJTIR_Article_201504020
EDM_IJTIR_Article_201504020
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
 
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUESTUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
STUDENTS’ PERFORMANCE PREDICTION SYSTEM USING MULTI AGENT DATA MINING TECHNIQUE
 
A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Mining
 
Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning Extending the Student’s Performance via K-Means and Blended Learning
Extending the Student’s Performance via K-Means and Blended Learning
 
Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...Student Performance Evaluation in Education Sector Using Prediction and Clust...
Student Performance Evaluation in Education Sector Using Prediction and Clust...
 
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
 
A Survey on the Classification Techniques In Educational Data Mining
A Survey on the Classification Techniques In Educational Data MiningA Survey on the Classification Techniques In Educational Data Mining
A Survey on the Classification Techniques In Educational Data Mining
 
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
Applying K-Means Clustering Algorithm to Discover Knowledge from Insurance Da...
 
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
Analysis Of Data Mining Model For Successful Implementation Of Data Warehouse...
 
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and PredictionUsing ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning Techniques
 
Analyzing undergraduate students’ performance in various perspectives using d...
Analyzing undergraduate students’ performance in various perspectives using d...Analyzing undergraduate students’ performance in various perspectives using d...
Analyzing undergraduate students’ performance in various perspectives using d...
 
A Systematic Review On Educational Data Mining
A Systematic Review On Educational Data MiningA Systematic Review On Educational Data Mining
A Systematic Review On Educational Data Mining
 
50120130406007
5012013040600750120130406007
50120130406007
 
knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)knowledge discovery and data mining approach in databases (2)
knowledge discovery and data mining approach in databases (2)
 
Hypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining AlgorithmsHypothesis on Different Data Mining Algorithms
Hypothesis on Different Data Mining Algorithms
 
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
Recommendation of Data Mining Technique in Higher Education Prof. Priya Thaka...
 
L016136369
L016136369L016136369
L016136369
 

More from IJSRD

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication
IJSRD
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
IJSRD
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
IJSRD
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
IJSRD
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV Protocol
IJSRD
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
IJSRD
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
IJSRD
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osn
IJSRD
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management System
IJSRD
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural Networks
IJSRD
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
IJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
IJSRD
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
IJSRD
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online Reviews
IJSRD
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
IJSRD
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data Mining
IJSRD
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
IJSRD
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
IJSRD
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
IJSRD
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots Prediction
IJSRD
 

More from IJSRD (20)

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV Protocol
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osn
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management System
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural Networks
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online Reviews
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data Mining
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots Prediction
 

Recently uploaded

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 

Recently uploaded (20)

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 

Analysis on Student Admission Enquiry System

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 967 Analysis on Student Admission Enquiry System Ameya Joshi 1 Manjusha Singh2 1 M.Tech Scholar 2 Assistant Professor 1,2 Chhatrapati Shivaji Institute of Technology, Bhilai, DURG Abstract— Data mining referred to extracting the hidden predictive information from huge amount of data set. Recently, there are number of private institution are came into existence and they put their efforts to get fruitful admissions. In this paper, the techniques of data mining are used to analyze the mind setup of student after matriculate. One of the best tools of data mining is known as WEKA (Waikato Environment Knowledge Analysis), is used to formulate the process of analysis. Key words: Data Mining, Clustering, KDD, WEKA I. INTRODUCTION Data mining define the process of extracting or mining the knowledge from large amount of data. The term data mining is formally known as Knowledge mining from data or Knowledge data mining. It is the process of analyzing data from different vision and detailing it into useful information. The overall goal of Data mining process is to extract hidden information which are potentially useful and structure it for further use. Data Mining is an analytic process designed to explore large amounts of data typically business oriented or market related also known as "big data" in search of consistent patterns and/or appropriate relationships between objects, and then to validate the findings by applying the detected patterns to new subsets of data. The main goal of data mining is prediction and Classification. Data mining is the most common type of direct business applications. The fundamental and perspective view provided by data mining move beyond the past event of retrospective tools typical of decision support systems. Business questions can be easily answered by data mining tools that traditionally were too time taking to resolve. Data mining techniques can be used rapidly on various existing software and hardware platforms to enhance the quality of existing information resources that can be integrated with upcoming products and systems as they are brought on-line. In this paper we are focusing on techniques of data mining: Clustering technique is the crucial task for distinguish the data in to sub sets, Classification technique is used for predicting the outcomes based on the given inputs. By combining these two techniques we are analyzing the activities of the student behavior. There are various applications of Data mining such as in marketing, web mining, scientific data analysis and many more. A. Data Mining Consists Of Five Major Elements: 1) Extract, transform, and load data onto the data warehouse system. 2) Store and manages the data in various dimensions of schema 3) Provide data access to business analysts, executives and information technology professionals. 4) Analyze the data by application software. 5) Present the data in a split charts, diagrams, graphs or table. Clustering is the task of nominating a set of objects into batch (called cluster) so that the objects in the same clusters are more identical to each other to those in other cluster. Clustering is an ultimate task of explorative data mining, and a common technique for statistical data analysis used in various fields such as information extraction, pattern evaluation, machine learning techniques, image analysis. We are using WEKA tools which provide a better solution for analysis and help to pretend the behavior of the students. WEKA is a acquisition of machine learning algorithms for data mining activities. B. The Key Features Of WEKA Are As Follows:  it facilitate different algorithms for data mining and machine learning  is is open source and implemented in java  it is platform-independent and portable  it provides flexible facilities for scripting experiments. Fig. 1: WEKA GUI II. LITERATURE REVIEW Rakesh kumar arora, (krishna engineering college ghaziabad, up ) Dr. Dharmendra badal ( bundelkhand university, ghaziabad, up)(2013) has presented to analyze the data obtained from the admission form filled by admission seekers. Determining the reasons for decline in quality of admissions taken in the institute over the year. In this paper, author explained the tools and the methods applied for admission management procedure.[1] Dr. Sudhir B. Jagtap SVITN (Udgir) M.H. Dr. Kodge B. G. SVITN (Udgir) M.H have searched Knowledge extraction from database is become one of the key process of each and every organization for their development issues and plays a vital role in e-governance for future planning and development issues.[2] Narendra Sharma, Aman Bajpai , Ratnesh Litoriya Jaypee University of Engg. & Technology(2012) says that k-means clustering algorithm is simplest algorithm as compared to other algorithms. We can’t required deep knowledge of algorithms for working in WEKA. That’s why WEKA is more suitable tool for data mining applications.[3]
  • 2. Analysis on Student Admission Enquiry System (IJSRD/Vol. 3/Issue 10/2015/218) All rights reserved by www.ijsrd.com 968 R. ROBU, C.HORA University “Politechnica” Romania (2012) analysis such as images, signals through data mining techniques aims to extract useful knowledge from the data. [4] Suhem Parack, Zain Zahid, Fatima Merchant(2012) searched about the algorithms such as k-means or Apriori offers an effective way of profiling students which can be used in educational systems. We can easily group the students, identify hidden patterns about their learning style.[5] Anand, Vaibhav, Priti Maharashtra, India(2014) data mining techniques is potentially useful and ultimately understandable. It involves task like anomaly detection, classification, regression, clustering etc.[6] III. CLUSTERING Clustering is the activity of composing objects into groups whose members are similar in some properties. A cluster is a group of objects which are “identical” between them and are “dissimilar” to the objects belonging to other clusters. Fig. 2: Process of Clustering A. K- Means Clustering: K –Means clustering is one of the best algorithm in terms its simplicity and efficiency. K-means clustering aims to splitting n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.[12]. In the past work K-Means is being used for the analysis of the data obtained from the admission procedure. The data set is collected from the college of Ghaziabad. The number of student involved is 129 and is done on the basis of different parameters. The author concluded that this model will help to assist the management persons to filter good student who are willing to join the institute.[1] B. Algorithm Steps for K-Means Clustering: Input: D = {d1,d2….dn} set of n data items. K = number of desired clusters Output: A set of k clusters. Steps: 1) Enter the number of cluster K. 2) Find out the centroid. 3) Calculate the distance from object to centroids. 4) Check object moved to the specified group or not? 5) If yes move the object to the respective cluster. 6) If not, then recalculate the distance from object to centroid until the convergence criteria meet. But each and every good thing come up with little disadvantages, K-Means clustering also facing difficulties while comparing quality of the cluster and it does not work efficiently with non-globular clusters. IV. CLASSIFICATION Classification is a classic data mining technique based on machine learning. Basically classification is used to classify each item in a set of data into one of predefined set of classes or groups. It is considered as supervised learning in which we have a Training set containing data that have been previously categorized. Fig. 3: Classification Strategy A. Naïve Bayes: Naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes theorem with strong (naive) independence assumptions between the features. Naive Bayes classifiers are highly scalable, requiring a number of parameters linear in the number of variables (features/predictors) in a learning problem. B. Bayesian Rule: P(C/X) = ( ) ( ) ( ) Posterior=  P(C): independent probability of C: prior probability  P(X): independent probability of D  P(X|C): conditional probability of X given C: likelihood  P(C|X): conditional probability of C given X: posterior probability. On the basis of clustering and classification technique we can judge the attributes of the students. Previously in admission procedure K-means clustering is used to analyze and summarize the data and it will also assist the admission planner to monitor the activity of the admission seekers. We are expecting to merge this technique which will help to classify more efficiently V. OBJECTIVE OF STUDY  To Study of existing data analysis clustering technique.  To Analyze complexity and outlier issue in Algorithm and to find point of complexity in Algorithm.  To deploy the clustering methodology in the management process.  To compare the results with K-Means algorithm in terms of efficiency and throughput. Here efficiency is in terms of number of student converting their enquiries in to admission and throughput deals with the conversion rate of the students. VI. RESULTS AND CONCLUSION On the basis of this survey, we found that K-Means clustering is the easiest algorithm to implement. WEKA is the efficient tool of data mining for analysis which does not required deep knowledge about the algorithms. This will help in identifying the set of students that need to be focused to actually convert the enquiry into admission. Management will get beneficial inputs. We wish to develop the algorithm with the concept of clustering and classification, and to deploy the same in admission procedure to fulfill the requirement and to compare the result with existing algorithm and we try to observe in terms of accuracy and throughput.
  • 3. Analysis on Student Admission Enquiry System (IJSRD/Vol. 3/Issue 10/2015/218) All rights reserved by www.ijsrd.com 969 REFERENCES [1] Rakesh Kumar Arora, Dr. Dharmendra Badal “Admission Management through Data Mining using WEKA” , International Journal, Volume 3, Issue 10, October 2013. Page No. [674-678]. [2] Dr. Sudhir B. Jagtap and Dr. Kodge B. G., “Census Data Mining and Data Analysis using WEKA”, International Conference in “Emerging Trends in Science, Technology and Management-2013, Singapore. Page No. [35-40]. [3] Narendra Sharma, Aman Bajpai, Mr. Ratnesh Litoriya “Comparison the various clustering algorithms of WEKA tools’ , International Journal of Emerging Technology and Advanced Engineering (ISSN 2250- 2459, Volume 2, Issue 5, May 2012) Page No-[73-80]. [4] R Robu and C. Hora, “Medical data mining with extended WEKA ” , IEEE 16TH International conference on intelligent Engineering Systems , June 13-15, 2012 page No. [347-350]. [5] Suhem Parack, Zain Zahid Fatima Merchant., “Application of data mining in Educational databases for predicting academics trends and patterns. ”, IEEE- 2012. [6] Anand V Saurkar, Vaibhav Bhujade, Priti Bhagat, Amit Khaparde “International Journal of Advanced Research in Computer Science and Software Engineering, Volume-4, Issue 4, April 2014 ISSN: 2277 128X . Page No-[98-101]. [7] M Bhoomi, “Enhanced K-Means Clustering algorithm to reduce time complexity for numeric values ”, International Journal of Computer Science and Information Technologies, Volume 5(1), 2014, ISSN: 0975-9646 page No. [876-879]. [8] http://www.ijcsit.com/docs/Volume%205/vol5issue01/ij csit20140501189.pdf [9] http://www.iaeng.org/publication/WCE2009/WCE2009 _pp308-312.pdf [10]http://documents.software.dell.com/Statistics/Textbook/ Data-Mining-Techniques [11]http://esatjournals.net/ijret/2013v02/i11/IJRET2013021 1019.pdf [12] https://en.wikipedia.org/wiki/K-means_clustering [13]https://www.google.co.in/search?q=flowchart+of+kmea ns+clustering+algorithm&biw=1024&bih=639&tbm=is ch&tbo=u&source=univ&sa=X&sqi=2&ved=0ahUKE wiy2fyh2KDJAhUBH5QKHXVGBKIQsAQIIA