一天搞懂机器学习PPT笔记-2

Tips for Training DNN

minimize total loss

这里写图片描述

more layers do not imply better

这里写图片描述
- so it is hard to get the power of deep

Learning rate

  • popular&simple idea:reduce the learning rate by some factor every few epochs
    – at the beginning,we are far from the destination,so we use larger learning rate
    – after several epochs,we are close to the destination,so we reduce the learning rate.
    – a demo rate function:rate = init rate / sqrt(t+1)
    – learning rate cannot be one-size-fits-all,so we should give different parameters and different learning rates.

hard to find optimal network parameters

这里写图片描述
- there are many points where the value of judging the parameters is 0.so we has the Momentum

Momentum

这里写图片描述
– to make sure that we can find the better parameters

Why Overfitting

  • training data and testing data can be different
  • learning target is trained by the training data
  • the parameters achieving the learning target do not necessary have good results on the testing data

panacea for OverFitting

  • have more training data
  • create more training data,for example:
    这里写图片描述

some ways to reduce the time to get the better parameters

  • early Stopping
    这里写图片描述
  • weight decay
    这里写图片描述
  • drop out
    这里写图片描述
    这里写图片描述

Variants of Neural Networks

  • Convolutional Neural Network(Widely used in image processing)
  • Recurrent Neural Network(RNN)
    这里写图片描述
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值