Call for Paper - January 2024 Edition
IJCA solicits original research papers for the January 2024 Edition. Last date of manuscript submission is December 20, 2023. Read More

Identifying Key Performance Indicators and Predicting the Result from Student Data

Print
PDF
International Journal of Computer Applications
© 2011 by IJCA Journal
Number 9 - Article 2
Year of Publication: 2011
Authors:
J. Shana
T. Venkatachalam
10.5120/3057-4169

J Shana and T Venkatachalam. Article: Identifying Key Performance Indicators and Predicting the Result from Student Data. International Journal of Computer Applications 25(9):45-48, July 2011. Full text available. BibTeX

@article{key:article,
	author = {J. Shana and T. Venkatachalam},
	title = {Article: Identifying Key Performance Indicators and Predicting the Result from Student Data},
	journal = {International Journal of Computer Applications},
	year = {2011},
	volume = {25},
	number = {9},
	pages = {45-48},
	month = {July},
	note = {Full text available}
}

Abstract

Student information systems hold a lot of information that can be mined for useful patterns. This work aims to build a prediction model to predict the result of students in ‘C’ Programming course by analyzing the factors that affect the performance of students. We applied feature selection techniques to select the most relevant academic and non-academic factors. The model is implemented using various classification algorithms and it is found that Naïve Bayes classification model gives the highest accuracy of 82.4%.Decision tree based algorithm also showed considerable accuracy of 80.2%.The model was trained using 182 records from student dataset collected from the college with 20 attributes within the year 2008 to 2010. The model was validated using test records. It would predict the class label ‘Result’ as categorical value, Pass or Fail. Such a prediction model would help the faculty in early identification of ‘at risk’ students and thereby take timely and proactive measures to improve their performance.

Reference

  • Jiawei Han and Micheline Kamber, 2009. Data Mining: Concepts and Techniques, Morgan Kaufmann Publishers.
  • Arun K.Pujari, 2005, Data Mining Techniques, Universities Press (India) Private Limited.
  • Baker R.S.J.D., and Yacef K, 2009, The state of educational data mining in 2009: A review and future visions, Journal of Educational Data Mining, I, 3-17.
  • Shyamala Doraisamy, Shahram Golzari, Noris Mohd. Norowi, Md Nasir B Sulaiman, Udiz, 2008, A Study on Feature Selection and Classification Techniques for Automatic Genre Classification of Traditional Mala Music, ISMIR- Session 3A - Content Based Retrieval, Categorization and Similarity.
  • M.A Hall, and L.A Smith, 1998, Practical feature subset selection for machine learning, In Proceedings of the 21st Australian Computer Science Conference, pp181-191.
  • Sk. AlthafHussainBasha, A Govardhan, S.ViswanadhaRaju, Nayeen Sultana, 2010, A Comparative Analysis of Prediction Techniques for Predicting Graduate Rate of University, European Journal of Scientific Research, Vol 46, No 2, pp.186-193.
  • Huan Liu, Hiroshi Motoda, Rudy Setiono, Zhen Zharo, 2008, Feature Selection: An Ever Evolving Frontier in Data Mining. JMLR: Workshop and Conference Proceedings,10: 4-13, The Fourth Workshop on Feature Selection in Data Mining.
  • Anne F. Maben, 2005, Chi-square test adapted from Statistics for the Social Sciences.
  • C.R Kothari, 2006, Research Methodology-Methods and Techniques, New Age International (P) Limited.
  • http://www.cs.waikato.ac.nz/~ml/weka/ for weka learning software.