SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. IV (Jan.-Feb. 2017), PP 66-69
www.iosrjournals.org
DOI: 10.9790/0661-1901046669 www.iosrjournals.org 66 | Page
Student’s Skills Evaluation Techniques using Data Mining.
Dr. K.Kala
Head of the Department, Department of Computer Science, Nachiappa Swamigal Arts&Science College,
Koviloor-Karaikudi.
Abstract: Technological Advancement is the mainstay of the Indian economy. Software Development is a
primary factor which offers many sources of employment across the state. The major role of Software Company
is to provide qualitized product by Managerial Decisions. To improve the Software Quality and Maintenance,
Organization concentrates the Programmer’s ability and restricts the Placement with various kinds of
audiences such as Written test, Personal Interview, Technical Round, Group Discussion etc. Accordingly,
Programmer’s has to be formed. So Higher Educational institutes have to amend the student’s Performance as
their expectations. The student’s Programming Skill is analyzed with the help of Decision making and
Knowledge Discovery in Data Mining Techniques. In this example, the actual data are collected from Private
College, which holds data about academic performance for pupils. This report suggests a method to judge their
accomplishments through the utilization of data mining methods and specifies the means to identify their skills
and assist them to improve their Knowledge by predicting Training Programs.
Keyword: Decision_Making, Association_Rule, Clustering, Classification, Rule Prediction, Preprocessing
I. Introduction
Due to high competition, it is essential to consider the customer relationship management. . Here
analyze the massive bulk of client data and classify them based on their behaviors and prediction. Customer
relationship management is mainly used in sales forecasting. Data mining offers the technology to examine the
mass bulk of data and detect hidden patterns in data to convert raw data into valuable information. It is a
powerful new technology with outstanding potential to help institutions focus on the most information in their
data warehouse. Data mining is the extraction of required data or info from large databases. The key thoughts
are to practice data mining techniques to separate the customer information according to the posterior
probability. Here the Data mining concept is employed to perform the classification and prediction of
Programming Skill.
Skill Evaluation is important for Institutions, organizations due to some difficulties in linking up with
inappropriate selection that may reflect in less number of placement opportunities. When considering the
Programming skill, decisions regarding the application for a Student application such as Project experience,
Software ability, Logical ethics, etc. tends to utilize the direct scrutiny committee. To examine their
programming skills with experience. Before selecting the scholars based on their category, governance has to
take various steps such as performance of the firm by finding out the last year academic performance status and
Project Experience.
Sometimes with huge data and technology slackness, decisions may be faulty and resulted in project
failure defaults. Here data mining offers Clustering algorithm which is based on intelligent information system
for providing instruments with additional required information, to reduce the uncertainty of the outcome for
enhancing the service quality. The objective of Skill_Set evaluation is to manage the risk involved in providing
grant risks. And then that the system creates better decisions quickly. Selection scoring helps to increase the
speed and consistency of the project application. The main objective of this paper is to propose Association Rule
Mining techniques for analysing Student’s Programming Skills and producing an accurate result. Association
Rule Mining is one of the data mining techniques which is required to generate associations between the items.
Minimum Support and Minimum Confidence can be used to compose the relationships and predict the
interesting patterns. Support and confidence measures the interesting patterns. The rule composed of two
itemsets
 Antecedent
 Consequent
The above attributes represents the relationship between support, confidence and lift. Association rule
mining is the process of finding all the rules with the condition of support and confidence. Initially, Support and
confidence is calculated for all the rules and it is compared with the user specified or predefined threshold
values. Data mining techniques help the institution to extract patterns like students having extra ordinary
features.
Student’s Skills Evaluation Techniques using Data Mining.
DOI: 10.9790/0661-1901046669 www.iosrjournals.org 67 | Page
Rest of this paper is structured as follows. Research works related to Risk Assessment are discussed in Section2.
Detailed explanations of implementing Student’s Skill in Programming Side using Prediction Algorithm
presented in section 3. Finally section 4 concludes this research work
Implementing Proposed Methodology in Students Database
Recognizing the Programming Skill is an important problem in the Higher Educational institutes. The
decisions for the best programming skill students should be evaluated properly so that, it may increase the
number of placements. ERPCA[] implemented to make the evaluation for Programming skills in an enhanced
manner. The overall flow of the proposed work is as follows.
In this Paper, Student details are collected and feature extraction is made on these attributes. Process
the data includes the accumulation of details from the Students and converting into a format suited for
excavation. The data cleaning process includes filtration by filling the missing values, extraction of duplications,
removing outliers and resolving the inconsistencies. Patterns are made for each Skill type like Coding,
Designing, Documentation. Final Assessment is done in two levels such as Students Skills are Clustered based
on the prediction as Coder, Designer and Documenter.
Here, each student who applies for an interview has to provide their personal, experience and Skill
details. These are stored in the dataset for further access. Student details are to be prepared in such a manner
suitable for Data Mining. The dataset contains attributes like age, Qualification, Experience, Skill type etc are as
follows
Based on the requirements extracted from the placement cell, Valuable attributes are selected using feature
Extraction.
Student’s Skills Evaluation Techniques using Data Mining.
DOI: 10.9790/0661-1901046669 www.iosrjournals.org 68 | Page
Data Preprocessing
The following steps are performed as part of the preprocessing in the dataset. Skill type contains large number
of values. So, it is grouped into three categorical segments such as Coder, Designer and Documenter as follows.
If Logic= TRUE && Syntax= TRUE then
Skill_Type= “Coder”
If Creativity= TRUE && Software Skill = TRUE then
Skill_Type= “Coder”
If Content_Writing= TRUE && Grammar_Skill= TRUE then
Skill_Type= “Coder”
Feature Extraction
Dataset contains many attributes which may also contain irrelevant data for the mining task. Though it
is possible for domain experts which makes the task difficult and consumes time. Irrelevant attributes leads lots
of confusion and increases the data size. Hence the corresponding attribute has to be eliminated to decrease the
size. The target of this process is to find a minimum number of attributes and reduce the Computational
Complexity. Information gain is calculated for extracting the features.
Infogain(A)= Info(D) – InfoA(D)
Where A is the attribute investigated.
𝐼𝑛𝑓𝑜 𝐷 = − 𝑝𝑖
𝑚
𝑡=1
𝑙𝑜𝑔2(𝑝𝑖)
Where Pi is the probability
(Class t in Dataset D)
In this technique, entropy of random variables has introduced which provides the long term behavior of random
process for analyzing the data. Random process behavior is the key factor for developing the coding for
information theory. Entropy is the measurement of average uncertainity of data collection. Infogain of an
attribute is used to select the best splitting criterion attribute. Highest value Inforgain is used to build the
decision tree.
Data Clustering
In Computing, Student segmentation allows reduced exposure to best assessment. It allows
personalized Services according to their skills and matching Campaigns to Students. A Classifier model is
essential in Student segmentation area. Students are classified based on the Skill type that is Students belong to
the same category are combined together using Classifier Method.
Rule Formation
Each Software Company has different rule criteria that has to be satisfied by the student to get the Job.
Apart from the rules created before, the new rules also can be created in this method. To get a job, Student has
to satisfy particular touchstones like Qualification, age, Skill_type, Academic_Percentage, Discipline as shown
in Table 1.
Student’s Skills Evaluation Techniques using Data Mining.
DOI: 10.9790/0661-1901046669 www.iosrjournals.org 69 | Page
Skill_Type Age Qualification Acadmeic_Percentage Discipline
Coder 25 PG 80 Computer
Designer 22 UG 75 Other
Documenter 25 PG 75 Computer
Designer 23 UG 65 Computer
Rule Prediction
To identify the Student’s Programming Skill Type, Threshold value is evaluated with extracted one.
Rules are predicted based on their Skills which satisfy the Threshold limit. ie Organization can easily identify
the types of Skill and classify it using classifier methods. Then the Skill Students are clustered separately for
efficient retrieval.
II. Conclusion
This study examines the factors associated with the assessment of Student with Programming
performance. Better Prediction of the training course, obtains its way to reach the highest level of quality in their
performance. The proposed model evaluates their programming skills through the utilization of data mining
techniques like Association, Classification and Clustering techniques. Hopefully it serves them to better attend
to the training process and improve their Programming Skills.
References
[1]. D.Magdalene Delighta Angeline, “Association Rule Generation For Student Performance Analysis Using Apriori Algorithm “ ,The
SIJ Transactions on Computer Science Engineering and its Applications(CSEA), Vol. ,No. 1,March –April 2013.
[2]. Randa Kh. Hemaid, Alaa M.EL-Halees, “Improving Teacher Performance Using Data Mining”, International Journal of Advanced
Research in Computer and Communication Engineering Vol. 4, Issue 2, February 2015.
[3]. Charanjit Bambrah, Minakshi Bhandari, Nirali Maniar, Prof. Vandana Munde4
, “Mining Association Rules in Student Assessment
Data”, International journal of Advanced Research in Computer and Communication Engineering Vol. 3,Issue 3, March 2014.
[4]. Mrs.Smita Bhanap, Mrs.Rasika Kulkarni, “Student – Teacher Model for Higher Education System”, Current Trends in Technology
and Science, ISSN: 2279-0535, Volume: Volume-II, Issue: Issue-III.
[5]. P.Ajith, B.Tejaswi, M.S.S.Sai, “Rule Mining Framework for Students Performance Evaluation”, International Journal of Soft
Computing and Engineering (IJSCE), ISSN: 2231-2307.Volume-2. Issue – 6, January 2013.
[6]. Jayshree Jha1
and Leena Ragha2
, “Educational Data Mining Using Improved Apriori Algorithm” , International journal of
Information and Computation Technology .ISSN 0974-2239 Volume 3, Number 5 (2013).pp. 411- 418.
[7]. T. Jacobson and K. Roszbach, "Bank lending policy, credit scoring and value-at-risk," Journal of banking & finance, vol. 27, pp.
615-633, 2003.
[8]. G. Kabir, I. Jahan, M. H. Chisty, and M. A. A. Hasin, "Credit Risk Assessment and Evaluation System for Industrial Project."
[9]. B. Bodla and R. Verma, "Credit Ris Management Framework at Banks in India," ICFAI Journal of Bank Management, Feb2009,
vol. 8, pp. 47-72, 2009.
[10]. R. Raghavan, "Risk Management in Banks," CHARTERED ACCOUNTANT-NEW DELHI-, vol. 51, pp. 841- 851, 2003.
[11]. M. A. Karaolis, J. A. Moutiris, D. Hadjipanayi, and C. S. Pattichis, "Assessment of the risk factors of coronary heart events based
on data mining with decision trees," Information Technology in Biomedicine, IEEE Transactions on, vol. 14, pp. 559-566, 2010.
[12]. M. M. Mazid, S. Ali, and K. Tickle, "Improved C4. 5 algorithm for rule based classification," in Proceedings of the 9th WSEAS
international conference on Artificial intelligence, knowledge engineering and data bases, 2010, pp. 296-301.

More Related Content

What's hot

The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...Thada Jantakoon
 
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...IJMIT JOURNAL
 
IRJET- Psychometric Assessment using Software Simulation
IRJET-  	  Psychometric Assessment using Software SimulationIRJET-  	  Psychometric Assessment using Software Simulation
IRJET- Psychometric Assessment using Software SimulationIRJET Journal
 
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...ijtsrd
 
Employee Engagement within the IT Industry
Employee Engagement within the IT Industry Employee Engagement within the IT Industry
Employee Engagement within the IT Industry Momo Scott
 
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...ijaia
 
A410106
A410106A410106
A410106aijbm
 
IRJET- Automated Exam Question Generator using Genetic Algorithm
IRJET-  	  Automated Exam Question Generator using Genetic AlgorithmIRJET-  	  Automated Exam Question Generator using Genetic Algorithm
IRJET- Automated Exam Question Generator using Genetic AlgorithmIRJET Journal
 
Data mining software comparison
Data mining software comparison Data mining software comparison
Data mining software comparison Esteban Alcaide
 
An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...IJECEIAES
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentIRJET Journal
 
IRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET Journal
 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine LearningIRJET Journal
 
Millennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching toolMillennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching tooljournalBEEI
 
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONS
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONSEA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONS
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONSijseajournal
 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...IJDKP
 
2013 Smart Grid compensation, recruitment and retention trends
2013 Smart Grid compensation, recruitment and retention trends2013 Smart Grid compensation, recruitment and retention trends
2013 Smart Grid compensation, recruitment and retention trendsA. Cullen & Associates, Inc.
 
Selecting internal team members when implementing an ERP system 2012
Selecting internal team members when implementing an ERP system 2012Selecting internal team members when implementing an ERP system 2012
Selecting internal team members when implementing an ERP system 2012Trond Jarnes
 
The construction labour shortage in johor bahru,
The construction labour shortage in johor bahru,The construction labour shortage in johor bahru,
The construction labour shortage in johor bahru,eSAT Publishing House
 

What's hot (20)

The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...
 
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...
CHALLENGES FOR MANAGING COMPLEX APPLICATION PORTFOLIOS: A CASE STUDY OF SOUTH...
 
IRJET- Psychometric Assessment using Software Simulation
IRJET-  	  Psychometric Assessment using Software SimulationIRJET-  	  Psychometric Assessment using Software Simulation
IRJET- Psychometric Assessment using Software Simulation
 
ROLE OF ELECTRONIC HUMAN RESOURCES (E-HR) IN ORGANIZATION
ROLE OF ELECTRONIC HUMAN RESOURCES (E-HR) IN ORGANIZATIONROLE OF ELECTRONIC HUMAN RESOURCES (E-HR) IN ORGANIZATION
ROLE OF ELECTRONIC HUMAN RESOURCES (E-HR) IN ORGANIZATION
 
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
 
Employee Engagement within the IT Industry
Employee Engagement within the IT Industry Employee Engagement within the IT Industry
Employee Engagement within the IT Industry
 
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...
SOFTWARE TESTING: ISSUES AND CHALLENGES OF ARTIFICIAL INTELLIGENCE & MACHINE ...
 
A410106
A410106A410106
A410106
 
IRJET- Automated Exam Question Generator using Genetic Algorithm
IRJET-  	  Automated Exam Question Generator using Genetic AlgorithmIRJET-  	  Automated Exam Question Generator using Genetic Algorithm
IRJET- Automated Exam Question Generator using Genetic Algorithm
 
Data mining software comparison
Data mining software comparison Data mining software comparison
Data mining software comparison
 
An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...An overview of information extraction techniques for legal document analysis ...
An overview of information extraction techniques for legal document analysis ...
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated Document
 
IRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV AnalysisIRJET- Personality Prediction System through CV Analysis
IRJET- Personality Prediction System through CV Analysis
 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine Learning
 
Millennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching toolMillennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching tool
 
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONS
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONSEA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONS
EA-MDA MODEL TO RESOLVE IS CHARACTERISTIC PROBLEMS IN EDUCATIONAL INSTITUTIONS
 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
 
2013 Smart Grid compensation, recruitment and retention trends
2013 Smart Grid compensation, recruitment and retention trends2013 Smart Grid compensation, recruitment and retention trends
2013 Smart Grid compensation, recruitment and retention trends
 
Selecting internal team members when implementing an ERP system 2012
Selecting internal team members when implementing an ERP system 2012Selecting internal team members when implementing an ERP system 2012
Selecting internal team members when implementing an ERP system 2012
 
The construction labour shortage in johor bahru,
The construction labour shortage in johor bahru,The construction labour shortage in johor bahru,
The construction labour shortage in johor bahru,
 

Similar to Student’s Skills Evaluation Techniques using Data Mining.

An Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningAn Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningIRJET Journal
 
Choosing the Right Data Center Certification Program.pdf
Choosing the Right Data Center Certification Program.pdfChoosing the Right Data Center Certification Program.pdf
Choosing the Right Data Center Certification Program.pdfIDCA
 
Training and Placement Portal
Training and Placement PortalTraining and Placement Portal
Training and Placement PortalIRJET Journal
 
Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learningSandeep Garg
 
A New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceA New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceIRJET Journal
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
Data Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfData Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfSujata Gupta
 
Project Report on Employee Management System.docx
Project Report on Employee Management System.docxProject Report on Employee Management System.docx
Project Report on Employee Management System.docxDhineshkumarPrakasam
 
Project Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptxProject Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptxAjayPatre1
 
IRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET Journal
 
ShivamThakur_CV_Business Analyst
ShivamThakur_CV_Business AnalystShivamThakur_CV_Business Analyst
ShivamThakur_CV_Business AnalystShivam Thakur
 
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 TechniquesIRJET Journal
 
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
 
ML_Internship Presentation_Infidata_2021.pptx
ML_Internship Presentation_Infidata_2021.pptxML_Internship Presentation_Infidata_2021.pptx
ML_Internship Presentation_Infidata_2021.pptxAltafSMT
 
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONDATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONCSEIJJournal
 
Data-science-manager.docx
Data-science-manager.docxData-science-manager.docx
Data-science-manager.docxbeherajisu9
 

Similar to Student’s Skills Evaluation Techniques using Data Mining. (20)

An Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine LearningAn Intelligent Career Guidance System using Machine Learning
An Intelligent Career Guidance System using Machine Learning
 
Choosing the Right Data Center Certification Program.pdf
Choosing the Right Data Center Certification Program.pdfChoosing the Right Data Center Certification Program.pdf
Choosing the Right Data Center Certification Program.pdf
 
Training and Placement Portal
Training and Placement PortalTraining and Placement Portal
Training and Placement Portal
 
Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learning
 
A New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceA New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduce
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
Data Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfData Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdf
 
Geeta Chandana
Geeta ChandanaGeeta Chandana
Geeta Chandana
 
Project Report on Employee Management System.docx
Project Report on Employee Management System.docxProject Report on Employee Management System.docx
Project Report on Employee Management System.docx
 
Measurement And Validation
Measurement And ValidationMeasurement And Validation
Measurement And Validation
 
Project Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptxProject Documentation Student Management System format.pptx
Project Documentation Student Management System format.pptx
 
IRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data MiningIRJET - Employee Performance Prediction System using Data Mining
IRJET - Employee Performance Prediction System using Data Mining
 
ShivamThakur_CV_Business Analyst
ShivamThakur_CV_Business AnalystShivamThakur_CV_Business Analyst
ShivamThakur_CV_Business Analyst
 
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
 
Mayuri Jasore
Mayuri JasoreMayuri Jasore
Mayuri Jasore
 
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
 
ML_Internship Presentation_Infidata_2021.pptx
ML_Internship Presentation_Infidata_2021.pptxML_Internship Presentation_Infidata_2021.pptx
ML_Internship Presentation_Infidata_2021.pptx
 
CSEIT- ALL.pptx
CSEIT- ALL.pptxCSEIT- ALL.pptx
CSEIT- ALL.pptx
 
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONDATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
 
Data-science-manager.docx
Data-science-manager.docxData-science-manager.docx
Data-science-manager.docx
 

More from IOSRjournaljce

3D Visualizations of Land Cover Maps
3D Visualizations of Land Cover Maps3D Visualizations of Land Cover Maps
3D Visualizations of Land Cover MapsIOSRjournaljce
 
Comparison between Cisco ACI and VMWARE NSX
Comparison between Cisco ACI and VMWARE NSXComparison between Cisco ACI and VMWARE NSX
Comparison between Cisco ACI and VMWARE NSXIOSRjournaljce
 
Classification Techniques: A Review
Classification Techniques: A ReviewClassification Techniques: A Review
Classification Techniques: A ReviewIOSRjournaljce
 
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingAnalyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingIOSRjournaljce
 
Architecture of Cloud Computing
Architecture of Cloud ComputingArchitecture of Cloud Computing
Architecture of Cloud ComputingIOSRjournaljce
 
An Experimental Study of Diabetes Disease Prediction System Using Classificat...
An Experimental Study of Diabetes Disease Prediction System Using Classificat...An Experimental Study of Diabetes Disease Prediction System Using Classificat...
An Experimental Study of Diabetes Disease Prediction System Using Classificat...IOSRjournaljce
 
Candidate Ranking and Evaluation System based on Digital Footprints
Candidate Ranking and Evaluation System based on Digital FootprintsCandidate Ranking and Evaluation System based on Digital Footprints
Candidate Ranking and Evaluation System based on Digital FootprintsIOSRjournaljce
 
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...IOSRjournaljce
 
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...IOSRjournaljce
 
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection SystemThe Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection SystemIOSRjournaljce
 
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...Study and analysis of E-Governance Information Security (InfoSec) in Indian C...
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...IOSRjournaljce
 
An E-Governance Web Security Survey
An E-Governance Web Security SurveyAn E-Governance Web Security Survey
An E-Governance Web Security SurveyIOSRjournaljce
 
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsExploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsIOSRjournaljce
 
Human Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmHuman Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmIOSRjournaljce
 
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...IOSRjournaljce
 
Assessment of the Approaches Used in Indigenous Software Products Development...
Assessment of the Approaches Used in Indigenous Software Products Development...Assessment of the Approaches Used in Indigenous Software Products Development...
Assessment of the Approaches Used in Indigenous Software Products Development...IOSRjournaljce
 
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...IOSRjournaljce
 
Panorama Technique for 3D Animation movie, Design and Evaluating
Panorama Technique for 3D Animation movie, Design and EvaluatingPanorama Technique for 3D Animation movie, Design and Evaluating
Panorama Technique for 3D Animation movie, Design and EvaluatingIOSRjournaljce
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageIOSRjournaljce
 
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...IOSRjournaljce
 

More from IOSRjournaljce (20)

3D Visualizations of Land Cover Maps
3D Visualizations of Land Cover Maps3D Visualizations of Land Cover Maps
3D Visualizations of Land Cover Maps
 
Comparison between Cisco ACI and VMWARE NSX
Comparison between Cisco ACI and VMWARE NSXComparison between Cisco ACI and VMWARE NSX
Comparison between Cisco ACI and VMWARE NSX
 
Classification Techniques: A Review
Classification Techniques: A ReviewClassification Techniques: A Review
Classification Techniques: A Review
 
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingAnalyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
 
Architecture of Cloud Computing
Architecture of Cloud ComputingArchitecture of Cloud Computing
Architecture of Cloud Computing
 
An Experimental Study of Diabetes Disease Prediction System Using Classificat...
An Experimental Study of Diabetes Disease Prediction System Using Classificat...An Experimental Study of Diabetes Disease Prediction System Using Classificat...
An Experimental Study of Diabetes Disease Prediction System Using Classificat...
 
Candidate Ranking and Evaluation System based on Digital Footprints
Candidate Ranking and Evaluation System based on Digital FootprintsCandidate Ranking and Evaluation System based on Digital Footprints
Candidate Ranking and Evaluation System based on Digital Footprints
 
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
 
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...
The Systematic Methodology for Accurate Test Packet Generation and Fault Loca...
 
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection SystemThe Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
The Use of K-NN and Bees Algorithm for Big Data Intrusion Detection System
 
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...Study and analysis of E-Governance Information Security (InfoSec) in Indian C...
Study and analysis of E-Governance Information Security (InfoSec) in Indian C...
 
An E-Governance Web Security Survey
An E-Governance Web Security SurveyAn E-Governance Web Security Survey
An E-Governance Web Security Survey
 
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsExploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
 
Human Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmHuman Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew Algorithm
 
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...
Value Based Decision Control: Preferences Portfolio Allocation, Winer and Col...
 
Assessment of the Approaches Used in Indigenous Software Products Development...
Assessment of the Approaches Used in Indigenous Software Products Development...Assessment of the Approaches Used in Indigenous Software Products Development...
Assessment of the Approaches Used in Indigenous Software Products Development...
 
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...
Secure Data Sharing and Search in Cloud Based Data Using Authoritywise Dynami...
 
Panorama Technique for 3D Animation movie, Design and Evaluating
Panorama Technique for 3D Animation movie, Design and EvaluatingPanorama Technique for 3D Animation movie, Design and Evaluating
Panorama Technique for 3D Animation movie, Design and Evaluating
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri Image
 
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...
Analysis of the Waveform of the Acoustic Emission Signal via Analogue Modulat...
 

Recently uploaded

Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
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
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
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
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
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
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
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
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 

Student’s Skills Evaluation Techniques using Data Mining.

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. IV (Jan.-Feb. 2017), PP 66-69 www.iosrjournals.org DOI: 10.9790/0661-1901046669 www.iosrjournals.org 66 | Page Student’s Skills Evaluation Techniques using Data Mining. Dr. K.Kala Head of the Department, Department of Computer Science, Nachiappa Swamigal Arts&Science College, Koviloor-Karaikudi. Abstract: Technological Advancement is the mainstay of the Indian economy. Software Development is a primary factor which offers many sources of employment across the state. The major role of Software Company is to provide qualitized product by Managerial Decisions. To improve the Software Quality and Maintenance, Organization concentrates the Programmer’s ability and restricts the Placement with various kinds of audiences such as Written test, Personal Interview, Technical Round, Group Discussion etc. Accordingly, Programmer’s has to be formed. So Higher Educational institutes have to amend the student’s Performance as their expectations. The student’s Programming Skill is analyzed with the help of Decision making and Knowledge Discovery in Data Mining Techniques. In this example, the actual data are collected from Private College, which holds data about academic performance for pupils. This report suggests a method to judge their accomplishments through the utilization of data mining methods and specifies the means to identify their skills and assist them to improve their Knowledge by predicting Training Programs. Keyword: Decision_Making, Association_Rule, Clustering, Classification, Rule Prediction, Preprocessing I. Introduction Due to high competition, it is essential to consider the customer relationship management. . Here analyze the massive bulk of client data and classify them based on their behaviors and prediction. Customer relationship management is mainly used in sales forecasting. Data mining offers the technology to examine the mass bulk of data and detect hidden patterns in data to convert raw data into valuable information. It is a powerful new technology with outstanding potential to help institutions focus on the most information in their data warehouse. Data mining is the extraction of required data or info from large databases. The key thoughts are to practice data mining techniques to separate the customer information according to the posterior probability. Here the Data mining concept is employed to perform the classification and prediction of Programming Skill. Skill Evaluation is important for Institutions, organizations due to some difficulties in linking up with inappropriate selection that may reflect in less number of placement opportunities. When considering the Programming skill, decisions regarding the application for a Student application such as Project experience, Software ability, Logical ethics, etc. tends to utilize the direct scrutiny committee. To examine their programming skills with experience. Before selecting the scholars based on their category, governance has to take various steps such as performance of the firm by finding out the last year academic performance status and Project Experience. Sometimes with huge data and technology slackness, decisions may be faulty and resulted in project failure defaults. Here data mining offers Clustering algorithm which is based on intelligent information system for providing instruments with additional required information, to reduce the uncertainty of the outcome for enhancing the service quality. The objective of Skill_Set evaluation is to manage the risk involved in providing grant risks. And then that the system creates better decisions quickly. Selection scoring helps to increase the speed and consistency of the project application. The main objective of this paper is to propose Association Rule Mining techniques for analysing Student’s Programming Skills and producing an accurate result. Association Rule Mining is one of the data mining techniques which is required to generate associations between the items. Minimum Support and Minimum Confidence can be used to compose the relationships and predict the interesting patterns. Support and confidence measures the interesting patterns. The rule composed of two itemsets  Antecedent  Consequent The above attributes represents the relationship between support, confidence and lift. Association rule mining is the process of finding all the rules with the condition of support and confidence. Initially, Support and confidence is calculated for all the rules and it is compared with the user specified or predefined threshold values. Data mining techniques help the institution to extract patterns like students having extra ordinary features.
  • 2. Student’s Skills Evaluation Techniques using Data Mining. DOI: 10.9790/0661-1901046669 www.iosrjournals.org 67 | Page Rest of this paper is structured as follows. Research works related to Risk Assessment are discussed in Section2. Detailed explanations of implementing Student’s Skill in Programming Side using Prediction Algorithm presented in section 3. Finally section 4 concludes this research work Implementing Proposed Methodology in Students Database Recognizing the Programming Skill is an important problem in the Higher Educational institutes. The decisions for the best programming skill students should be evaluated properly so that, it may increase the number of placements. ERPCA[] implemented to make the evaluation for Programming skills in an enhanced manner. The overall flow of the proposed work is as follows. In this Paper, Student details are collected and feature extraction is made on these attributes. Process the data includes the accumulation of details from the Students and converting into a format suited for excavation. The data cleaning process includes filtration by filling the missing values, extraction of duplications, removing outliers and resolving the inconsistencies. Patterns are made for each Skill type like Coding, Designing, Documentation. Final Assessment is done in two levels such as Students Skills are Clustered based on the prediction as Coder, Designer and Documenter. Here, each student who applies for an interview has to provide their personal, experience and Skill details. These are stored in the dataset for further access. Student details are to be prepared in such a manner suitable for Data Mining. The dataset contains attributes like age, Qualification, Experience, Skill type etc are as follows Based on the requirements extracted from the placement cell, Valuable attributes are selected using feature Extraction.
  • 3. Student’s Skills Evaluation Techniques using Data Mining. DOI: 10.9790/0661-1901046669 www.iosrjournals.org 68 | Page Data Preprocessing The following steps are performed as part of the preprocessing in the dataset. Skill type contains large number of values. So, it is grouped into three categorical segments such as Coder, Designer and Documenter as follows. If Logic= TRUE && Syntax= TRUE then Skill_Type= “Coder” If Creativity= TRUE && Software Skill = TRUE then Skill_Type= “Coder” If Content_Writing= TRUE && Grammar_Skill= TRUE then Skill_Type= “Coder” Feature Extraction Dataset contains many attributes which may also contain irrelevant data for the mining task. Though it is possible for domain experts which makes the task difficult and consumes time. Irrelevant attributes leads lots of confusion and increases the data size. Hence the corresponding attribute has to be eliminated to decrease the size. The target of this process is to find a minimum number of attributes and reduce the Computational Complexity. Information gain is calculated for extracting the features. Infogain(A)= Info(D) – InfoA(D) Where A is the attribute investigated. 𝐼𝑛𝑓𝑜 𝐷 = − 𝑝𝑖 𝑚 𝑡=1 𝑙𝑜𝑔2(𝑝𝑖) Where Pi is the probability (Class t in Dataset D) In this technique, entropy of random variables has introduced which provides the long term behavior of random process for analyzing the data. Random process behavior is the key factor for developing the coding for information theory. Entropy is the measurement of average uncertainity of data collection. Infogain of an attribute is used to select the best splitting criterion attribute. Highest value Inforgain is used to build the decision tree. Data Clustering In Computing, Student segmentation allows reduced exposure to best assessment. It allows personalized Services according to their skills and matching Campaigns to Students. A Classifier model is essential in Student segmentation area. Students are classified based on the Skill type that is Students belong to the same category are combined together using Classifier Method. Rule Formation Each Software Company has different rule criteria that has to be satisfied by the student to get the Job. Apart from the rules created before, the new rules also can be created in this method. To get a job, Student has to satisfy particular touchstones like Qualification, age, Skill_type, Academic_Percentage, Discipline as shown in Table 1.
  • 4. Student’s Skills Evaluation Techniques using Data Mining. DOI: 10.9790/0661-1901046669 www.iosrjournals.org 69 | Page Skill_Type Age Qualification Acadmeic_Percentage Discipline Coder 25 PG 80 Computer Designer 22 UG 75 Other Documenter 25 PG 75 Computer Designer 23 UG 65 Computer Rule Prediction To identify the Student’s Programming Skill Type, Threshold value is evaluated with extracted one. Rules are predicted based on their Skills which satisfy the Threshold limit. ie Organization can easily identify the types of Skill and classify it using classifier methods. Then the Skill Students are clustered separately for efficient retrieval. II. Conclusion This study examines the factors associated with the assessment of Student with Programming performance. Better Prediction of the training course, obtains its way to reach the highest level of quality in their performance. The proposed model evaluates their programming skills through the utilization of data mining techniques like Association, Classification and Clustering techniques. Hopefully it serves them to better attend to the training process and improve their Programming Skills. References [1]. D.Magdalene Delighta Angeline, “Association Rule Generation For Student Performance Analysis Using Apriori Algorithm “ ,The SIJ Transactions on Computer Science Engineering and its Applications(CSEA), Vol. ,No. 1,March –April 2013. [2]. Randa Kh. Hemaid, Alaa M.EL-Halees, “Improving Teacher Performance Using Data Mining”, International Journal of Advanced Research in Computer and Communication Engineering Vol. 4, Issue 2, February 2015. [3]. Charanjit Bambrah, Minakshi Bhandari, Nirali Maniar, Prof. Vandana Munde4 , “Mining Association Rules in Student Assessment Data”, International journal of Advanced Research in Computer and Communication Engineering Vol. 3,Issue 3, March 2014. [4]. Mrs.Smita Bhanap, Mrs.Rasika Kulkarni, “Student – Teacher Model for Higher Education System”, Current Trends in Technology and Science, ISSN: 2279-0535, Volume: Volume-II, Issue: Issue-III. [5]. P.Ajith, B.Tejaswi, M.S.S.Sai, “Rule Mining Framework for Students Performance Evaluation”, International Journal of Soft Computing and Engineering (IJSCE), ISSN: 2231-2307.Volume-2. Issue – 6, January 2013. [6]. Jayshree Jha1 and Leena Ragha2 , “Educational Data Mining Using Improved Apriori Algorithm” , International journal of Information and Computation Technology .ISSN 0974-2239 Volume 3, Number 5 (2013).pp. 411- 418. [7]. T. Jacobson and K. Roszbach, "Bank lending policy, credit scoring and value-at-risk," Journal of banking & finance, vol. 27, pp. 615-633, 2003. [8]. G. Kabir, I. Jahan, M. H. Chisty, and M. A. A. Hasin, "Credit Risk Assessment and Evaluation System for Industrial Project." [9]. B. Bodla and R. Verma, "Credit Ris Management Framework at Banks in India," ICFAI Journal of Bank Management, Feb2009, vol. 8, pp. 47-72, 2009. [10]. R. Raghavan, "Risk Management in Banks," CHARTERED ACCOUNTANT-NEW DELHI-, vol. 51, pp. 841- 851, 2003. [11]. M. A. Karaolis, J. A. Moutiris, D. Hadjipanayi, and C. S. Pattichis, "Assessment of the risk factors of coronary heart events based on data mining with decision trees," Information Technology in Biomedicine, IEEE Transactions on, vol. 14, pp. 559-566, 2010. [12]. M. M. Mazid, S. Ali, and K. Tickle, "Improved C4. 5 algorithm for rule based classification," in Proceedings of the 9th WSEAS international conference on Artificial intelligence, knowledge engineering and data bases, 2010, pp. 296-301.