继续dropout

dropout VS. L2 VS ensemble learning

  • Ensemble learning using a different set of hidden units in every iteration (this is the dropout) performs better than when using the same set of hidden units throughout the learning.
    Note that even with dropout learning using more hidden units than ensemble learning, overfitting did not occur
  • L2与dropout的正则化效果相当,在SGD+L2的配置中需要不断尝试学习速率α,而dropout没有对应微调参数。

Selective Dropout

文献:Barrow E, Eastwood M, Jayne C. Selective Dropout for Deep Neural Networks[M]// Neural Information Processing. Springer International Publishing, 2016.
方法:根据dropout率来决定每层需要dropout的单元数,分别以下面三个值来产生三个神经单元选择概率,值越大者越

  • 权重变化度: avgk=1nj=1n(|W(i)jkW(i1)jk|) ,变化越大则说明该单元还处于积极学习中,则dropout的概率要越低。

  • 权重平均值: avgk=1nj=1n(W(i)jk) ,该值越大意味着对应神经元基本学会,则其dropout的概率要越大。

  • 输出方差: N_Variancek=variance(X(i1)k) ,该值越大意味着该单元基本稳定,则其dropout的概率要越大。

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值