• Regularization: how complicated the model is? Regularization, measures complexity of model 使预测准确、平稳 predictive stable


    http://www.kdd.org/kdd2016/papers/files/rfp0697-chenAemb.pdf

    https://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf

    【Training Loss measures how well model fit on training data】

    【Regularization, measures complexity of model】

    【simple】

    【predictive】

    • Why do we want to contain two component in the objective?

    • Optimizing training loss encourages predictive models

     Fitting well in training data at least get you close to training data which is hopefully close to the underlying distribution

    • Optimizing regularization encourages simple models

     Simpler models tends to have smaller variance in future predictions, making prediction stable

    【训练损失:量化对点的拟合度】 

    Training Loss: How will the function fit on the points?

    【泛化、正则化:量化复杂度、通用性】

    Regularization: How do we define complexity of the function?

  • 相关阅读:
    线程学习笔记(一)
    进程间通信
    管道通信操作
    在程序中执行shell命令
    进程控制(一)
    Makefile文件学习总结
    进程学习笔记
    C#不安全代码和指针
    Unity3D ShaderLab 修改渲染队列进行深度排序
    Unity3D ShaderLab 透明裁剪着色器
  • 原文地址:https://www.cnblogs.com/rsapaper/p/7611545.html
Copyright © 2020-2023  润新知