Predicting student performance using neural network

 

Table Of Contents


Chapter ONE

INTRODUCTION

  • 1.1Introduction
  • 1.2Background of Study
  • 1.3Problem Statement
  • 1.4Objective of Study
  • 1.5Limitation of Study
  • 1.6Scope of Study
  • 1.7Significance of Study
  • 1.8Structure of the Research
  • 1.9Definition of Terms

Chapter TWO

LITERATURE REVIEW

  • 2.1Overview of Neural Networks
  • 2.2History of Neural Networks
  • 2.3Types of Neural Networks
  • 2.4Applications of Neural Networks
  • 2.5Neural Networks in Education
  • 2.6Neural Networks in Predictive Modeling
  • 2.7Challenges in Neural Network Implementation
  • 2.8Neural Networks vs Traditional Methods
  • 2.9Neural Network Algorithms
  • 2.10Future Trends in Neural Networks

Chapter THREE

SYSTEM DESIGN AND IMPLEMENTATION

  • 3.1Research Methodology Overview
  • 3.2Research Design
  • 3.3Data Collection Methods
  • 3.4Sampling Techniques
  • 3.5Data Analysis Procedures
  • 3.6Validation Methods
  • 3.7Ethical Considerations
  • 3.8Limitations of the Methodology

Chapter FOUR

SYSTEM TESTING AND EVALUATION

  • 4.1Introduction to Findings
  • 4.2Demographic Analysis
  • 4.3Performance Prediction Results
  • 4.4Factors Influencing Performance
  • 4.5Comparison with Traditional Methods
  • 4.6Discussion on Accuracy and Reliability
  • 4.7Implications of Findings
  • 4.8Recommendations for Future Research

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • 5.1Summary of Findings
  • 5.2Conclusions Drawn
  • 5.3Contributions to Knowledge
  • 5.4Practical Implications
  • 5.5Limitations of the Study
  • 5.6Recommendations for Practice
  • 5.7Recommendations for Further Research
  • 5.8Final Thoughts and Closing Remarks

Project Abstract

With the increasing availability of educational data, there is a growing interest in predicting student performance to help educators intervene early and improve outcomes. In this study, we explore the use of neural networks for predicting student performance based on various academic and demographic features. The dataset used consists of information on student demographics, previous academic performance, study habits, and various socio-economic factors. We preprocess the data by handling missing values, encoding categorical variables, and normalizing numerical features. We then build a neural network model using TensorFlow with multiple hidden layers to capture complex relationships within the data. The model is trained on a portion of the dataset and evaluated using metrics such as accuracy, precision, recall, and F1 score. Our results show that the neural network model outperforms traditional machine learning algorithms such as logistic regression and decision trees in predicting student performance. The model achieves high accuracy and F1 score, indicating its efficacy in identifying students at risk of underperforming. By analyzing the model's predictions, we can gain insights into factors that impact student performance and tailor interventions to support struggling students. Furthermore, we conduct feature importance analysis to identify the most influential variables in predicting student performance. This analysis highlights the importance of factors such as previous academic achievements, study time, and parental education level in determining student success. By understanding these key predictors, educators can focus their efforts on addressing specific areas to enhance student outcomes. Overall, our study demonstrates the potential of neural networks in predicting student performance and providing valuable insights for educational stakeholders. By leveraging advanced machine learning techniques, educators can proactively identify students who may require additional support and implement targeted interventions to improve overall academic success. This research contributes to the growing body of literature on using data-driven approaches to enhance educational practices and support student achievement.

Project Overview

<p> </p><div><b><b><b><p><b>INTRODUCTION</b></p><p><b>1.0 &nbsp; &nbsp; &nbsp; Background of the Study</b></p><p>Education is an essential factor for improving the socio-economic, cultural, and political development of a country; for this reason, its role cannot be overemphasized (Ajayi &amp; Ekundayo, 2008). &nbsp; &nbsp; &nbsp; &nbsp; In our contemporary world, higher education is an important means for economic and social development and progress of a country. It should be noted that higher education is not just one of many means to a middle-class life; it has become most essentially the only means (Tierney, 2006).</p><p>The university admission system is charged with the responsibility of admitting prospective students into the university using guidelines that are set by the Joint Admission and Matriculation Board and the National University Commission. The Federal government of Nigeria established the Joint Admission and Matriculation Board (jamb) in 1978 to handle admission processes (Asein &amp; Lawal, 2007). The board aims at establishing a unified standard for carrying out matriculation examination and giving admission to qualified candidates into the university academic system (Asein &amp; Lawal, 2007).</p><p></p><p>A prospective candidate must acquire at least a five credit pass in relevant senior secondary school subjects include Mathematics and English and also to score the required score in the Unified Tertiary Matriculation Examination (UTME) for the desired choice of institution and course (Salim, 2006). The guidelines set by the federal government for admission into institution of higher learning (State, Federal and Private Universities) are based on quota systems in which 45% of candidates are admitted on merit, 35% on catchment and 20% on educationally less developed states mostly the northern states.(Bakwaph, 2013). Considering the statistics above only 45% of students are admitted based on high academic performance, the admission system has failed due to cheating, bribery for admission, exam scores manipulation and most of the competent candidates are denied admission (Moja, 2000), although the admission policy provides equitable admission into the universities.</p><p>This situation has affected the standard of students being admitted into tertiary institutions, students admitted find it difficult to pass their first year courses, and those who passes do have poor grades, greater number of university graduates in Nigeria graduates with grades below the second class upper division and the number of student spilling over is increasing regularly and a worse scenario is the case in which graduates from tertiary institutions are not productive in the labor market due to the fact that they perform below expectation of the employers (Ajaja 2010).</p><p>The inability of the university admission system to give admission to candidate who will likely do well and other factors has being held responsible for the decline in the performance of undergraduate student. Hence this study takes a different approach to solve the problem of admission by exploring how to use an artificial neural network model to predict the performance of a candidate before offering the candidate admission. An artificial neural network has the ability to learn and extrapolate patterns therefore predicting student performance will be based on extrapolating patterns from historical data of previous student and their respective performance</p><p></p></b></b></b></div><b><b><b><div><p><b>1.1 &nbsp; &nbsp; &nbsp; Statement of the Problem</b></p><p>The poor quality of graduates of most Nigerian universities is overwhelming and the ability to predict or forecast the performance of students remains significant to the growth and development of an institution and the country at large.</p><p>The quality of candidates who are to be admitted into the universities of higher learning affects the level of training and research within the academic institution and generally affects the development and growth of the country.</p><p>The inability of the university admission system to give admission to candidate who will likely do well and other factors has being held responsible for the decline in the performance of undergraduate student, for this reason this research work tries to proffer solution by providing a means to evaluate prospective student who are to be considered for admission, so thereby admitting those who are likely to perform well in school.</p><p><b>1.2 &nbsp; &nbsp; &nbsp; Aim and Objectives</b></p><p>The aim of this project work is to use an artificial neural network model to predict prospective candidate’s performance when admitted. This aim is achievable through the following objectives</p><p>1. &nbsp; &nbsp; To determine key factors that directly or indirectly affects the performance of students</p><p>2. &nbsp; &nbsp; To transform highlighted key factors into a form that can be represented in a neural network</p><p>3. &nbsp; &nbsp; To use transformed factors as background data to train, validate and test an artificial neural network that can predict a student performance seeking admission into the university or institution of higher learning.</p><p><b>1.3 &nbsp; &nbsp; &nbsp; Scope of the Study</b></p><p>This study attempts to identify various factors that affect students’ performance or factors that have the potential of determining how a candidate will perform when admitted into the university and uses this factors as background data for system coding so as to use a suitable artificial neural network model to predict a prospective student performance.</p><p>This study spans the department of Computer Science, Federal University of Technology Minna.</p><p><b>1.4 &nbsp; &nbsp; &nbsp; Limitation of the Study</b></p><p><b></b></p><b><p>Data used to train, validate and test the network was obtained from the department of computer science Federal University of Technology Minna, therefore it may not be generalize to other department and schools of higher learning.</p><p><b>1.5 &nbsp; &nbsp; &nbsp; Significance of the Study</b></p><p>The ability to predict or forecast the performance of a prospective candidate seeking admission will eliminate the problem faced by the university admission system in determining which student will do well when admitted into the institution hence improves the University admission system</p></b></div></b></b></b> <br><p></p>

Blazingprojects Mobile App

📚 Over 50,000 Project Materials
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Software coding and Machine construction
🎓 Postgraduate/Undergraduate Research works
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Computer Science. 2 min read

Adaptive Cybersecurity Threat Detection Using Machine Learning Techniques...

What This Project Is About This project focuses on developing a system that can detect cybersecurity threats, such as hacking attempts or malware, more effectiv...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

AI-Powered Real-Time Language Translation System...

What This Project Is About This project involves creating a system that can understand and translate spoken language from one language to another instantly. The...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

Developing an AI-Powered Personal Health Assistant Chatbot...

What This Project Is About This project focuses on creating a chatbot that uses artificial intelligence (AI) to help people manage their health. The chatbot wil...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Deep Learning-Based Real-Time Cybersecurity Threat Detection System...

This project is about creating a system that can automatically detect cybersecurity threats, such as hacking attempts or malware attacks, in real-time using adv...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Development of an AI-Powered Personalized Learning Platform...

This project is about creating a smart online learning platform that adapts to each student's individual needs and ways of learning. Traditional education metho...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

Predicting Disease Outbreaks Using Machine Learning and Data Analysis...

The project topic, &quot;Predicting Disease Outbreaks Using Machine Learning and Data Analysis,&quot; focuses on utilizing advanced computational techniques to ...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Implementation of a Real-Time Facial Recognition System using Deep Learning Techniqu...

The project on &quot;Implementation of a Real-Time Facial Recognition System using Deep Learning Techniques&quot; aims to develop a sophisticated system that ca...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Applying Machine Learning for Network Intrusion Detection...

The project topic &quot;Applying Machine Learning for Network Intrusion Detection&quot; focuses on utilizing machine learning algorithms to enhance the detectio...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Analyzing and Improving Machine Learning Model Performance Using Explainable AI Tech...

The project topic &quot;Analyzing and Improving Machine Learning Model Performance Using Explainable AI Techniques&quot; focuses on enhancing the effectiveness ...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us