deeplearning.ai - 深度卷积网络:实例探究

卷积神经网络
吴恩达 Andrew Ng

深度卷积网络:实例探究

LeNet - 5

AlexNet

VGG - 16

ResNet (残差网络)

He et al., 2015. Deep residual networks for image recognition

Residual block
  • shortcut/skip connection (跳远连接)
  • 这里写图片描述
Residual Network
  • 这里写图片描述
  • 信息传递到更深层的网络
  • 当网络层数达到一定的数目以后,网络的性能就会饱和,再增加网络的性能就会开始退化,但是这种退化并不是由过拟合引起的,因为实验发现训练精度和测试精度都在下降,这说明当网络变得很深以后,深度网络就变得难以训练了
  • 有利于解决梯度消失和梯度爆炸 (vanish and explode gradient)
  • 多用于训练深度网络
Why do residual networks work?
  • 残差块学习恒等函数 (identity function) 很容易,不会降低网络效率
  • same convolution ( z[l+2]+a[l] z [ l + 2 ] + a [ l ] make sense)

1×1 convolution

  • the number of channel
  • Network in Network
  • 降低信道数量 (shrink nc n c ),或者增加、不变
  • 给网络添加了一个非线性函数

Inception Network

  • 这里写图片描述
    这里写图片描述
  • 由网络决定使用多大的过滤器,怎样的组合
  • computational cost
  • bottleneck layer 瓶颈层
    这里写图片描述
  • Szegedy et al., 2014, Going Deeper with Convolutions
  • GooLeNet

Transfer Learning 迁移学习

  • use someone else’s pre-trained weighs
  • freeze all of the earlier layers’ weight
  • more data, the smaller layers you freeze

Data Augmentation

  • Morroring operation (镜像对称)
  • Random Cropping (随机裁剪)
  • Color Shifting (颜色变换)
  • PCA Color Augmentation

The State of Computer Vision

  • less data, more hand-engineering
  • lots of data, simple algorithms and little hand-engineering
  • Two sources of knowledge: Labeled data, Hand engineered features/network architecture/other components
  • Tips

    • Train several networks independently and average their outputs
    • Run classifier on multiple versions of test images and average results (10-crop)
    • Use architectures of networks published in the literature, open source implementations, pretrained models

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值