Skip to content

johnson056029/Machine-Learning

Repository files navigation

Ax = b
A.T @ Ax = A.Tb
x = (A.T @ A)^(-1) A.Tb

(data_x, data_y) : data points
A: design matrix; [ data_x^n data_x^(n-1) ... data_x^0 ]
b: data_y
x: coefficients for fitting line

About

Homework assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors