《07.Deep Learning in Action_肖达》.ppt

  1. 1、本文档共30页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《07.Deep Learning in Action_肖达》.ppt

深度学习科普和实战 肖达 Agenda A two minutes tour of DL fundamentals DL in Action with GPU/Theano/Pylearn2 Deep Learning in a Nutshell 深度学习管窥 对黑盒子的限定 深度:多层非线性信息处理 Input = L1 = L2 = … = Ln = Output 学习:内部结构通过学习涌现 机器学习与特征表示 反向传播算法(Back-Prop) 计算每个样本的损失函数(实际输出与预期输出的差别)对各参数的梯度 应用链式求导法则 学习过程 1、前向传播激励响应 2、和目标比较得到损失 3、反向传播修正权重 Agenda A two minutes tour of DL fundamentals DL in Action with GPU/Theano/Pylearn2 What you need An off-the-shelf PC with 650w+ power supply A GPU (GTX 580/780/Titan) Get familiar with Linux, Python and Numpy Total cost 8k¥ “DL不再是高富帅的专利,GPU+Theano乃我等屌丝之福音。” — by Xingyuan Open souce libraries Theano by Bengios group @U. Montreal transparent use of GPU automatic gradient computation pylearn2 high-level DL library based on Theano contain most building blocks needed for DL experiments contain a cuda-convnet wrapper cuda-convnet by Hintons group @U. Toronto VERY fast C++/CUDA implementation of convolutional neural networks not a user-friendly library How to launch a DL experiment in 5 minutes Specify 3 things in my_exp.yaml dataset model training algorithm exec train.py my_exp.yaml An example yaml file dataset: train !obj:pylearn2.datasets.cifar10.CIFAR10 { toronto_prepro: True, which_set: train, one_hot: 1, axes: [c, 0, 1, b], start: 0, stop: 40000 }, model: !obj:pylearn2.models.mlp.MLP { batch_size: 128, input_space: !obj:pylearn2.space.Conv2DSpace { shape: [32, 32], num_channels: 3, axes: [c, 0, 1, b], }, layers: [ !obj:pylearn2.models.maxout.MaxoutConvC01B { layer_name: conv1, pad: 2, num_channels: 32, num_pieces: 1, kernel_shape: [5, 5], pool_shape: [3, 3], pool_stride: [2, 2], irange: .01, min_zero: True, tied_b: True, max_kernel_norm: 9.9, }, !obj:pylearn2.models.maxout.MaxoutConvC01B { layer_name: conv2, algorithm: !obj:pylearn2.training_algorithms.sgd.SGD { batch_size: 128, learning_rate: .01, init_momentum:

文档评论(0)

wfkm + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档