SENATOROVAI/Normal-equations-scalar-form-solver-simple-linear-regression-course
The normal equations for simple linear regression are a system of two linear equations used to find the optimal intercept and slope that minimize the sum of squared residuals. They are derived from the ordinary least squares (OLS) method and can be expressed in scalar or matrix form.Solver
Stars
18
Forks
14
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 01, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SENATOROVAI/Normal-equations-scalar-form-solver-simple-linear-regression-course"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
stabgan/Multiple-Linear-Regression
Implementation of Multiple Linear Regression both in Python and R
SENATOROVAI/Normal-equation-solver-multiple-linear-regression-course
Multiple Linear Regression (MLR) models the linear relationship between a continuous dependent...
SENATOROVAI/underfitting-overfitting-polynomial-regression-course
Underfitting and overfitting are critical concepts in machine learning, particularly when using...
andrescorrada/IntroductionToAlgebraicEvaluation
A collection of essays and code on algebraic methods to evaluate noisy judges on unlabeled test data.
TatevKaren/data-science-popular-algorithms
Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems,...