Skip to content
#

normal-equation

Here are 35 public repositories matching this topic...

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

  • Updated Mar 1, 2026
  • Jupyter Notebook
Normal-equation-solver-multiple-linear-regression-course

Multiple Linear Regression (MLR) models the linear relationship between a continuous dependent variable and two or more independent (explanatory) variables. Using the equation, it predicts outcomes based on multiple factors. Key assumptions include linearity, constant variance of residuals, and low correlation between independent variables.Solver

  • Updated Mar 1, 2026
  • Jupyter Notebook

First homework of the course Mathematics for Machine Learning, which belongs to Master's Dregree in Applied Maths from the National University of Colombia. It is about least square problem applied to linear and non-linear models in the study of bitcoin time series and its relation with commodity prices, also it's presented an interesting applica…

  • Updated Apr 2, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the normal-equation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the normal-equation topic, visit your repo's landing page and select "manage topics."

Learn more