[深度学习论文笔记][Weight Initialization] 参数初始化部分论文导读

本文探讨了深度学习中权重初始化的重要性,指出全零初始化的弊端,并介绍了Xavier初始化、ReLU调整的初始化、正交矩阵初始化、数据驱动的初始化以及批量归一化等方法。这些方法旨在保持层间神经元的方差,解决使用ReLU等非线性时的梯度问题,加速深度网络训练。
摘要由CSDN通过智能技术生成
Training a CNN is hard because
• Large number of parameters requires heavy computation.
• The learning objective is non-convex, and has many poor local minima.
• Deep network has vanishing/exploding gradients problem.
• Need large amount of training data.

As the matter of to handle vanishing/exploding gradients, methods mainly include
• Careful set the learning rate.
• Design better CNN architecture, activation functions, etc.
• Careful initialization of weights.
• Tuning the data distribution.

We will focus on the last two topics to handle vanishing/exploding gradients problem in this section.


Weight initialization is very important in deep learning. I think one of the reasons that early networks did not work as well is that people did not care about it too much. 


Initializing all the weights to 0 is a bad idea since all the neurons learn the same

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值