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 ...
随机推荐
- 设计模式 - 模板方法模式(template method pattern) JFrame 具体解释
模板方法模式(template method pattern) JFrame 具体解释 本文地址: http://blog.csdn.net/caroline_wendy 參考模板方法模式(templ ...
- 小米2S TWRP 3.0.2-0 最新版Recovery
主界面 使用了我最新修改的内核 下载地址: 链接: http://pan.baidu.com/s/1i5xwddb 密码: 7dyb 验证信息: md5sum: dca410f33020eb87986 ...
- 强大的数据库查询工具Database.NET 9.4.5018.42
原文:强大的数据库查询工具Database.NET 9.4.5018.42 强大的数据库查询工具Database.NET 9.4.5018.42 两个工具的下载地址,两个软件都是绿色免安装的,直接双击 ...
- jquey :eq(1)
$("#div_Goods .datagrid-row .numberbox:eq(1)") $("#div_Goods .datagrid-row .numberbox ...
- jQuery来源学习笔记:扩展的实用功能
// 扩展的实用功能 jQuery.extend({ // http://www.w3school.com.cn/jquery/core_noconflict.asp // 释放$的 jQuery 控 ...
- Oracle在不同的语言环境结果to_date错误的问题
我写了一个存储过程,它使用了功能,有一些功能to_date(dateFrom, 'yyyy/mm/dd').执行发现数据插入错误后,数据插入"0001/9/14". 感觉莫名其妙, ...
- hdu3790最短路径问题
题意是这种,给你一个无向图, 每条边有距离和花费, 假设从第一个点到末点的最短路不唯一, 则输出最短路长度以及最少的花费. 否则输出长度和花费即可. 用传说中的链式向前星优化了一下边的存储, 写了个s ...
- win7已安装Mysql 开机自启动
1.下载并安装MySql,我用MySQL_5.6.24_winx64_XiaZaiBa,解压缩到磁盘或更低.我在这里安装D菜,D:\install\MySQL\MySQL Server 5.6. 2. ...
- ZenCoding for EmEditor Snippets 的安装
ZenCoding for EmEditor的安装 你可以从这里下载所需文件Library under the Snippets category.安装前请确认你的EmEditor内置有代码片段(Sn ...
- Centos6.5下一个Ceph存储集群结构
简单的介绍 Ceph的部署模式下主要包括下面几个类型的节点 • Ceph OSDs: A Ceph OSD 进程主要用来存储数据,处理数据的replication,恢复,填充.调整资源组合以及通过检查 ...