notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

PoolingLayers.md (262B)


      1 # Pooling Layers
      2 
      3 ML P762
      4 
      5 **Definition:** Pooling layers are layers of a CNN that 'pool' together surrounding values to pass through a singular representative value.
      6 
      7 This representative value is normally either max or mean, but max has grown in favor of late.