标签:
machine learning (2)
The Hypothesis Function:
,一个假设的函数(求出假设的 θ0 和 θ1,这个是我们的目标,愈近的接近真实的y值),这样可以根据input value(x)来计算output value(y)
Cost Function:
(y为真实的值),用来衡量假设函数(hypothesis function)的准确性,
Gradient Descent: 一种用来自动提高hypothesis function准确性的方法
,朝着cost function的导数方向以a系数倍数逼近真值。
(j=0,1) Gradient Descent for Linear Regression: 
标签:
原文地址:http://www.cnblogs.com/yan2015/p/4505618.html