Linear Regression
是利用称为线性回归方程的最小平方函数对一个或多个自变量和因变量之间的关系进行建模的一种回归分析。这种函数是一个或多个称为回归系数的模型参数的线性组合(自变量都是一次方)。只有一个自变量的情况称为简单回归,大于一个自变量情况的叫做多元回归。
介绍
线性回归模型函数

损失函数
****

优点
结果易于理解
计算简单
Becoming a super hero is a fairly straight forward process:
$ give me super-powers
Once you're strong enough, save the world:
// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
Last updated
Was this helpful?