Feedforward Network
2000년 도입 · 논문 1,339편에서 사용
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 $x$ passed through units $h$ (of which there can be many layers) to predict a target $y$. Activation functions are generally chosen to be non-linear to allow for flexible functional approximation. Image Source: Deep Learning, Goodfellow et al
Feedforward Networks · General