https://cs231n.github.io/convolutional-networks/

Intro

  1. nearby pixels often correlate most with nearby pixels (locality)
  2. statistics of pixels relatively uniform across image (stationary statistics)
  3. Identity of an object doesn’t depend on its location in the image
  4. objects are made of parts

Kernels

Untitled

Screen Shot 2024-02-04 at 10.03.34 PM.png

Conv Nets