Concept

Overall Structure of Deep Feedforward Networks

Feedforward neural networks are called networks because they are typically represented by composing together many different functions. The model is associated with a directed acyclic graph describing how the functions are composed together.

For example, we might have three functions f(1),f(2)f^{(1)} , f ^{(2)}, and f(3)f^{(3)} connected in a chain, to form f(x)=f(3)(f(2)(f(1)(x)))f (x) = f ^{(3)}(f^{(2)}(f^{(1)}(x))). These chain structures are the most commonly used structures of neural networks.

0

1

Updated 2020-11-02

References


Tags

Data Science