Motivation

  • in multiple dimensions a maxout unit can approximate arbitrary convex functions

    Maxout Networks

Contributions

  • maxout is cross channel pooling
  • maxout enhances dropout’s abilities as a model averaging technique.
  • Dropout is generally viewed as an indiscriminately applicable tool that reliably yields a modest improvement in performance when applied to almost any model.

Experiments

  • better performance
    Maxout Networks

    Maxout Networks
    (Rectifier units do best without cross-channel pooling but with the same number of filters, meaning that the size of the state and the number of parameters must be about k times higher for rectifiers to obtain generalization performance approaching that of maxout.)

  • The activations of maxout units are not sparse
    Maxout Networks

  • Model averaging better
    Maxout Networks

Maxout Networks

相关文章:

  • 2021-06-21
  • 2021-11-11
  • 2021-06-24
  • 2021-05-08
  • 2021-12-22
  • 2021-12-24
  • 2021-06-30
  • 2021-06-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-01-23
  • 2021-08-18
相关资源
相似解决方案