What is: Feedforward Network?
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the literature. It consists of inputs passed through units (of which there can be many layers) to predict a target . Activation functions are generally chosen to be non-linear to allow for flexible functional approximation.
Image Source: Deep Learning, Goodfellow et al