当前位置:网站首页>9.卷积神经网络介绍
9.卷积神经网络介绍
2022-07-07 23:11:00 【booze-J】
卷积神经网络
概述
卷积神经网络是近年发展起来,并广泛应用于图像处理和NLP等领域的一种多层神经网络。

传统BP处理图像时的问题:
- 1.权值太多,计算量太大
假设使用100X100的图片进行训练,那么100X100大小的图片有10000个像素点,那么构建网络的输入就需要10000个神经元,网络中的隐藏层神经元数目和输入层神经元数目差不多,这样的话,就会有很多的权值需要训练更新。 计算量非常的大。
- 2.权值太多,需要大量样本进行训练
神经元越多,参数就越多,当你的参数越多的时候,就和解方程一样未知参数越多,需要的越多的数据才能够解出未知参数。
既然存在这些问题那怎么办呢?
CNN通过局部感受野和权值共享减少了神经网络需要训练的参数个数。
上方第一张图为全连接神经网络,上方第二张图和下放第一张图为局部连接神经网络。局部连接神经网络相对于全连接神经网络参数更少。
1.卷积核


滤波器,卷积核的作用大家可以理解为就是提取图片一些不同的特征,不同的卷积核可以提取到不同的特征。
2.池化
Pooling常用的三种方式:
max-pooling
-
meaning-pooling

stochastic pooling

3.卷积Padding
SAME PADDING
给平面外部补0,卷积窗口采样后得到一个跟原来大小相同的平面
VALID PADDING
不会超出平面外部,卷积窗口采样后得到一个比原来平面小的平面

4.池化Padding
SAME PADDING:可能会给平面外部补0
VALID PADDING:不会超出平面外部
假如有一个28*28的平面,用2*2步长为2的窗口对其进行pooling操作:
使用SAME PADDING的方式,得到14*14的平面;
使用VALID PADDING的方式,得到14*14的平面。假如有一个2*3的平面,用2*2步长为2的窗口对其进行pooling操作:

使用SAME PADDING的方式,得到1*2的平面;
使用VALID PADDING的方式,得到1*1的平面。
5.LeNET-5介绍
LeNET-5是最早的卷积神经网络之一,曾广泛用于美国银行。手写数字识别正确率在99%以上。
边栏推荐
- fabulous! How does idea open multiple projects in a single window?
- 攻防演练中沙盘推演的4个阶段
- CVE-2022-28346:Django SQL注入漏洞
- 【笔记】常见组合滤波电路
- Reentrantlock fair lock source code Chapter 0
- 《因果性Causality》教程,哥本哈根大学Jonas Peters讲授
- Operating system principle --- summary of interview knowledge points
- 5g NR system messages
- Solution to prompt configure: error: curses library not found when configuring and installing crosstool ng tool
- [necessary for R & D personnel] how to make your own dataset and display it.
猜你喜欢

搭建ADG过程中复制报错 RMAN-03009 ORA-03113

51与蓝牙模块通讯,51驱动蓝牙APP点灯

Service mesh introduction, istio overview

Malware detection method based on convolutional neural network

DNS 系列(一):为什么更新了 DNS 记录不生效?

Reptile practice (VIII): reptile expression pack

Binder core API

RPA cloud computer, let RPA out of the box with unlimited computing power?

新库上线 | CnOpenData中国星级酒店数据

第一讲:链表中环的入口结点
随机推荐
They gathered at the 2022 ecug con just for "China's technological power"
备库一直有延迟,查看mrp为wait_for_log,重启mrp后为apply_log但过一会又wait_for_log
应用实践 | 数仓体系效率全面提升!同程数科基于 Apache Doris 的数据仓库建设
韦东山第三期课程内容概要
Reentrantlock fair lock source code Chapter 0
攻防世界Web进阶区unserialize3题解
Deep dive kotlin collaboration (the end of 23): sharedflow and stateflow
Summary of the third course of weidongshan
Handwriting a simulated reentrantlock
基于卷积神经网络的恶意软件检测方法
哪个券商公司开户佣金低又安全,又靠谱
NTT template for Tourism
Solution to the problem of unserialize3 in the advanced web area of the attack and defense world
Stock account opening is free of charge. Is it safe to open an account on your mobile phone
RPA cloud computer, let RPA out of the box with unlimited computing power?
【愚公系列】2022年7月 Go教学课程 006-自动推导类型和输入输出
Course of causality, taught by Jonas Peters, University of Copenhagen
5G NR 系统消息
詹姆斯·格雷克《信息简史》读后感记录
New library online | cnopendata China Star Hotel data