
深度学习论文
文章平均质量分 89
Teeyohuang
数据挖掘工程师(菜鸡)
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深度学习论文随记(三)GoogLeNet-2014年
深度学习论文随记(三)GoogLeNet Going Deeper with Convolutions Author: Christian Szegedy, Wei Liu, Yangqing Jia, etl. Year 2014 1、导引 2014年google参加ILSVRC竞赛,以此网络模型获得第一名的成绩。此模型名为GoogLeNet,而不是GoogleNet.是为了向C原创 2017-07-21 10:33:37 · 1851 阅读 · 0 评论 -
深度学习论文随记(四)ResNet 残差网络-2015年Deep Residual Learning for Image Recognition
深度学习论文随记(四)ResNet 残差网络 DeepResidual Learning for Image Recognition Author:Kaiming He, XiangyuZhang, Shaoqing Ren, Jian Sun, Microsoft Research Year:2015 1、导引 之前文章谈到GoogLeNet和VGG,人们原创 2017-07-21 17:26:44 · 2980 阅读 · 0 评论 -
深度学习论文笔记(六)--- FCN-2015年(Fully Convolutional Networks for Semantic Segmentation)
深度学习论文笔记(六)--- FCN 全连接网络 FullyConvolutional Networks for Semantic Segmentation Author:J Long , E Shelhamer, T Darrell Year: 2015 1、 导引 通常CNN网络在卷积层之后会接上若干个全连接层, 将卷积层产生的特征图(feature map)映射成原创 2017-07-23 17:12:34 · 2723 阅读 · 0 评论 -
深度学习论文笔记(七)---Deconvolution network-2016年(Learning Deconvolution Network for Semantic Segmentation )
深度学习论文笔记(七)---Deconvolution network Learning Deconvolution Network for Semantic Segmentation Author:H Noh , S Hong , B Han Year:2016 1、 导引 2015年提出的FCN网络在Semantic segmentation上取得了较好的成绩,但是依然存在原创 2017-07-23 17:36:24 · 1847 阅读 · 0 评论 -
深度学习论文(九)---DeepLabV2-Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution,
DeepLabV2对主要在V1的基础上做了一些改进。 1.回顾Atrous Convolution 作者先回顾了一下V1里面讲到的内容 Atrous Convolution 也就是V1那篇论文里面的hole algorithm,本篇论文依然先叙述了一下这个方法: 一维时,就如下这个公式所述, The rate parameter r corresp原创 2017-08-16 16:35:11 · 2433 阅读 · 0 评论 -
深度学习论文(八)---DeepLabV1-SEMANTIC IMAGE SEGMENTATION WITH DEEP CONVOLUTIONAL NETS AND FULLY CONNECTED C
注:本篇算是半讲解半翻译吧,我真的觉得这篇论文写的很难理解,可能是我水平不够,也可能作者省略了一些具体信息,主要是提供了他的idea吧。 但是DeepLab这个思路的确是不错,所以这个论文还是有必要看的。 1、导引 • Our system works directly on the pixel representation, similarly to FCN ,Long et al原创 2017-08-15 15:43:40 · 3143 阅读 · 0 评论 -
深度学习论文(十)---Multiple-Human Parsing in the Wild
Towards Real World Human Parsing: Multiple-Human Parsing in the Wild J Li , J Zhao , Y Wei , C Lang , Y Li May 23 2017 https://arxiv.org/abs/1705.07206 这是今年5月份的一篇论文,我觉得有点意思所以就读了一下: 1、导引原创 2017-09-10 20:55:16 · 2057 阅读 · 1 评论 -
深度学习论文随记(一)---AlexNet模型解读
作者:teeyohuang 邮箱:[email protected] 本文系原创,供交流学习使用,转载请注明出处,谢谢 深度学习论文随记(一)---AlexNet模型解读 ImageNet classification with deep convolutional neural networks Author: A Krizhevsky, I Sutskever , G原创 2017-07-13 15:31:52 · 5316 阅读 · 2 评论 -
深度学习论文随记(二)---VGGNet模型解读-2014年(Very Deep Convolutional Networks for Large-Scale Image Recognition)
深度学习论文随记(二)---VGGNet模型解读 Very Deep Convolutional Networks forLarge-Scale Image Recognition Author: K Simonyan , A Zisserman Year: 2014 1、 导引 VGGNet是2014年ILSVRC竞赛的第二名,没错你没听错它是第二名,第一名是GoogLeN原创 2017-07-17 09:23:27 · 13299 阅读 · 0 评论