firaszaarouri/ml-regression-gradient-descent
Multi-linear regression via gradient descent from scratch — Energy & Loans datasets. Custom GD matches sklearn exactly (R²=0.93).
Stars
—
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/firaszaarouri/ml-regression-gradient-descent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jolars/sortedl1
Python package for Sorted L-One Penalized Estimation (SLOPE)
gugarosa/opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
hiroyuki-kasai/SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
SENATOROVAI/L-BFGS-B-solver-course
Linear regression with the LBFGSB (Limited-memory Broyden-Fletcher-Goldfarb-Shanno BFGS) solver...
loeweX/Forward-Forward
Reimplementation of Geoffrey Hinton's Forward-Forward Algorithm