当前位置:网站首页>Personal understanding of convolutional neural network
Personal understanding of convolutional neural network
2022-07-05 18:20:00 【Rashore】
Personal understanding of Convolutional Neural Networks
It's been almost a year since I entered school and now I have been exposed to deep learning , Today, I would like to summarize my understanding of convolution , There may be a lack of understanding , Welcome criticism !
Convolutional neural networks are usually composed of many different middle layers , Including convolution layer 、 Pooling layer 、 Full connectivity layer, etc , Generally, convolutional neural network is used to train. When we give an input image, it passes through different network layers , The final output layer is obtained through forward propagation , Then calculate the difference between the predicted value and the real value as the error loss . Then the error is back propagated by deriving the loss , After each layer of neural network, the optimizer is used to update the model parameters, which completes an iteration , Usually, this process is repeated until the model converges .
What exactly is convolution ? In fact, one sentence generalizes , Convolution layer is mainly used to extract features . The discovery of convolution is modeled on the human brain , When studying the human brain, biologists found that there are many small receptive domains on the neurons of the human visual center , Will respond to visual stimuli within the small receptive domain of vision . Inspired by this , Convolution also appears . There is also a receiving domain in convolution operation, that is, convolution kernel scans the picture back and forth , The acceptance domain of convolution kernel is overlapping , Together, they form a complete vision .
边栏推荐
- 在一台服务器上部署多个EasyCVR出现报错“Press any to exit”,如何解决?
- 破解湖+仓混合架构顽疾,星环科技推出自主可控云原生湖仓一体平台
- Nacos distributed transactions Seata * * install JDK on Linux, mysql5.7 start Nacos configure ideal call interface coordination (nanny level detail tutorial)
- 星环科技数据安全管理平台 Defensor重磅发布
- 【在优麒麟上使用Electron开发桌面应】
- How can cluster deployment solve the needs of massive video access and large concurrency?
- nano的CAN通信
- Whether to take a duplicate subset with duplicate elements [how to take a subset? How to remove duplicates?]
- 从XML架构生成类
- 消除`if()else{ }`写法
猜你喜欢

吳恩達團隊2022機器學習課程,來啦

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

Can communication of nano

ISPRS2022/雲檢測:Cloud detection with boundary nets基於邊界網的雲檢測

Tupu software digital twin | visual management system based on BIM Technology

How to obtain the coordinates of the aircraft passing through both ends of the radar

Sophon kg upgrade 3.1: break down barriers between data and liberate enterprise productivity

ConvMAE(2022-05)

寻找第k小元素 前k小元素 select_k

nano的CAN通信
随机推荐
jdbc读大量数据导致内存溢出
pytorch yolov5 训练自定义数据
通过SOCKS代理渗透整个内网
《2022中国信创生态市场研究及选型评估报告》发布 华云数据入选信创IT基础设施主流厂商!
Numerical calculation method chapter8 Numerical solutions of ordinary differential equations
Sophon kg upgrade 3.1: break down barriers between data and liberate enterprise productivity
Record a case of using WinDbg to analyze memory "leakage"
ClickHouse(03)ClickHouse怎么安装和部署
FCN: Fully Convolutional Networks for Semantic Segmentation
登录连接 CDB 和 PDB
Multithreading (I) processes and threads
破解湖+仓混合架构顽疾,星环科技推出自主可控云原生湖仓一体平台
[QNX Hypervisor 2.2用户手册]6.3.2 配置VM
Memory management chapter of Kobayashi coding
Nanjing University: Discussion on the training program of digital talents in the new era
Le cours d'apprentissage de la machine 2022 de l'équipe Wunda arrive.
文章中的逻辑词
Image classification, just look at me!
第十一届中国云计算标准和应用大会 | 云计算国家标准及白皮书系列发布 华云数据全面参与编制
Wu Enda team 2022 machine learning course, coming