Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yashkathe/final-grades-estimator-regression

A linear regression model that predicts student performance based on various educational factors, implemented using pytorch. Also implemented Linear Regression from scratch without any libraries
https://github.com/yashkathe/final-grades-estimator-regression

linear-regression pytorch regression-models supervised-learning

Last synced: about 4 hours ago
JSON representation

A linear regression model that predicts student performance based on various educational factors, implemented using pytorch. Also implemented Linear Regression from scratch without any libraries

Awesome Lists containing this project

README

        

# Linear Regression

Linear regression is a fundamental statistical method used in machine learning to model the relationship between a dependent variable and one or more independent variables. It is particularly useful for predicting outcomes based on input data

## Dataset

1. [Regression] Student Performance:

## Table of Content

- [Linear Regression from scratch](./linear_regression_from_scratch.ipynb)
- [Mathematics behind Linear Regression](./Linear-Regression-Mathematics-notes.pdf)
- [Predict Student Performance](./predict-student-performance.ipynb)

## Score Prediction Graph

R2 Score: 0.95
![Scaled Score Graph](image.png)