Feedforward Networks

Feedforward Network

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

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 67 8.62%
Self-Supervised Learning 62 7.98%
Image Generation 39 5.02%
Decoder 34 4.38%
Semantic Segmentation 28 3.60%
Image Classification 20 2.57%
Disentanglement 16 2.06%
Face Swapping 13 1.67%
Language Modelling 11 1.42%

Categories