标题: 重磅 | Yan LeCun眼中的深度学习与人工智能未来(附PPT下载) [打印本页] 作者: hubaba 时间: 2016-3-26 01:16 标题: 重磅 | Yan LeCun眼中的深度学习与人工智能未来(附PPT下载) 2016年3月24日,纽约大学教授、Facebook AI研究院主任LeCun在CERN Colloquium上发表了一次演讲,以下是这次演讲PPT摘要。进入公众号界面,回复数字26,可下载本文所涉及PPT:Deep Learning and the Future of AI
多层神经网络的特点。多层简单单元(Multiple Layers of simple units);每个单元计算输入加权和(Each units computes a weighted sum of its inputs);通过非线性函数的加权和(Weighted sum is passed through a non-linear function);学习算法改变权重(The learning algorithm changes the weights)。
典型的多层神经网络结构:线性模块(Linear Module ), ReLU 模块 (Rectified Linear Unit) ,成本模块( Cost Module):平方距离(Squared Distance)以及目标函数(Objective Function )。