《深度学习2021》——第一节 机器学习基本概念

机器学习的目标

  • Regression
  • Classification
  • Stuctured Learning

Machine Learning <=> Look for function

  1. Function with unknown parameter (Model)
  2. Define loss from train data
  • input: w,b
  • output: how good a set of value is
  1. Optimization w*, b* = argmin L

Piecewise linear

From the perspective of deep learning, all curve can be approximated by constant + sum of a set of hard sigmoid

c sinmoid(b + wx)

  • w: change slopes
  • b: shigt
  • c : height

When x is single variable

  • y = b + sigma_i (c_i * sigmoid(b_i + w_i * x_i)

When x is multivariate

  • y = b + sigma_i (c_i * sigmoid(b_i + sigma_j(w_ij * x_j))
    that is: y = b + c^T sigmoid(b + w^T *X)

深度学习的目标

Based on the above piecewise linear, the goal of deep learning can be described below:

  • Define function with unknown parameters: y = b + c^T sigmoid( b + w^T * X)
  • Define loss function: L(theta)
  • Optimization: theta* = argmin L(theta)

Sigmoid can also be replaced by ReLu (rectified linear unit)
Tow ReLu can synthesize the hard sigmoid

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值