【DL】神奇的BN: Batch Nomalization

Batch Normalization(BN)通过规范化层输入解决内部协变量转移问题,提高训练速度,允许使用更高学习率。它涉及计算每批数据的均值和标准差,调整激活函数避免线性区域,通常配合学习到的尺度参数。BN在许多实验中表现出色,但在某些情况下可能导致性能下降,可能因任务简单或限制梯度范围。在深度学习实践中,BN的效果依赖于具体问题。
摘要由CSDN通过智能技术生成

Backto DL Index

BN 论文源自 这里.

Abstract: Training Deep Neural Networks is complicated by the fact that the distribution of each layer’s inputs changes during training, as the parameters of the previous layers change. This slows down the training by requiring lower learning rates and careful parameter initialization, and makes it notoriously hard to train models with saturating nonlinearities. We refer to this phenomenon as internal covariate shift, and address the problem by normalizing layer inputs.
Our method draws its strength from making normalization a part of the model architecture and performing the normalization for each training mini-batch. Batch Normalization allows us to use much higher learning rates and be less careful about initialization, and in some cases eliminates the need for Dropout.

目的就是为了加速训练,防止训练跑偏。防止形如 0. 9 30 ≈ 0.04 0.9^{30} \approx 0.04 0.9

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值