zoukankan      html  css  js  c++  java
  • learning rate+feature +polynomial regression

    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.

      

    本博客专注于错误锦集,在作死的边缘试探
  • 相关阅读:
    【Leetcode】113Path Sum II
    【leetcode】112. Path Sum
    virtualbox 中安装win7虚拟机
    制作一个vagrant的win7 box
    socket编程
    异常处理
    strip(),replace()和re.sub()用法
    面象对象 高阶篇
    面象对象 基础篇
    Subprocess模块介绍
  • 原文地址:https://www.cnblogs.com/SweetBeens/p/6659782.html
Copyright © 2011-2022 走看看