Deep Learning Papers
一、Image Classification(Recognition)
lenet: http://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdf
alexnet: http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf
overfeat: http://arxiv.org/pdf/1312.6229v4.pdf
vgg: http://arxiv.org/pdf/1409.1556.pdf
googlenet: http://arxiv.org/pdf/1409.4842v1.pdf
二、Image Detection(Segmentation)
overfeat: http://arxiv.org/pdf/1312.6229v4.pdf
dnn: http://papers.nips.cc/paper/5207-deep-neural-networks-for-object-detection.pdf
rcnn: http://arxiv.org/pdf/1311.2524.pdf
spp: http://arxiv.org/pdf/1406.4729v4.pdf
fcn: http://arxiv.org/pdf/1411.4038v2.pdf
fast rcnn: http://arxiv.org/pdf/1504.08083v1.pdf
三、Image(Visual) Search
feature learning+hash: http://arxiv.org/pdf/1504.03410v1.pdf
triplet learning: http://arxiv.org/pdf/1412.6622v3.pdf
deep rank: http://arxiv.org/pdf/1404.4661v1.pdf
Visual Search at Pinterest: http://arxiv.org/pdf/1505.07647v1.pdf
四、Image/Video Captioning
Baidu/UCLA: http://arxiv.org/abs/1410.1090
Toronto: http://arxiv.org/abs/1411.2539
Berkeley: http://arxiv.org/abs/1411.4389
Google: http://arxiv.org/abs/1411.4555
Stanford: http://cs.stanford.edu/people/karpathy/deepimagesent/
UML/UT: http://arxiv.org/abs/1412.4729
Microsoft/CMU: http://arxiv.org/abs/1411.5654
Microsoft: http://arxiv.org/abs/1411.4952
版权声明:本文博主原创文章。博客,未经同意不得转载。
Deep Learning Papers的更多相关文章
- (转) Awesome - Most Cited Deep Learning Papers
转自:https://github.com/terryum/awesome-deep-learning-papers Awesome - Most Cited Deep Learning Papers ...
- Deep Learning Papers Reading Roadmap
Deep Learning Papers Reading Roadmap https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadm ...
- (转)The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)
Adit Deshpande CS Undergrad at UCLA ('19) Blog About The 9 Deep Learning Papers You Need To Know Abo ...
- What are some good books/papers for learning deep learning?
What's the most effective way to get started with deep learning? 29 Answers Yoshua Bengio, ...
- 【深度学习Deep Learning】资料大全
最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books by Yoshua Bengio, Ian Goodfellow and Aaron C ...
- (转) Awesome Deep Learning
Awesome Deep Learning Table of Contents Free Online Books Courses Videos and Lectures Papers Tutori ...
- (转)Deep Learning Research Review Week 1: Generative Adversarial Nets
Adit Deshpande CS Undergrad at UCLA ('19) Blog About Resume Deep Learning Research Review Week 1: Ge ...
- Why Deep Learning Works – Key Insights and Saddle Points
Why Deep Learning Works – Key Insights and Saddle Points A quality discussion on the theoretical mot ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)
##机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)---#####注:机器学习资料[篇目一](https://github.co ...
随机推荐
- windows phone (22) 隐藏元素
原文:windows phone (22) 隐藏元素 在wp中我们也会用到隐藏某个元素,已达到某种效果,刚刚从文章看到了,分享一下[作者:神舟龙] Visibility 此属性能非常方便的实现隐藏某个 ...
- 生活中的大数据 hadoop
大数据和我有关吗?大数据就是大量的数据吗?只有互联网公司才有大数据吗?想盘活大数据必须买昂贵的软硬件吗?大数据怎么存储计算?大数据,这个时下最火热的互联网词语,你了解多少呢?
- 原来Github上的README.md文件这么有意思——Markdown语言详解
转载请注明出处:http://blog.csdn.net/zhaokaiqiang1992 之前一直在使用github,也在上面分享了不少的项目和Demo,每次创建新项目的时候,使用的都是默认的REA ...
- 了解HTML5和“她”的 API (三)
Web Workers(后台线程) JavaScript是单线程的,较长的javascript运算会阻塞UI线程. web worker 是运行在后台的 JavaScript,不会影响页面的性能. 在 ...
- 调整CentOS的文字登陆界面的分辨率
通过文字界面登陆到系统,切换到root权限. 用vi打开 /boot/grub/menu.lst 文件 ,因为menu.lst是grub.conf文件的快捷方式,终于打开的还是grub.conf文 ...
- Oracle 重建索引脚本
该指数是一个有力的武器,以提高数据库的查询性能. 没有索引,喜欢同样的标签库没有书籍,找书,他们想预订比登天还难.中,尤其是在批量的DML的情形下会产生对应的碎片.以及B树高度会发生对应变化.因此能够 ...
- javascript实现函数的默认參数值方法
近期在学python,得益于python中的decorator思路,想到在javascript中參数是不能定义默认值的,可是能够通过decorator给它模拟出来,话不多说,上代码 <!DO ...
- 配置Tomcat出现Unsupported major.minor version 51.0
在配置tomcat时,配置好jdk1.6,下载的tomcat8.0,结果执行start-up.bat,总是一闪而过,网上查了大量的资料,都说是可能是jdk没配置好,但实际上jdk的环境变量设置正常,后 ...
- newlisp 接受jenkins带空格的参数
jenkins有一个参数text种类,它能够以文本的段落拷贝作为参数 newlispThe program receives parameters are separated by spaces, 更 ...
- java中三种常见内存溢出错误的处理方法(good)
相信有一定java开发经验的人或多或少都会遇到OutOfMemoryError的问题,这个问题曾困扰了我很长时间,随着解决各类问题经验的积累以及对问题根源的探索,终于有了一个比较深入的认识. 在解决j ...