Skip to content

Files

Latest commit

a5fe5ab · Sep 17, 2014

History

History
108 lines (70 loc) · 5.23 KB

deep-learning-introduction.md

File metadata and controls

108 lines (70 loc) · 5.23 KB

深度学习入门与综述资料

contributors: @自觉自愿来看老婆微博 @邓侃 @星空下的巫师

created: 2014-09-16

初学入门

http://en.wikipedia.org/wiki/Deep_learning Deep learning is a set of algorithms in machine learning that attempt to model high-level abstractions in data by using model architectures composed of multiple non-linear transformations.

科普短文

http://cacm.acm.org/magazines/2013/6/164601-deep-learning-comes-of-age/abstract Deep Learning Comes of Age

http://www.datarobot.com/blog/a-primer-on-deep-learning/ A Primer on Deep Learning (2014)

基于编程语言的实战入门

入门指南

http://deeplearning.net/tutorial/ Deep Learning Tutorials

http://neuralnetworksanddeeplearning.com/index.html Michael Nielsen (2014) 概念讲得很细致

  • @自觉自愿来看老婆微博 共同推荐

邓侃 Deep Learning 系列

http://www.reddit.com/r/MachineLearning/comments/2fxi6v/ama_michael_i_jordan/ckdqtpe 伯克利Michael Jordan教授论深度学习, 附上学习笔记

  1. layer,parallel,ensemble有用,不能限于模拟人脑思维
  2. backpropagation是关键, 本质是supervised learning
  3. 很多成功案例是大规模样本+监督学习
  4. 很少用在工业界咨询,不少其它问题(7个例子)
  5. 机器学习不止是AI,还要接近system与数据库

综述与分支

注意Vision、Text、Speech都用DL,用法不尽相同

http://research.microsoft.com/pubs/204048/APSIPA-Trans2013-revised-final.pdf Li Deng, A Tutorial Survey of Architectures, Algorithms, and Applications for Deep Learning , in APSIPA Transactions on Signal and Information Processing, Cambridge University Press, 2014

Text 文本 NLP

http://nlp.stanford.edu/courses/NAACL2013/ Deep Learning for Natural Language Processing (without Magic)

  • 自然语言处理 NLP 方向(文本为主)

Speech 语音 NLP

http://research.microsoft.com/pubs/217165/ICASSP_DeepTextLearning_v07.pdf Deep learning for natural language processing and related applications (Tutorial at ICASSP)

  • Xiaodong He, Jianfeng Gao, and Li Deng
  • 自然语言处理 NLP 方向 (语音为主,也包括文本)
  • spoken language understanding (SLU), machine translation (MT), and semantic information retrieval (IR) from text.

Computer Vision 视觉

https://sites.google.com/site/deeplearningcvpr2014/ TUTORIAL ON DEEP LEARNING FOR VISION

Yann LeCun's Lecture on Computer Perception with Deep Learning in Course 9.S912: "Vision and learning - computers and brains", Nov 12, 2013:

过去的相关推荐

  • #90 深度学习做推荐的文章资料
  • #39 机器学习和深度学习在多媒体信息检索领域的资源
  • #31 深度学习或者机器学习在图像检索
  • #181 deep learning相关的图像检索资料
  • #30 深度学习在文本挖掘或者自然语言处理(NLP)方面的好的资源
  • #168 Michael Jordan 论深度学习
  • #184 深度学习入门
  • #190 深度学习工具箱

计算工具

###theano

caffe

Torch-7

matlab deeplearning toolbox