14 results for “topic:studentperformance”
An R-based statistical inference project investigating the drivers of student academic performance. It moves beyond simple prediction to isolate statistically significant factors using multivariate regression, ANOVA, and t-tests.
🎓 Predict student CGPA with 100% accuracy using linear regression on 1,193 records, revealing insights into academic performance and progress.
Achieved 100% accuracy (R²=1.0000) predicting student CGPA using Linear Regression on 1,193 student records. Discovered academic progress perfectly determines performance. Complete ML pipeline: EDA → Perfect Model.
Includes Source Code, PPT, Synopsis, Report, Documents, Base Research Paper & Video tutorials. AI for Personalized Education Systems leverages AI to tailor learning paths, adapt content, and optimize assessments, improving student engagement, understanding, and overall academic performance.
Exploratory Data Analysis and Visualization of Student Performance using Python (Pandas, Matplotlib, Seaborn).
Predicting students performance in exams using machine learning classifiers : Logistic regression, KNN and SVM. Extraction of factors impacting students' performances.
Interactive Python & Streamlit dashboard to analyze student performance, generate automated grades, and track top performers using Pandas
An end-to-end machine learning project that explores student performance data through EDA, feature engineering, and predictive modeling to forecast academic scores.
A machine learning project that predicts student final grades using classical ML algorithms on the Student Performance dataset. The dataset includes student performance data from two Portuguese schools, covering Mathematics and Portuguese language courses with demographic, social, and school-related features.
Student performance prediction models
A machine learning classification project that predicts student academic performance (Low/Medium/High) using behavioral and demographic data. The model analyzes 7 key features including class participation (raised hands, discussions), resource usage, parent involvement, and attendance patterns.
This project analyzes student performance data using Python. It explores how gender, parental education, lunch type, and test preparation affect math, reading, and writing scores. Includes data cleaning, EDA, and visualizations using pandas, matplotlib, and seaborn.
Student Performance (Multiple Linear Regression)
📊 Analyze student performance using R to uncover the factors that significantly impact grades with statistical inference and regression analysis.