標(biāo)題: 重磅 | Yan LeCun眼中的深度學(xué)習(xí)與人工智能未來(lái)(附PPT下載) [打印本頁(yè)] 作者: hubaba 時(shí)間: 2016-3-26 01:16 標(biāo)題: 重磅 | Yan LeCun眼中的深度學(xué)習(xí)與人工智能未來(lái)(附PPT下載) 2016年3月24日,紐約大學(xué)教授、Facebook AI研究院主任LeCun在CERN Colloquium上發(fā)表了一次演講,以下是這次演講PPT摘要。進(jìn)入公眾號(hào)界面,回復(fù)數(shù)字26,可下載本文所涉及PPT:Deep Learning and the Future of AI
多層神經(jīng)網(wǎng)絡(luò)的特點(diǎn)。多層簡(jiǎn)單單元(Multiple Layers of simple units);每個(gè)單元計(jì)算輸入加權(quán)和(Each units computes a weighted sum of its inputs);通過(guò)非線性函數(shù)的加權(quán)和(Weighted sum is passed through a non-linear function);學(xué)習(xí)算法改變權(quán)重(The learning algorithm changes the weights)。
典型的多層神經(jīng)網(wǎng)絡(luò)結(jié)構(gòu):線性模塊(Linear Module ), ReLU 模塊 (Rectified Linear Unit) ,成本模塊( Cost Module):平方距離(Squared Distance)以及目標(biāo)函數(shù)(Objective Function )。