Inception结构和Inception V1, V2, V3学习
Posted fledlingbird
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Inception结构和Inception V1, V2, V3学习相关的知识,希望对你有一定的参考价值。
Inception V1:
https://medium.com/coinmonks/paper-review-of-googlenet-inception-v1-winner-of-ilsvlc-2014-image-classification-c2b3565a64e7
整体:
https://zhuanlan.zhihu.com/p/32702031
http://baijiahao.baidu.com/s?id=1601882944953788623&wfr=spider&for=pc
https://towardsdatascience.com/a-simple-guide-to-the-versions-of-the-inception-network-7fc52b863202
github nn.module代码:
v3:https://github.com/pytorch/vision/blob/master/torchvision/models/inception.py
以上是关于Inception结构和Inception V1, V2, V3学习的主要内容,如果未能解决你的问题,请参考以下文章
深度学习面试题20:GoogLeNet(Inception V1)
Inception v1(Going deeper with convolutions)论文总结
深度学习方法:卷积神经网络结构变化——Google Inception V1-V4,Xception(depthwise convolution)