当前位置:网站首页>Introduction to convolutional neural network
Introduction to convolutional neural network
2022-07-05 05:33:00 【Li Junfeng】
introduce
Using fully connected neural network Handwritten digit recognition A high accuracy has been achieved , But this can be improved .
First, let's look at the problems of fully connected neural networks : It ignores structure , When inputting pictures into neural network , It directly converts it into a column , Ignore the relationship between pixels and other pixels in position .
In this simple handwritten numeral recognition , Ignoring this structural relationship can still maintain a good accuracy , But for more complex image recognition , Ignoring this structural relationship often leads to poor results . Therefore, a new neural network is needed to solve this problem .
Convolutional neural networks
Convolutional neural networks (Convolutional Neural Networks, CNN) It is a kind of feedforward neural network with convolution calculation and depth structure (Feedforward Neural Networks), It's deep learning (deep learning) One of the representative algorithms of .
The difference with full connection
Compared with full connection , Convolutional neural networks use Convolution layer And Pooling layer Process the features of the image , Then output the result with full connection .
Convolution layer needs to learn parameters , Convolution check with different parameters, different images will make different responses .
The pooling layer does not need to learn parameters , Generally speaking, it takes the maximum value or average value . But the existence of pooling layer can greatly increase the robustness of neural network , Because even if there are some small changes , It has little effect on the output of the pooling layer .
Why still use full connection
Because in most cases , We don't know the relationship between these parameters , And full connection provides a good platform .
It assumes that all parameters are related , Through constant learning , The edge power of some relationships will continue to grow , It shows that this relationship is real ; But the edge power of some relationships will continue to decrease , It shows that this relationship does not exist or is very weak , It won't have much impact on the final result .
边栏推荐
- Remote upgrade afraid of cutting beard? Explain FOTA safety upgrade in detail
- Palindrome (csp-s-2021-palin) solution
- 读者写者模型
- Improvement of pointnet++
- Support multi-mode polymorphic gbase 8C database continuous innovation and heavy upgrade
- Chapter 6 data flow modeling - after class exercises
- Use of room database
- Haut OJ 1241: League activities of class XXX
- 每日一题-搜索二维矩阵ps二维数组的查找
- Detailed explanation of expression (csp-j 2021 expr) topic
猜你喜欢
SAP-修改系统表数据的方法
CF1634E Fair Share
[to be continued] [UE4 notes] L1 create and configure items
利用HashMap实现简单缓存
Sword finger offer 58 - ii Rotate string left
Sword finger offer 53 - I. find the number I in the sorted array
剑指 Offer 04. 二维数组中的查找
Service fusing hystrix
Fried chicken nuggets and fifa22
Double pointer Foundation
随机推荐
[to be continued] I believe that everyone has the right to choose their own way of life - written in front of the art column
Reflection summary of Haut OJ freshmen on Wednesday
Educational Codeforces Round 116 (Rated for Div. 2) E. Arena
kubeadm系列-01-preflight究竟有多少check
CF1634E Fair Share
kubeadm系列-00-overview
Configuration and startup of kubedm series-02-kubelet
Graduation project of game mall
Acwing 4300. Two operations
A misunderstanding about the console window
全国中职网络安全B模块之国赛题远程代码执行渗透测试 //PHPstudy的后门漏洞分析
剑指 Offer 58 - II. 左旋转字符串
[sum of two numbers] 169 sum of two numbers II - enter an ordered array
Annotation and reflection
Codeforces Round #716 (Div. 2) D. Cut and Stick
Yolov5 adds attention mechanism
Drawing dynamic 3D circle with pure C language
软件测试 -- 0 序
Haut OJ 1321: mode problem of choice sister
剑指 Offer 06.从头到尾打印链表