当前位置:网站首页>Week 6 Convolutional Neural Networks (CNNs)
Week 6 Convolutional Neural Networks (CNNs)
2022-07-26 19:18:00 【金州饿霸】
参考之前的文章:Week 3 Convolutional Neural Network_金州饿霸的博客-CSDN博客
有两点说明:
一、卷积层输出大小的计算

1、如果计算方式采用'padding = VALID',则:

2、如果计算方式采用padding = 'SAME',输出特征图的大小与输入特征图的大小保持不变,

其中padding为特征图填充的圈数。
举个例子:
我们采用的卷积核大小为F=3*3,填充大小为P=1,步长为S=2。对5*5的输入特征图进行卷积生成3*3的特征图,结果如下图所示:

计算公式为:
二、池化层输出大小的计算(这里没有padding,所以padding = 0)

边栏推荐
- Detailed explanation of Yolo V2
- Three paradigms of database design
- 【Android】Kotlin 快速编译背后的黑科技,了解一下~
- How to compress the traffic consumption of APP under mobile network in IM development
- Summary of iPhone development data persistence (final) - Comparison of five data persistence methods
- [internship experience] date verification
- 客户案例|生学教育依托观测云打造可观测智慧教育新生态
- three.js 给地球加标签和弹窗
- 企业数字化转型成大趋势,选对在线协作工具很重要
- Kingbases SQL language reference manual of Jincang database (14. SQL statement: commit to create language)
猜你喜欢

2022/07/26 learning notes (day16) linked list and stack

Excel-VBA 快速上手(十、提示框、可输入的弹出框)

Use request header authentication to test API interfaces that need authorization

C#异步编程看这篇就够了

2022年下半年(软考高级)信息系统项目管理师报名条件

C# 使用默认转型方法

Digital transformation of enterprises has become a general trend, and it is important to choose the right online collaboration tools

有点酷,使用 .NET MAUI 探索太空

操作系统常见面试题目总结,含答案

N圆最密堆积、最小外接正方形的matlab求解(二维、三维等圆Packing 问题)
随机推荐
2022 极术通讯-安谋科技开启商业化新篇章
【ffmpeg】给视频文件添加时间戳 汇总
金仓数据库 KingbaseES SQL 语言参考手册 (12. SQL语句:ALTER LANGUAGE 到 ALTER SUBSCRIPTION)
如何同步等待多个异步 task 的返回结果 ?
试用了多款报表工具,终于找到了基于.Net 6开发的一个了
MySQL subquery usage
【OBS】解决OBS推两个rtmp流 + 带时间戳问题
[PHP] use file_ get_ Contents() sends get and post requests
计算机网络常见面试题目总结,含答案
Is it safe for CSCI qiniu school to open an account? What is qiniu for
tf.GraphKeys
Student‘s t分布
Codeforces Round #810 (Div. 2)(A~C)
花1200亿修一条“地铁”,连接4个万亿城市,广东在想啥?
低代码工具有哪些特色?明眼人都能看出来的低代码两大发展轨迹!
开源 | AREX-携程无代码侵入的流量回放实践
plsql包
FastTunnel-开源内网穿透框架
How to adjust the abnormal win11 USB drive to normal?
Use request header authentication to test API interfaces that need authorization