- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 289字
- 2021-06-24 14:48:15
Evolutionary path to DFNs
Warren McCulloch and Walter Pitts were the first to create a model of artificial neural networks back in 1943. They built the model on something called threshold logic. A threshold was calculated by summing up inputs, and the output was binary, zero, or one, according to the threshold. In 1958, another model of a neuron was created by Rosenblatt called perceptron. Perceptron is the simplest model of an artificial neuron that can classify inputs into two classes (we discussed this neuron in Chapter 1, Getting started with Deep Learning). The concept of training neural networks by backpropagating errors using chain rule was developed by Henry J. Kelley around the early 1960s. However, backpropagation as an algorithm was unstructured and the perceptron model failed to solve that famous XOR problem. In 1986, Geoff Hinton, David Rumelhart, and Ronald Williams demonstrated that neural networks with hidden layers can learn non-linear functions with backpropagation. Further, it was also highlighted that neural networks are capable of learning any function through a universal approximation theorem. But, neural networks didn't scale to solve large problems, and by the '90s, other machine learning algorithms, such as support vector machine (SVM), dominated the space. Around 2006, Hinton once again came up with the idea of adding layers one over the other and training parameters for new layers. Deeper networks were trained using the strategy and the networks were termed as deep feedforward networks. From here, the neural networks got a new name—deep learning!
Next, we will discuss the architectural design of DFN. We will see how the layered structure is built, trained, and what significance the terms deep and feedforward carry.
- Spark編程基礎(Scala版)
- Photoshop CS4經典380例
- Dreamweaver CS3網頁設計與網站建設詳解
- Hands-On Data Science with SQL Server 2017
- Hands-On Linux for Architects
- Maya 2012從入門到精通
- Salesforce for Beginners
- 深度學習與目標檢測
- Word 2007,Excel 2007辦公應用融會貫通
- C++程序設計基礎(上)
- HBase Essentials
- 人工智能云平臺:原理、設計與應用
- Microsoft System Center Data Protection Manager Cookbook
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)
- Hands-On Geospatial Analysis with R and QGIS