Lazy loaded image
学习笔记
🗒️深度学习第六章卷积神经网络
字数 205阅读时长 1 分钟
2024-6-24
2024-7-11
type
status
date
slug
summary
tags
category
icon
password

6.1 深度前馈网络

notion image

6.2 全连接网络和卷积神经网络

notion image

6.3 卷积神经网络原理

三个思想根源:
1、局部性
notion image
2、相同性
notion image
3、不变性
notion image

6.4 卷积层

notion image
在卷积中要设定的参数:
1、滤波器的长宽高
2、步长
3、边界填充
notion image
notion image

6.5 池化层

作用:
1、特征降维,避免过拟合
2、空间不变性
3、减少参数、降低训练难度
两种不同的池化过程:
notion image
notion image

6.6 CNN架构

卷积层、激活函数、池化层、全连接层
notion image

6.7 经典CNN-LeNet5

6.7.1 LeNet-5结构

notion image

6.7.2 CIFAR 10数据库介绍

notion image
notion image

6.7.3 LeNet-5代码实现

 

6.8 经典CNN-VGGNet

6.8.1 VGGNet介绍

notion image
notion image

6.8.2 VGGNet代码实现

6.9 经典CNN-ResNet

6.9.1 ResNet介绍

6.9.2 代码实现

课上练习

上一篇
深度学习第七章循环神经网络
下一篇
深度学习第五章多层全连接神经网络

评论
Loading...