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. 配置Https 和 HSTS

    1. 视频 https://www.bilibili.com/video/av33344382/?p=2 using System; using Microsoft.AspNetCore.Builde ...

  2. 使用Skaffold一键将项目发布到Kubernetes

    当前skaffold版本为v0.4,还未发布正式版本,不建议在生产环境中使用: skaffold用于开发人员快速部署程序到Kubernetes中:skaffold提供了dev.run两种模式:使用sk ...

  3. RDSS和RNSS

    RNSS英文全称Radio Navigation Satellite System,由用户接收卫星无线电导航信号,是一种卫星无线电导航业务,自主完成至少到4颗卫星的距离测量,进行用户位置,速度及航行参 ...

  4. Spring SpringMVC SpringBoot SpringCloud概念、关系及区别

    一.正面解读: Spring主要是基于IOC反转Beans管理Bean类,主要依存于SSH框架(Struts+Spring+Hibernate)这个MVC框架,所以定位很明确,Struts主要负责表示 ...

  5. laravel5单元测试

    https://www.cnblogs.com/love-snow/articles/7641198.html

  6. Oracle客户端、服务的安装及干净卸载Oracle

    软件下载地址: 链接:https://pan.baidu.com/s/1Sluf890eNuaV8muL55eO2w 提取码:oez7 服务端因文件过大,所以分了两个文件压缩包,下载后将内容解压后放置 ...

  7. [Swift]LeetCode125. 验证回文串 | Valid Palindrome

    Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignori ...

  8. [Java]LeetCode141. 环形链表 | Linked List Cycle

    Given a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using ext ...

  9. [Swift]LeetCode991. 坏了的计算器 | Broken Calculator

    On a broken calculator that has a number showing on its display, we can perform two operations: Doub ...

  10. CoCos2dx开发:PC端调试运行正常但打包apk文件后在手机上点击闪退

    记:今天调试时出现的一个PC端调试运行正常,但打包apk文件后在手机上点击闪退的问题. 可能在不同的情况条件下,会有不同的原因导致apk安装后闪退问题.拿android studio等软件来说,开发安 ...