- Neural Network Programming with TensorFlow
- Manpreet Singh Ghotra Rajdeep Dua
- 278字
- 2021-07-02 15:17:11
Defining feedforward networks
Deep feedforward networks, also called feedforward neural networks, are sometimes also referred to as Multilayer Perceptrons (MLPs). The goal of a feedforward network is to approximate the function of f?. For example, for a classi?er, y=f?(x) maps an input x to a label y. A feedforward network defines a mapping from input to label y=f(x;θ). It learns the value of the parameter θ that results in the best function approximation.
We discuss RNNs in Chapter 5, Recurrent Neural Networks. Feedforward networks are a conceptual stepping stone on the path to recurrent networks, which power many natural language applications. Feedforward neural networks are called networks because they compose together many di?erent functions which represent them. These functions are composed in a directed acyclic graph.
The model is associated with a directed acyclic graph describing how the functions are composed together. For example, there are three functions f(1), f(2), and f(3) connected to form f(x) =f(3)(f(2)(f(1)(x))). These chain structures are the most commonly used structures of neural networks. In this case, f(1) is called the first layer of the network, f(2) is called the second layer, and so on. The overall length of the chain gives the depth of the model. It is from this terminology that the name deep learning arises. The final layer of a feedforward network is called the output layer.

These networks are called neural because they are inspired by neuroscience. Each hidden layer is a vector. The dimensionality of these hidden layers determines the width of the model.
- 數據庫基礎教程(SQL Server平臺)
- 大規(guī)模數據分析和建模:基于Spark與R
- Test-Driven Development with Mockito
- 大數據可視化
- 大數據可視化
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- OracleDBA實戰(zhàn)攻略:運維管理、診斷優(yōu)化、高可用與最佳實踐
- 智能數據時代:企業(yè)大數據戰(zhàn)略與實戰(zhàn)
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- 金融商業(yè)算法建模:基于Python和SAS
- 數字IC設計入門(微課視頻版)
- 大數據分析:數據倉庫項目實戰(zhàn)
- Web Services Testing with soapUI
- 中文版Access 2007實例與操作
- SIEMENS數控技術應用工程師:SINUMERIK 840D-810D數控系統(tǒng)功能應用與維修調整教程