Deep Learning

深度学习通过多层抽象学习数据表示,改善了语言识别和图像理解等领域。反向传播算法用于训练多层架构,而卷积神经网络和循环神经网络分别在图像理解和序列数据处理中展现优越性能。深度学习未来将结合特征表示学习与复杂推理,推动人工智能发展。
摘要由CSDN通过智能技术生成

Deep learning

[Reference]

Lecun Y, Bengio Y, Hinton G. Deep learning[J]. Nature, 2015, 521(7553):436.

Abstract

深度学习是由多处理层组成的计算层模型,通过多层抽象学习数据表示,这种方法在语言识别(Speech Recognition)、视觉物体识别、物体检测和其他诸如药理发现和基因组学等领域显著提升了state-of-the-art,深度学习通过使用反向传播算法,从大量数据中学习发现物体的复杂结构,而这种反向传播机制向系统指示了如何通过从前层网络中的特征表示来计算后面每一层的特征表示以达到改变网络中的参数的目的。深度卷积神经网络已经将反向传播机制引入到图像、视频、音频、报告的研究分析之中,而循环网络结构使得像文本、语音等序列型数据的前景光明。


Declaration

深度学习方法是带有多层表示的表示学习方法,由简单但是非线性的模块所构成,每一个模块将一层上的表示转化成更高层,更抽象层的表示。在足够的表示参与构成的情况下,复杂的功能结构就此形成,对于分类任务而言,高层特征表示可以强化输入数据,而这种强化对鉴别检测和抑制不相关变形是非常重要的。

深度学习擅长在高维数据中发现复杂结构


Supervised Learning

为了正常地调整权重向量,对于每一个向量,学习算法需要计算梯度向量,它表示如果权重增加或减少一个很小的量,误差将增加或减少的量。然后权重就会沿着梯度反方向进行调整。

目标函数,是在所有训练样本上的平均,在高维的权值向量空间中,可以被视作是具有波浪形状的函数,在这种结构中,梯度反方向被视为是权重下降最快的方向,使其接近最小值,输出误差平均值较低。

在实践过程中,实践者经常使用的处理方法叫做“随机梯度下降”(SGD),这包括显示几个样本的输入向量,计算输出和误差,计算这些示例的平均梯度,以及相应地调整权重。这一过程需要对在训练样本中的许多小的样本上进行不断重复,直到目标函数停止下降为止,其之所以被称之为“随机”,主要是由于每一个小规模的数据样本都对所有样本的平均梯度提供了一个噪声估计,与更精细的优化技术相比,这种简单的程序通常能够以惊人的速度快速找到一组良好的权重值。

图像和语音识别等问题要求输入输出函数对输入的无关变化(如位置的变化,物体的方向或照明,或者语音的音调或重音的变化)不敏感,而对特定的微小变化非常敏感。


Backpropagation to train multilayer architectures

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
'Written by three experts in the field, Deep Learning is the only comprehensive book on the subject.' -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX, Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning., The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models., Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值