iiitl / iiitl/Linear-Regression
Train full batch gradient descent model from scratch
Open
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
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