Introduce

通过反卷积,可视化了CNN的层次性。

Structure

Z F N e t = ( c o n v + r e l u + m a x p o o l i n g ) × 2 + ( c o n v + r e l u ) × 3 + f c × 2 + s o f t m a x ZFNet = (conv+relu+maxpooling)×2 + (conv+relu)×3 + fc×2 + softmax ZFNet=(conv+relu+maxpooling)×2+(conv+relu)×3+fc×2+softmax
这里写图片描述

可以理解为对AlexNet进行了微调。


[1] Visualizing and Understanding Convolutional Networks

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐