GoogLeNet

论文:Going deeper with convolutions
论文翻译:
http://blog.csdn.net/Quincuntial/article/details/76457409?locationNum=7&fps=1
核心技术:Inception
GoogLeNet-阅读笔记-理解
减少了参数的数量,增加了网络的深度。
使用大量1x1卷积层,作为降维模块移除卷积瓶颈,允许在没有明显性能损失的前提下增加网络的深度以及宽度。
最终网络的形状:
GoogLeNet-阅读笔记-理解

相关文章:

  • 2021-10-26
  • 2021-10-14
  • 2021-12-01
  • 2021-07-03
  • 2021-11-09
  • 2021-05-27
  • 2021-05-21
  • 2022-01-08
猜你喜欢
  • 2021-05-29
  • 2021-11-14
  • 2021-09-26
  • 2021-08-09
  • 2021-09-02
  • 2021-07-22
  • 2021-11-24
相关资源
相似解决方案