How is the convolution Operation recognising the edge?
I understand the process of applying the convolution operation and the overall mechanism but,still, how is it recognising edges (vertical and horizontal)
In the first example taken in the 2nd video from week 1,
the output is [[0,30,30,0],
[0,30,30,0],
[0,30,30,0],
[0,30,30,0]]
How is this output equivalent to the middle line in the Image?
I have attached the Image.
Please explain.
Thanks
Ajay