iiitl / iiitl/Linear-Regression

Train full batch gradient descent model from scratch

Open
#2 25 comments 0 reactions 0 assignees View on GitHub
medium scratch
Dominant language
Jupyter Notebook
Stars
0
Forks
36
PR merge metrics
No merged PRs in 30d

Description

Implement full training loop with vectorized batch gradient descent using NumPy only.
Plot loss across iterations and report final MAE, RMSE, and R2 on test data.

Contributor guide

Open the contributing guide

Research direction

Start by inspecting the repository's Jupyter notebook and locate the model-training and evaluation sections. Implement the full vectorized batch gradient descent loop with NumPy, plot loss across iterations, and verify final MAE, RMSE, and R2 on the test data.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter, numpy
Domain
machine-learning
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.