
ICML2016
文章平均质量分 73
cv_family_z
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
激活函数-Concatenated Rectified Linear Units
ICML2016Understanding and Improving Convolutional Neural Networks via Concatenated Rectified Linear Units本文在深入分析CNN网络内部结构,发现在CNN网络的前几层学习到的滤波器中存在负相关。 they appear surprisingly opposite to each other,原创 2016-09-01 15:09:54 · 6020 阅读 · 0 评论 -
CNN网络分解--Factorized Convolutional Neural Networks
ICML2016本文主要针对CNN网络的卷积运算进行深入分析,简化卷积运算。 Our model achieves accuracy of GoogLeNet while consuming 3.4 times less computation 本文和以前CNN网络简化工作最大的不同在于,以前都需要预训练完整的模型,在这个基础上简化完整模型,然后再微调简化后的模型。This limitation原创 2016-09-07 10:50:27 · 5026 阅读 · 0 评论