AI for Predicting Student Performance
AI for Predicting Student Performance
The performance of predictive models was evaluated using metrics such as Mean Squared Error (MSE) for regression tasks and Accuracy, Precision, and Recall for classification tasks. These metrics helped in assessing how well the models predicted student performance and identifying areas for improvement .
The AI project cycle includes problem scoping, data acquisition, data exploration, modeling, and evaluation. Data was collected from school records and transformed into a CSV format for analysis. Exploratory Data Analysis was conducted to understand feature distributions and correlations. Regression models were used for prediction, and their performance was evaluated using metrics like Mean Squared Error and R² score .
Educators face challenges in identifying students likely to underperform in exams. The AI-based prediction seeks to use historical data and analytics to address this by identifying at-risk students early on, allowing educators to provide timely interventions and support .
AI can predict student performance by analyzing historical data such as study hours, attendance, previous academic scores, and participation in extracurricular activities. Techniques include data preprocessing, visualization, and machine learning models. This approach helps educators identify students who may require additional support .
Python was used for data exploration, model training, and applying regression algorithms, such as Linear Regression. Orange, a visual programming tool, facilitated the creation of a workflow including data import, column selection, and model testing, leading to data mining and visualization .
Regression algorithms like Linear Regression were mentioned for predicting student exam performance. These algorithms help in quantifying the relationship between input features and the final exam score, allowing for predictions of numerical outcomes .
Data preprocessing involved handling and cleaning the data from school records, attendance sheets, and exam results, converting them into a CSV format, which is crucial for ensuring data quality and accuracy in predictions. This process involves preparing the data for Exploration and Modeling stages, which directly impacts the performance of the models used .
Storytelling and report presentation skills are critical for effectively communicating the findings and insights gained from AI projects. They help in translating technical results into understandable and actionable information for stakeholders like teachers and administrators, facilitating informed decision-making and strategic planning .
Insights included that attendance and hours studied are strong predictors of success, extracurricular participation helps improve performance, and consistent attendance can lead to improvement even for students with low previous scores. The model achieved an R² score of 0.87, indicating a strong correlation between features and final exam marks .
The study identifies attendance and hours studied as the top predictors of student success. Participation in extracurricular activities also moderately improves performance, and students with low previous scores but consistent attendance often show improvement .