美文网首页
lecture1机器学习by李宏毅

lecture1机器学习by李宏毅

作者: 滚滚233 | 来源:发表于2017-05-25 22:08 被阅读0次

Regression

step1:model

y=b+w*x cp

step2:goodness of function

loss function:how bad the function is

step3:best function

令Lf最小

GRADIENT DESCENT:协助计算偏微分

lenear 无需考虑此问题

Overfitting:A more complex model does not always lead to better performance on testing data.

hidden factor->

back to step1:redesign the model

back to step2:regularizaton

越平滑,对noise越不敏感。training data误差越小,但testing data误差不一定


相关文章

网友评论

      本文标题:lecture1机器学习by李宏毅

      本文链接:https://www.haomeiwen.com/subject/atozxxtx.html