Deep Learning(深度学习)各种资料网址

2017 年 10 月 31 日 数据挖掘入门与实战 要学习更多点这→

 向AI转型的程序员都关注了这个号👇👇👇


大数据挖掘DT数据分析  公众号: datadw



深度学习通俗易懂教程专栏  超智能体 - 知乎专栏

https://zhuanlan.zhihu.com/YJango


如果你只想阅读深度学习的教程,下面是阅读顺序:

注:标注为“未编写”的内容在以后会更新,未更新之前大家可以自己寻找材料学习。


非理科生:需要补数学基础的朋友

  1. 总览:串讲 线性代数、概率、熵

  2. 线代:如何生动有趣的入门线性代数

  3. 概率:概率simple入门

  4. 微积分:未编写

深度学习:

  1. 深层神经网络:深层学习为何要“Deep”(上)(由于下篇写的并不通俗,不推荐阅读,用公开课代替)

  2. 反向传播算法实例:未编写

  3. 深度学习总览:公开课:深层神经网络设计理念

  4. 深度学习入门误区:知乎Live(公开课涵盖了Live的内容,若觉得作者辛苦也可参加)

  5. Tensorflow            :TensorFlow整体把握

  6. 前馈神经网络(1):前馈神经网络--代码LV1

  7. 前馈神经网络(2):前馈神经网络--代码LV2

  8. 前馈神经网络(3):前馈神经网络--代码LV3

  9. 循环神经网络(1):循环神经网络--介绍

  10. 循环神经网络(2):循环神经网络--实现LSTM

  11. 循环神经网络(3):循环神经网络--scan实现LSTM

  12. 循环神经网络(4):循环神经网络--双向GRU

  13. 卷积神经网络(1):卷积神经网络--介绍

  14. 卷积神经网络(2):未编写

  15. Batch Normalization:Batch Normalization--介绍

  16. 其他autoencoder和GAN等:未编写

  17. pytorch教程:未编写


深度学习应用

  1. 自然语言处理(1):Word Embedding--介绍





 zouxy9的博客:Deep Learning(深度学习)学习笔记整理,一共八篇,是很基础的内容
 http://blog.csdn.net/zouxy09/article/details/8775360/ 

有趣的机器学习:最简明入门指南

http://blog.jobbole.com/67616/


深度学习如何入门?

http://www.zhihu.com/question/26006703



Residual Networks <2015 ICCV, ImageNet 图像分类Top1>   介绍一下2015 ImageNet中分类任务的冠军——MSRA何凯明团队的Residual Networks
http://blog.csdn.net/abcjennifer/article/details/50514124


image classification with deep learning常用模型   image classification常用的cnn模型,针对cifar10(for 物体识别),mnist(for 字符识别)& ImageNet(for 物体识别)做一个model 总结  介绍了一下这些网络的结构
http://blog.csdn.net/abcjennifer/article/details/42493493




HyperNet: Towards Accurate Region Proposal Generation and Joint Object Detection      论文讲解,Faster-rcnn中的proposal提取网络RPN由于特征图的粗糙,在小目标及大IOU阈值情况下的检测率低。论文提出了HyperNet,综合低层,中间层和高层特征获得了较高的recall率
http://blog.csdn.net/cv_family_z/article/details/51135025

目标检测“A MultiPath Network for Object Detection”      对Fast-RCNN方法做了三个小的修改:(1)检测器能够访问多层特征,(2)foveal结构多尺度提取目标上下文信息,(3)在多个IOU下优化损失函数
http://blog.csdn.net/cv_family_z/article/details/51159619

跟踪“Visual Tracking with Fully Convolutional Networks”    对VGG16特征分析
http://blog.csdn.net/cv_family_z/article/details/50748236

Going deeper with convolutions       Googlenet,22层的深度网络。充分利用了网络中的计算资源,通过增加网络的宽度及深度实现。
http://blog.csdn.net/cv_family_z/article/details/50603406

SSD: Single Shot MultiBox Detector           本文算是 Faster R-CNN, YOLO 算法的改进版吧,它将检测和分类融合到一起去了,对每个可能的检测框赋予一个类别的概率
http://blog.csdn.net/cv_family_z/article/details/50474679

Striving for Simplicity: The All Convolutional Net     全卷积网络
http://blog.csdn.net/cv_family_z/article/details/50403365



From Facial Parts Responses to Face Detection: A Deep Learning Approach        公开代码,用CNN进行人脸局部属性检测,然后各个部件综合起来得到人脸检测结果
http://blog.csdn.net/cv_family_z/article/details/50233481

论文提要 Deep Face Recognition    公开代码 
http://blog.csdn.net/cv_family_z/article/details/49868979

DeepID-Net:multi-stage and deformable deep CNNs for object detection      Rcnn改进
http://blog.csdn.net/cv_family_z/article/details/49588969

行人检测“Pedestrian Detection with Unsupervised Multi-Stage Feature Learning”   
http://blog.csdn.net/cv_family_z/article/details/49276833

车型识别“Vehicle Type Classification Using a Semisupervised Convolutional Neural Network"  
http://blog.csdn.net/cv_family_z/article/details/49154585

论文提要“Learning Deepface Representation”
http://blog.csdn.net/cv_family_z/article/details/48975027

论文提要“Taking a Deeper Look at Pedestrians”   
http://blog.csdn.net/cv_family_z/article/details/48053535

论文提要“Pedestrian Detection aided by Deep Learning Semantic Tasks”
http://blog.csdn.net/cv_family_z/article/details/47259677


如何简单形象又有趣地讲解神经网络是什么?
http://daily.zhihu.com/story/4424412

深度学习笔记1(卷积神经网络)
http://blog.csdn.net/lu597203933/article/details/46575779

DeepLearnToolBox中CNN源码解析
http://blog.csdn.net/lu597203933/article/details/46576017

CNN(卷积神经网络)、RNN(循环神经网络)、DNN(深度神经网络)的内部网络结构有什么区别
https://www.zhihu.com/question/34681168

针对Faster RCNN具体细节以及源码的解读之SmoothL1Loss层
http://blog.csdn.net/xyy19920105/article/details/50421225

归一化化定义
http://www.cnblogs.com/njustyxy/archive/2011/06/10/2077926.html

UFLDL中文教程
http://ufldl.stanford.edu/wiki/index.php/UFLDL教程


介绍:使用卷积神经网络的图像缩放.

http://engineering.flipboard.com/2015/05/scaling-convnets/


归一化化定义

http://www.cnblogs.com/njustyxy/archive/2011/06/10/2077926.html


基于Theano的深度学习(Deep Learning)框架Keras学习随笔-12-核心层

http://blog.csdn.net/niuwei22007/article/details/49277595



如何在Caffe中配置每一个层的结构


http://demo.netfoucs.com/danieljianfeng/article/details/42929283



人工智能大数据与深度学习

搜索添加微信公众号:weic2c

长按图片,识别二维码,点关注



大数据挖掘DT数据分析

搜索添加微信公众号:datadw


教你机器学习,教你数据挖掘

长按图片,识别二维码,点关注


登录查看更多
11

相关内容

前馈神经网络(Feedforward Neural Network)是设计的第一种也是最简单的人工神经网络。在此网络中,信息仅在一个方向上移动,即从输入节点向前经过隐藏节点(如果有)并到达输出节点。 网络中没有周期或循环。
深度学习搜索,Exploring Deep Learning for Search
专知会员服务
56+阅读 · 2020年5月9日
专知会员服务
112+阅读 · 2019年12月24日
Keras François Chollet 《Deep Learning with Python 》, 386页pdf
专知会员服务
143+阅读 · 2019年10月12日
小样本学习(Few-shot Learning)综述
黑龙江大学自然语言处理实验室
28+阅读 · 2019年4月1日
自然语言处理精品资料
平均机器
8+阅读 · 2019年3月6日
李宏毅-201806-中文-Deep Reinforcement Learning精品课程分享
深度学习与NLP
15+阅读 · 2018年6月20日
送你一份深度学习资源&教程!
THU数据派
13+阅读 · 2017年11月30日
Meta-Transfer Learning for Few-Shot Learning
Arxiv
7+阅读 · 2018年12月6日
Arxiv
21+阅读 · 2018年8月30日
Stock Chart Pattern recognition with Deep Learning
Arxiv
6+阅读 · 2018年8月1日
Arxiv
11+阅读 · 2018年7月31日
Arxiv
11+阅读 · 2018年7月8日
Relational Deep Reinforcement Learning
Arxiv
10+阅读 · 2018年6月28日
Arxiv
7+阅读 · 2018年5月23日
VIP会员
相关论文
Meta-Transfer Learning for Few-Shot Learning
Arxiv
7+阅读 · 2018年12月6日
Arxiv
21+阅读 · 2018年8月30日
Stock Chart Pattern recognition with Deep Learning
Arxiv
6+阅读 · 2018年8月1日
Arxiv
11+阅读 · 2018年7月31日
Arxiv
11+阅读 · 2018年7月8日
Relational Deep Reinforcement Learning
Arxiv
10+阅读 · 2018年6月28日
Arxiv
7+阅读 · 2018年5月23日
Top
微信扫码咨询专知VIP会员