Convnd
- A∗B
- Connect a neighbor only to spatial neighborhood → spatial order
- Some rotation and illumination invariance
- Slide over → Same weights independant of location → less weights
- Subsample after conv
- multiple 2d feature maps
- Similar to Gabor filters after learning
- Some might collapse to 0
- out(x,y)=ΣiΣjinput(x+i,y+j)kernel(i,j)
- Zj=Σi=0l−1Wji∗Xi+bij
- Yj=g(Zj)
- Output shape : s()i−f+2p
- If p=2f−1 and s=1 then dimensions maintained
- One operation repeated over and over starting with raw

- Padded Conv
- Strided
- Depthwise Separable
- Causal 1D Conv
- Causal Dilated Conv