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
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Object Detection | 73 | 8.63% |
Self-Supervised Learning | 57 | 6.74% |
Image Generation | 39 | 4.61% |
Object | 34 | 4.02% |
Decoder | 34 | 4.02% |
Semantic Segmentation | 25 | 2.96% |
Image Classification | 23 | 2.72% |
Disentanglement | 15 | 1.77% |
Language Modelling | 14 | 1.65% |