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 ...
随机推荐
- Excel阅读器NPOI
什么是NPOI? NPOI 它是 POI 项目的 .NET 版本号. POI是一个开源的Java读写Excel.WORD等微软OLE2组件文档的项目. 使用 NPOI 你就能够在没有安装 Office ...
- UE4编码规范
翻译原文为Unreal 的官方!自己看着总结了一下,不一定每条都能对上.不足之处,请多多不吝赐教! 原文地址: unreal CodingStandard UE4编码规范 在Epic,有简单几条代码 ...
- C语言简单的菜单选项
#include <stdio.h> char get_choice(void); char get_first(void); int get_int(void); void count( ...
- Java Drp项目实战——Drp知多少
是什么 Drp是Distribution Resource Planning的缩写,意思是分销资源计划.它是用来管理企业的执行于Internet上的分销网络的系统,是以商业流程优化为基础,它的核心是销 ...
- 怎么样putty打开图形化管理工具,在终端上
有时需要在putty这种图形终端开放的图形化管理工具将出现以下错误: [root@node2 ~]# Traceback (most recent call last): File "/us ...
- URAL 1725. Sold Out!(数学啊 )
题目链接:space=1&num=1725" target="_blank">http://acm.timus.ru/problem.aspx?space= ...
- Spring的文件上传
Spring在发现包括multipart的请求后,会使用MultipartResolver的实现bean处理文件上传操作,现有採用Servlet3的 org.springframework.web.m ...
- 多功能截图工具(WinSnap)4.5.6 绿色汉化版(附注册码)
http://www.uzzf.com/Soft/9840.html 注册名:www.uzzf.com 注册码:FGE5ML-XD2C0G33-GCMDLRB5
- Objective C Runtime 开发介绍
简介 Objective c 语言尽可能的把决定从编译推迟到链接到运行时.只要可能,它就会动态的处理事情.这就意味着它不仅仅需要一个编译器,也需要一个运行时系统来执行变异好的代码.运行时系统就好像是O ...
- PDO基本操作Mysql
来源:PHP开发学习门户 地址:http://www.phpthinking.com/archives/805 PHP中的PDO扩展为PHP訪问数据库定义了一个轻量级的.一致性的接口.它提供了一个数据 ...