Alexnet 论文 深度之眼学习笔记

图片引于它出在这里插入图片描述网络参数及连接计算在这里插入图片描述
Reducing overfitting
4.1 Data Augmentation

  • image translations(平移)and horizontal reflections (水平翻转)
  • extract randomly 224 * 224 patches(截图)from 256 * 256 images
    in this case, data size grow by 2048 (=2*(256 - 224) * (256 - 224) )倍
  • perform PCA on the set of RGB, 并对主成分进行标准差为0.1的高斯扰动, increase noise and reduce error rate
    PCA(降维)详解
  • at test time, extract five 224 * 224 patches (one from center and other four from corner) as well as horizontal reflection, hence 共提取10次
    4.2 Dropout
  • dropout rate is 0.5

Hyperparameters

  • 批量大小 mini batchsize = 128
  • 权重衰减 weight decay =0.0005
  • 学习率 learning rate = 0.01 衰减率为0.1
  • 轮数 epoches = 90
  • initialization of weights : zero-mean Gaussian distribustion with standard deviation 0.01 ( 均值为0 方差为1 的高斯分布)
  • initialization of neuron biases is constant 1 in 2,4,5 convolutional layers , the remaining layers is constant 0

知识补充
steps 迭代次数 - 学习完所有数据所需要的次数
epoch 轮数 - 所有数据学习一遍为一个epoch

Feature of network

  • Using ReLU
  • Dropout
  • max-pool layer
  • LRN layer(but not widely use)
  • some tircks about data augmentation
    在这里插入图片描述
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值