Average Pooling - AshokBhat/ml GitHub Wiki

Description

  • Performs down-sampling
  • Replaces rectangular regions of input with the average value

Illustration

FAQ

  • What is the average-pooling layer?
  • Why is max-pooling used more than average-pooling?

See also