notes

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

MaxPooling.md (296B)


      1 # Max Pooling
      2 
      3 ML SS
      4 
      5 **Definition:** Max pooling is a processing technique whereby a pool size is selected (2x2 as an example) and the values in the pool are compressed into one value.
      6 
      7 This is a technique to both reduce computational complexity of a model and to extract higher level features.