What is: Maxout?
Source | Maxout Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
The Maxout Unit is a generalization of the ReLU and the leaky ReLU functions. It is a piecewise linear function that returns the maximum of the inputs, designed to be used in conjunction with dropout. Both ReLU and leaky ReLU are special cases of Maxout.
The main drawback of Maxout is that it is computationally expensive as it doubles the number of parameters for each neuron.