当前位置:网站首页>DL第二天
DL第二天
2022-07-13 17:55:00 【太阳在坠落】
1. dropout的作用
典型的神经网络训练过程是将输入通过网络进行正向传导,然后将误差进行反向传播,dropout在这个过程中,网络中的节点以概率p被随机丢弃,本次训练中,被丢弃的节点不再起作用,但是接下来的训练中,之前的“丢弃”节点可能继续被“丢弃”,也可能加入训练。 (p一般设置为0.5,也可以根据模型的过拟合风险情况调整,加大或者减小)
dropout训练类似于bagging训练中的“投票”,对于全连接神经网络而言,用相同的数据集训练n个不同的神经网络可能会得到多个不同的结果,然后利用“投票”机制决定胜出者,从而提升网络性能。同理,对于单个神经网络而言,如果将其分批,虽然不同的网络可能会产生不同程度的过拟合,但是将其共用一个损失函数,相当于同步优化取平均,避免过拟合;
dropout训练减少了神经网络结点之间的共适应性,当隐藏层节点被随机删除后,是的网络具有了一定的稀疏性,从而有效的减轻了不同特征间的协同效应。也就是说,某些特征可能会依赖于固定关系的隐藏节点的共同作用,而通过dropout,迫使一个网络节点和随机挑选出来的其他节点共同工作,达到更好的网络泛化能力。
边栏推荐
- Chapter III use of ld3320 speech recognition module
- 002 pointers and functions
- Rttread dynamic memory allocation
- RT_ Thread producer and consumer issues
- 将字符串s1中所有出现在字符串s2中的字符删除
- 小阶段总结
- Experience of using voice chip jq8400
- VIM usage
- [introduction to go language] 14 go language goroutine and channel details
- 分布式理论
猜你喜欢

Import word document pictures root file system production and mounting
![[Go语言入门] 13 Go语言接口(interface)详解](/img/38/7576257ecc706251e23b8a5ec2d98e.png)
[Go语言入门] 13 Go语言接口(interface)详解
Notice on the completion of Internet of things

Simple thread example - running Lantern - stack space allocation skills

Three minute markdown -- a quick start to basic grammar

Excel-2

Stm32-tim3 output PWM signal to drive mg996r steering gear (key control)

01 machine learning: evaluation indicators

Rttread dynamic memory allocation

宝塔面板在同一服务器下创建多个端口部署项目(轻量应用服务器一键部署网站、博客、GltLab完整版)
随机推荐
ES6 let, const detailed explanation
Chapter I use of DHT11 temperature and humidity sensor
001 null pointer and wild pointer
JVM annual ecosystem report - 2020
How to solve the win10 installer prompt "cannot open the file xxxxx to be written"
Implementation of array flattening
[C language] college student attendance management system
RT_ Use of thread mutexes
[Go语言入门] 10 Go语言Map详解
SSM整合(经典自我版)
[Go语言入门] 14 Go语言goroutine和通道详解
VIM usage
[go language introduction] 06 go language circular statement
Summary of working methods
线性代数知识回顾:矩阵的秩,矩阵的范数,矩阵的条件数,矩阵的特征值和特征向量
obsidian第三方插件无法加载
Three minute markdown -- a quick start to basic grammar
Excel-1
js制作动态小火箭
Excel-2