Components of Convolutional Network

Fully connected Layers

Convolution Layers

Convolutional Layer Dimensions

Input: $N\times C_{in}\times H\times W$

filters: $C_{out}\times C_{in}\times K_w \times K_h$

Output: $N\times C_{out}\times H'\times W'$

Screen Shot 2022-07-13 at 9.57.44 PM.png

When doing convolution, the size shrinks based on size of filter