码迷,mamicode.com
首页 > 系统相关 > 详细

machine learning (2)

时间:2015-05-15 13:34:22      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

machine learning (2)

  • Linear regression with one variable = univariate linear regression: 由一个输入变量预测出一个output (regression problem预测连续的值).                                  single input<--->single output 
  • univariate linear regression = Linear regression with one variable 
  • The Hypothesis Function:  技术分享,一个假设的函数(求出假设的 θ0 和 θ1,这个是我们的目标,愈近的接近真实的y值),这样可以根据input value(x)来计算output value(y)

  • Cost Function: 技术分享(y为真实的值),用来衡量假设函数(hypothesis function)的准确性,

  • Squared error function = cost function
  • Mean squared error = cost function
  • Gradient Descent: 一种用来自动提高hypothesis function准确性的方法    

  • learning rate技术分享,朝着cost function的导数方向以a系数倍数逼近真值。
  • The gradient descent equation技术分享        (j=0,1)  
  • Gradient Descent for Linear Regression技术分享

machine learning (2)

标签:

原文地址:http://www.cnblogs.com/yan2015/p/4505618.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!