摘要: 一.多变量线性回归问题(linear regression with multiple variables) 预测函数(Hypothesis):hθ(x)=θ0+θ1x1+θ2x2+……+θnxn,记x0=1()所以预测函数使用矩阵相乘的形式可写为:hθ(x)=ΘTX. 代价函数(Cost Func 阅读全文
posted @ 2018-03-07 17:02 LoganGo 阅读(1312) 评论(0) 推荐(1)