首页
学习
活动
专区
圈层
工具
发布

深度学习: ZFNet 网络

Structure

ZFNet=(conv+relu+maxpooling)×2+(conv+relu)×3+fc×2+softmaxZFNet=(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

举报
领券