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

learning rate+feature +polynomial regression

时间:2017-04-02 21:01:57      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:ace   rate   into   other   ted   bsp   about   when   nbsp   

well ,I have to say it‘s quite wise to trans cube into mutiple feature.Like you have y=2+3x+4x^2 +...and you choose to use y=a+3x1+4x2+....You have one feature ,but you rather more feature than cubed(three times).Also U have to use feature scaling carefully.Cause they are not really multiple features.You need to guarantee their relationship static.

let‘s talk about learning rate.We know it could work when it‘s static.Then the value of it could be crucial.Too big will not convergence.Too small will be slow.Though the video did‘t point out , I think the feature scaling should be the factor affect learning rate.Like your scaling is -1~1.you don‘t want 500 to be your learning rate.Obviously it‘s too big.The count pic of unfited rate have been showed in the video.

I do advise you not using vedio in chinese version.If you can‘t understand through listening.Then use subtitles in English.It will help you with test.

And as I‘ve warned you before ,he asked about the feature scaling .And I‘m sure you can fix that.

Another thing is about decrease your features.Like you can replace width and length with square.

  

 

learning rate+feature +polynomial regression

标签:ace   rate   into   other   ted   bsp   about   when   nbsp   

原文地址:http://www.cnblogs.com/SweetBeens/p/6659782.html

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