Datawhale 深度学习task02 --- 回归

回归可以做什么

  • 股票预测:输入是股票信息,输出的是明天的Dow Jones Industrial
  • 无人车驾驶:输入是各种tensor,输出是方向盘角度
  • 推荐系统:输入是使用者A和商品B,输出是购买的可能性

机器学习的三个步骤

Step1:Model

  • 假设是 y = b + w * x c p x_{cp} xcp 用其来代表这一系列function的集合
  • 那么这一系列的function就可以为:f1: y = 10.0 + 9.0 * x c p x_{cp} xcp 或 f2: y = 9.8 + 9.2 * x c p x_{cp} xcp等等
  • Linear Model: y = b + ∑ w i x i \sum w_ix_i wixi
    • x i x_i xi: an attribute of input x (feature)
    • w i w_i wi: weight
    • b b b: bias

Step2:Goodness of Function

  • 需要有一个training data,然后通过loss function来定义Function f的好坏
  • Loss function L:input: a function, output: how bad it is
    • L(f) = L(w,b) 所以可以说Loss function L是在衡量一组参数w和b的好坏

Step3:Best Function

  • f ∗ = a r g m i n f L ( f ) f* = arg min_f L(f) f=argminfL(f)
    在这里插入图片描述
  • Gradient Descent
    在这里插入图片描述
  • 在Linear Model是没有Local optimal的
    在这里插入图片描述
  • 过拟合
    • A more complex model does not always lead to better performance on testing data
  • 正则化
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

五月的天气

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值