CNN

Node: CNN

How to detect edges of image

Padding

Strided convolution

Notes:

Convolutions on RGB images

output(h,w,c)=i=0K1j=0K1d=02input(h+i,w+j,d)×filter(i,j,d,c)

Layers of Convolutions

F(i)=σ(j=1k(i1)Wj(i)F(i1))