Lazy loaded image
🗒️读论文的一些碎碎念
字数 319阅读时长 1 分钟
2025-7-24
2025-7-30
type
status
date
slug
summary
tags
category
icon
password
comments
😀
读论文

7.27

ImageNet Classification with Deep Convolutional Neural Networks(AlexNet)

7.29

DeepResidual Learning for Image Recognition(ResNet)

notion image
网络不再拟合H(x),转为拟合残差F(x)【H(x)-x】
1)若H(x)与x距离比较小,残差会比较小,拟合它更方便优化权重
2)避免梯度消失,反向传播中可以通过弯弧的连接(短路连接)直接传递到会更底层的网络
3)提升训练的稳定性,学习比较小的波动,提升优化效率
notion image
结构:
1)增加卷积核的数目
2)减少特征图的尺寸
3)全局平均池化
notion image

Attention is all you need

参见Transformer论文
 

A gentle introduction to artificial neural networks

感知机

notion image
notion image
 

mlp多层感知机

解决XOR问题
notion image
notion image
notion image

GNN图神经网络

notion image
稀疏点很多,所以采用邻接表
实现层内和层间节点间的信息传递:聚合
notion image
节点的特征不光看自己,还由其相邻元素的加权求和来决定
发生在层内的聚合叫池化(pooling)
notion image
GCN图卷积网络
notion image
在层间通过邻域聚合实现卷积特征提取
 
💡
欢迎您在底部评论区留言,一起交流~
上一篇
基础学习
下一篇
Transformer的理解,参考《Attention is all you need》

评论
Loading...