An open API service indexing awesome lists of open source software.

https://github.com/anshpg/tsf-sp-linear

During my internship at The Sparks Foundation, I was tasked with predicting students' percentages based on the number of hours they studied.
https://github.com/anshpg/tsf-sp-linear

data-science linear-regression thesparksfoundationinternship

Last synced: over 1 year ago
JSON representation

During my internship at The Sparks Foundation, I was tasked with predicting students' percentages based on the number of hours they studied.

Awesome Lists containing this project

README

          

# Personalized Linear Regression Approach for Student Performance Prediction

https://github.com/ANSHPG/TSF-SP-LINEAR/assets/132222062/e050904a-243a-40a7-bbe5-eb2d9188d0e5

During my internship at The Sparks Foundation, I was tasked with predicting students' percentages based on the number of hours they studied. This project involved a straightforward dataset with just two variables: hours and scores. Instead of relying on external libraries like scikit-learn, I opted to develop my own linear regression algorithm to tackle the task.

I'm pleased to share that through this approach, I successfully minimized the mean absolute error to 4.97, with an alpha (speed of convergence) of around 1.0e-2.

For a deeper insight into my methodology and implementation, I've provided a link to the GitHub repository.

github_repository: https://github.com/ANSHPG/LinearLuminary

Thank you for your interest!