当前位置:网站首页>个人对卷积神经网络的理解
个人对卷积神经网络的理解
2022-07-05 18:11:00 【Rashore】
个人对卷积神经网络的理解
从入学开始到现在接触深度学习马上一年了,今天总结一下自己对卷积的理解,可能有理解不到位,欢迎大家批评指正!
卷积神经网络网络通常是由多个不同中间层组成,包括卷积层、池化层、全连接层等,通常采用卷积神经网络训练时大致流程当我们给定一张输入图像经过不同的网络层,经过正向传播得到最后的输出层,然后计算预测值和真实值的差值作为误差损失。然后通过对损失求导的方式将误差进行反向传播,经过每层神经网络时使用优化器来更新模型参数这样就完成了一次迭代,通常情况下是不断重复这个过程直到模型收敛。
卷积到底是什么东西呢?其实一句话概括,卷积层主要是来提取特征。卷积的发现是仿照人大脑来设计,生物学者在研究人大脑时候发现人的视觉中枢的神经元上有很多小的接受域,会对视觉中的小的接受域范围内的视觉刺激做出反应。受这一点的启发,卷积也就出现了。卷积操作中也存在一个接受域也就是卷积核来回扫描图片,卷积核的接受域是重叠的,它们共同组成了完整的视野。
边栏推荐
猜你喜欢

Star Ring Technology launched transwarp Navier, a data element circulation platform, to help enterprises achieve secure data circulation and collaboration under privacy protection

nano的CAN通信

第十一届中国云计算标准和应用大会 | 云计算国家标准及白皮书系列发布 华云数据全面参与编制

南京大学:新时代数字化人才培养方案探讨

Failed to virtualize table with JMeter

让更多港澳青年了解南沙特色文创产品!“南沙麒麟”正式亮相

GFS distributed file system

Copy the linked list with random pointer in the "Li Kou brush question plan"

Wu Enda team 2022 machine learning course, coming

使用Jmeter虚拟化table失败
随机推荐
热通孔的有效放置如何改善PCB设计中的热管理?
About Statistical Power(统计功效)
模拟百囚徒问题
Multithreading (I) processes and threads
第十一届中国云计算标准和应用大会 | 华云数据成为全国信标委云计算标准工作组云迁移专题组副组长单位副组长单位
Sophon autocv: help AI industrial production and realize visual intelligent perception
"Xiaodeng in operation and maintenance" is a single sign on solution for cloud applications
Zabbix
How awesome is the architecture of "12306"?
小白入门NAS—快速搭建私有云教程系列(一)[通俗易懂]
LeetCode笔记:Weekly Contest 300
第十一届中国云计算标准和应用大会 | 云计算国家标准及白皮书系列发布 华云数据全面参与编制
To solve the stubborn problem of Lake + warehouse hybrid architecture, xinghuan Technology launched an independent and controllable cloud native Lake warehouse integrated platform
ISPRS2022/雲檢測:Cloud detection with boundary nets基於邊界網的雲檢測
Delete some elements in the array
The easycvr platform reports an error "ID cannot be empty" through the interface editing channel. What is the reason?
Leetcode daily question: merge two ordered arrays
【在优麒麟上使用Electron开发桌面应】
[JMeter] advanced writing method of JMeter script: all variables, parameters (parameters can be configured by Jenkins), functions, etc. in the interface automation script realize the complete business
寻找第k小元素 前k小元素 select_k