Deep learning的一些教程

本文整理了多个深度学习的教程资源,包括Stanford大学的课程、Hinton的讲解、NIPS和ACL的教程,以及实战教程Theano等,适合初学者入门并了解深度学习的应用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

转载自http://baojie.org/blog/2013/01/27/deep-learning-tutorials/

 

Stanford Deep Learning wiki: http://deeplearning.stanford.edu/wiki/index.php/Main_Page

 

几个不错的深度学习教程,基本都有视频和演讲稿。附两篇综述文章和一副漫画。还有一些以后补充。

Jeff Dean 2013 @ Stanford

jeffdean

http://i.stanford.edu/infoseminar/dean.pdf

一个对DL能干什么的入门级介绍,主要涉及Google在语音识别、图像处理和自然语言处理三个方向上的一些应用。参《Spanner and Deep Learning》(2013-01-19)

Hinton 2009

hinton2009

A tutorial on Deep Learning

Slides http://videolectures.net/site/normal_dl/tag=52790/jul09_hinton_deeplearn.pdf

Video http://videolectures.net/jul09_hinton_deeplearn/  (3 hours)

从神经网络的背景来分析DL,为什么要有DL说得很清楚。对DL的基本模型结构也说得很清楚。十分推荐

更多Hinton的教程 http://www.cs.toronto.edu/~hinton/nntut.html

斯坦福的Deep Learning公开课(2012)

Samy Bengio, Tom Dean and Andrew Ng

http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=DeepLearning

教学语言是Matlab。

参2011年的课程CS294A/CS294W  Deep Learning and Unsupervised Feature Learning

更多的斯坦福工作: Deep Learning in Natural Language Processing

deeplearning

NIPS 2009 tutorial

nips09_collobert_weston_dlnl_Page_002.480
Deep Learning for Natural Language Processing, 2009 tutorial by Ronan Collobert (senna author) 

这个介绍了DL在三个方向上的应用:tagging (parsing), semantic search, concept labeling

Ronan Collobert的Senna是一个c的深度学习实现,只有2000多行代码

ACL 2012 tutorial

acl2012

Deep Learning for NLP (without Magic) 

by  Richard Socher, Yoshua Bengio and Chris Manning 

Video: http://www.youtube.com/watch?v=IF5tGEgRCTQ&list=PL4617D0E28A5781B0

Kai Yu’s Tutorial

On November 26, 2012
Title: “A Tutorial on Deep Learning” 
Abstract: 
In the past 30 years, tremendous progress has been made in building effective classification models. Despite the success, we have to realize that, in major AI challenges, the key bottleneck is not the quality of classifiers but that of features. Since 2006, learning high-level features using deep architectures has become a big wave of new learning paradigms. In recent two years, performance breakthrough was reported in both image and speech recognition tasks, indicating deep learning are not something ignorable. In this talk, I will walk through the recent works and key building blocks, e.g., sparse coding, RBMs, auto-encoders, etc. and list the major research topics, including modeling and computational issues. In the end, I will discuss what might be interesting topics for future research. 
Bio of Dr. Kai Yu: 
余 凯任百度技术副总监,多媒体部负责人,主要负责公司在语音,图像,音频等领域面向互联网和移动应用的技术研发。加盟百度前,余凯博士在美国NEC研究院担 任Media Analytics部门主管(Department Head),领导团队在机器学习、图像识别、多媒体检索、视频监控,以及数据挖掘和人机交互等方面的产品技术研发。此前他曾在西门子公司任Senior Research Scientist。2011年曾在斯坦福大学计算机系客座主讲课程“CS121: 人工智能概论”。他在NIPS, ICML, CVPR, ICCV, ECCV,SIGIR, SIGKDD,TPAMI,TKDE等会议和杂志上发表了70多篇论文,H-index=28,曾担任机器学习国际会议ICML10, ICML11, NIPS11, NIPS12的Area Chair. 2012年他被评为中关村高端领军人才和北京市海聚计划高层次海外人才。 

Slides link: http://pan.baidu.com/share/link?shareid=136269&uk=2267174042[1] 

Video link: KaiYu_report.mp4 (519.2 MB) 

Theano Deep Learning Tutorial

这个是实战, 如何用Python实现深度学习

http://deeplearning.net/tutorial/

Survey Papers

很多,不过初学看这两篇应该就够了

Yoshua BengioAaron CourvillePascal Vincent. (2012) Representation Learning: A Review and New Perspectives

Yoshua Bengio (2009). Learning Deep Architectures for AI.

更多

最后来个漫画

Deep Learning虽好,也要牢记它的局限

c479cc50-46a0-4580-bbb7-bdf0cf07ce5d (1)


### Deep Learning Toolbox 安装指南 对于希望使用 MATLAB 进行深度学习研究和开发的研究人员来说,了解如何安装 Deep Learning Toolbox 是至关重要的。该工具箱提供了多种用于设计、构建以及仿真神经网络的功能。 #### 准备工作 确保计算机上已正确安装了最新版本的 MATLAB 软件环境[^3]。由于 Deep Learning Toolbox 是作为附加组件提供的,因此需要通过 Add-On 功能来进行获取。 #### 获取并安装 Deep Learning Toolbox 在 MATLAB 中打开命令窗口或脚本编辑器,在命令行输入 `additions` 或者点击主页选项卡中的 “Add-Ons” 按钮进入 MathWorks 的在线市场页面寻找所需的工具包进行下载安装[^1]。 完成上述操作之后,MATLAB 将自动处理依赖关系并将必要的文件添加到路径中去。此时可以验证是否成功加载此模块: ```matlab % 验证Deep Learning Toolbox 是否可用 ver('deep_learning_toolbox') ``` 如果一切正常,则会显示有关所安装版本的信息;如果有任何错误提示,请按照官方文档进一步排查问题所在。 #### 设置工作目录与初始化配置 为了方便管理和访问项目数据集及相关模型参数等资源,建议创建专门的工作空间文件夹,并将其设置为当前默认位置以便后续调用更加便捷高效[^2]。 ```matlab % 创建新的工作区文件夹(可根据个人需求调整) mkdir('~/MyDLProjects'); cd '~/MyDLProjects'; ``` 以上即完成了基本的 Deep Learning Toolbox 安装流程介绍。需要注意的是不同操作系统之间可能存在细微差异,具体细节可参照官方手册说明文档获得最准确指导。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值