iiitl / iiitl/Linear-Regression
Implement prediction, MSE loss, and gradient formulas
Open
medium
scratch
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
From scratch, implement prediction function, MSE loss, and analytic gradients.
Verify gradient correctness using a small numerical gradient check and document the error difference.
Contributor guide
Research direction
Open the repository's Jupyter Notebook and locate the linear-regression implementation area; start by reading the existing model structure and surrounding examples. Implement prediction, MSE loss, and analytic gradients, then verify them with a small numerical gradient check and document the error difference in the notebook.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100