码迷,mamicode.com
首页 > 其他好文 > 详细

随机梯度下降(stochastic gradient descent),批梯度下降(batch gradient descent),正规方程组(The normal equations)

时间:2017-09-22 22:42:10      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:gets   desc   batch   set   es2017   问题   toc   before   minimum   

对于一个线性回归问题有

技术分享

为了使得预测值h更加接近实际值y,定义

技术分享

J越小,预测更加可信,可以通过对梯度的迭代来逼近极值

批梯度下降(batch gradient descent)(the entire training set before taking a single step)

技术分享技术分享

随机梯度下降(stochastic gradient descent)(gets θ “close” to the minimum much faster than batch gradient descent)

技术分享

这里可以看到更详细的解释http://www.cnblogs.com/czdbest/p/5763451.html

也可以通过求J的梯度等于0向量来确定极值

技术分享

技术分享

来自吴恩达机器学习

随机梯度下降(stochastic gradient descent),批梯度下降(batch gradient descent),正规方程组(The normal equations)

标签:gets   desc   batch   set   es2017   问题   toc   before   minimum   

原文地址:http://www.cnblogs.com/imageSet/p/7577167.html

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