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 70 8.93%
Self-Supervised Learning 62 7.91%
Image Generation 39 4.97%
Decoder 36 4.59%
Semantic Segmentation 26 3.32%
Image Classification 21 2.68%
Disentanglement 15 1.91%
Face Swapping 13 1.66%
Language Modelling 11 1.40%

Categories