Deep Learning(深度学习)学习笔记(不断更新):

Deep Learning(深度学习)学习笔记之系列(一)

深度学习(Deep Learning)资料(不断更新):新增数据集,微信公众号写的更全些

为了您第一时间能获取到最新资料,请关注微信公众号:大数据技术宅

深度学习(Deep Learning)资料大全(不断更新)

相关Paper(不断更新)

笔者先从多个渠道整理了几篇,后续边看边更新。

1、Densely Connected Convolutional Networks

2、Learning From Simulated and Unsupervised Images through Adversarial Training

3、Annotating Object Instance with a Polygon-RNN

4、YOLO9000: Better, Faster, Stronger

5、Computational Imaging on the Electric Grid

6、Object retrieval with large vocabularies and fast spatial matching

7、Improving Information Extraction by Acquiring External Evidence with Reinforcement Learning

8、Pointing the Unknown Words

9、LightRNN Memory and Computation-Efficient Recurrent Neural Network

10、Language Modeling with Gated Convolutional Networks

11、Recurrent neural network based language model

12、Extensions of Recurrent Neural Network Language Model

13、A guide to recurrent neural networks and backpropagation

14、Training Recurrent Neural Networks

15、Recurrent Neural Networks for Language Understanding

16、Empirical Evaluation and Combination of Advanced Language Modeling Techniques

17、Speech Recognition with Deep Recurrent Neural Networks

18、A fast learning algorithm for deep belief nets

19、Large Scale Distributed Deep Networks

20、Context Dependent Pretrained Deep Neural Networks fo Large Vocabulary Speech Recognition

21、An Empirical Study of Learning Rates in Deep Neural Networks for Speech Recognition

22、Deep Neural Networks for Acoustic Modeling in Speech Recognition

23、Deep Belief Networks Using Discriminative Features for Phone Recognition

24、Improving Deep Neural Networks For LVCSR using Rectified Linear Units and Dropout

25、Improved feature processing for Deep Neural Networks

26、Exploiting Sparseness in Deep Neural Networks fo Large Vocabulary Speech Recognition

27、Learning Features from Music Audio with Deep Belief Networks

28、Making Deep Belief Networks Effective for Large Vocabulary Continuous Speech Recognition

29、Robust Visual Recognition Using Multilayer Generative Neural Networks

30、Deep Convolutional Network Cascade for Facial Point Detection

31、ImageNet Classification with Deep Convolutional Neural Networks

32、Gradient-Based Learning Applied to Document Recognition

33、Stochastic Pooling for Regularization of Deep Convolutional Neural Networks

34、Best Practices for Convolutional Neural Networks Applied to Visual Document Analysis

35、Multi-GPU Training of ConvNets

36、Deep Learning For Signal And Information Processing

37、Deep Convex Net: A Scalable Architecture for Speech Pattern Classification

38、Improving Wideband Speech Recognition using Mixed-Bandwidth Training Data in CD-DNN-HMM

39、On Rectified Linear Units for Speech Processing

更新中。。。

相关书籍(不断更新)

笔者刚着手学习,非大牛,不敢说“推荐”书籍,仅罗列所看的。

1、Deep Learning,出自Goodfellow、Bengio 和 Courville 三位大牛之手,笔者刚开始看,后续再对书籍作评论

如果需要《Deep Learning》中文电子版书籍,请后台回复“深度学习”获取

更新中。。。

数据集(不断更新):

一、图像数据集

1.MNIST:https://datahack.analyticsvidh ... gits/

MNIST是最受欢迎的深度学习数据集之一,这是一个手写数字数据集,包含一组60,000个示例的训练集和一个包含10,000个示例的测试集。这是一个很好的数据库,用于在实际数据中尝试学习技术和深度识别模式,同时可以在数据预处理中花费最少的时间和精力。

•大小: 50 MB
•记录数量: 70,000张图片被分成了10个组。
•SOTA: Capsules之间的动态路由

https://arxiv.org/pdf/1710.09829.pdf

2.MS-COCO:http://cocodataset.org/#home

COCO是一个大型的、丰富的物体检测,分割和字幕数据集。它有几个特点:

•对象分割;
•在上下文中可识别;
•超像素分割;
•330K图像(> 200K标记);
•150万个对象实例;
•80个对象类别;
•91个类别;
•每张图片5个字幕;
•有关键点的250,000人;
•大小:25 GB(压缩)
•记录数量: 330K图像、80个对象类别、每幅图像有5个标签、25万个关键点。
•SOTA:Mask R-CNN:https://arxiv.org/pdf/1703.06870.pdf

3.ImageNet:http://www.image-net.org/

ImageNet是根据WordNet层次结构组织的图像数据集。WordNet包含大约100,000个单词,ImageNet平均提供了大约1000个图像来说明每个单词。

大小:150GB

记录数量:总图像是大约是1,500,000,每个都有多个边界框和相应的类标签。

SOTA:深度神经网络的聚合残差变换。

https://arxiv.org/pdf/1611.05431.pdf

更多精彩内容,欢迎扫码关注以下微信公众号:大数据技术宅。大数据、AI从关注开始

深度学习(Deep Learning)资料大全(不断更新)的更多相关文章

  1. 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】

    转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...

  2. 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)

    ##机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)---#####注:机器学习资料[篇目一](https://github.co ...

  3. 机器学习(Machine Learning)&amp;深度学习(Deep Learning)资料

    机器学习(Machine Learning)&深度学习(Deep Learning)资料 機器學習.深度學習方面不錯的資料,轉載. 原作:https://github.com/ty4z2008 ...

  4. 【重磅干货整理】机器学习(Machine Learning)与深度学习(Deep Learning)资料汇总

    [重磅干货整理]机器学习(Machine Learning)与深度学习(Deep Learning)资料汇总 .

  5. 机器学习(Machine Learning)与深度学习(Deep Learning)资料汇总

    <Brief History of Machine Learning> 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机.神经网络.决策树.SVM.Adaboost到随机森林.D ...

  6. 机器学习(Machine Learning)&深度学习(Deep Learning)资料(下)

    转载:http://www.jianshu.com/p/b73b6953e849 该资源的github地址:Qix <Statistical foundations of machine lea ...

  7. 机器学习(Machine Learning)&深度学习(Deep Learning)资料

    <Brief History of Machine Learning> 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机.神经网络.决策树.SVM.Adaboost到随机森林.D ...

  8. 机器学习(Machine Learning)&深度学习(Deep Learning)资料汇总 (上)

    转载:http://dataunion.org/8463.html?utm_source=tuicool&utm_medium=referral <Brief History of Ma ...

  9. 【深度学习Deep Learning】资料大全

    最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books  by Yoshua Bengio, Ian Goodfellow and Aaron C ...

  10. (转)深度学习(Deep Learning, DL)的相关资料总结

    from:http://blog.sciencenet.cn/blog-830496-679604.html 深度学习(Deep Learning,DL)的相关资料总结 有人认为DL是人工智能的一场革 ...

随机推荐

  1. tp5生成6位不重复验证码

    /** * 获取激活码 */ public function getnum() { $time = Db::name('fangchan_jihuoma')->group('id desc')- ...

  2. 不会git的程序员,会不会被鄙视?

    昨天一朋友在微信上问了我一个问题,我觉得很有趣,于是将本次聊天的内容分享给大家. 我朋友说,如果一个程序员不会使用 git,会不会被别人觉得低一个档次? 事先声明啊,这与公司技术栈无关,不要说有些公司 ...

  3. 数据库mysql大全(高级版)

    1.说明:创建数据库 CREATE DATABASE database-name .说明:删除数据库 drop database dbname .说明:备份sql server --- 创建 备份数据 ...

  4. Dev_GridView:使用PopupContainerControl实现下拉树形列表

    要使用 DevExpress 实现下拉列表树,需要使用三个控件结合才可以实现 PopupContainerEdit.PopupContainerControl.TreeList 设置控件 PopupC ...

  5. ubuntu Pycharm 2017 3.3 Active

    1.打开激活窗口 2.选择 Activate new license with License server (用license server 激活) 3.在 License sever addres ...

  6. 【二代示波器教程】第14章 uCOS-III操作系统版本二代示波器实现

    第14章      uCOS-III操作系统版本二代示波器实现 本章教程为大家讲解uCOS-III操作系统版本的二代示波器实现.主要讲解RTOS设计框架,即各个任务实现的功能,任务间的通信方案选择,任 ...

  7. 【同余方程组】POJ1006 生理周期

    同余方程组: 先来看一道题目:有物不知其数,三三数之剩二:五五数之剩三:七七数之剩二.问物几何?  然后我们可以做如下变换,设x为所求的数. x%3=2              x ≡ a1(%m1 ...

  8. Hadoop 排序

    数据排序是许多实际任务在执行时要完成的第一项工作,比如学生成绩评比.数据建立索引等.这个实例和数据去重类似,都是先对原始数据进行初步处理,为进一步的数据操作打好基础. 1.实例描述 对输入文件中的数据 ...

  9. [Swift]LeetCode24. 两两交换链表中的节点 | Swap Nodes in Pairs

    Given a linked list, swap every two adjacent nodes and return its head. Example: Given 1->2->3 ...

  10. [Swift]LeetCode349. 两个数组的交集 | Intersection of Two Arrays

    Given two arrays, write a function to compute their intersection. Example 1: Input: nums1 = [1,2,2,1 ...