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

Normal equations 正规方程组

时间:2017-05-08 23:12:11      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:介绍   rate   使用   技术分享   通过   alt   ima   nbsp   images   

前面我们通过Gradient Descent的方法进行了线性回归,但是梯度下降有如下特点:

(1)需要预先选定Learning rate;
(2)需要多次iteration;
(3)需要Feature Scaling;
 
因此可能会比较麻烦,这里介绍一种适用于Feature数量较少时使用的方法:Normal Equation;
 
当Feature数量小于100000时使用Normal Equation;
当Feature数量大于100000时使用Gradient Descent;
 
技术分享
 
技术分享
 
技术分享
 
 

Normal equations 正规方程组

标签:介绍   rate   使用   技术分享   通过   alt   ima   nbsp   images   

原文地址:http://www.cnblogs.com/wangshen31/p/6827794.html

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