Convolutional-implementation-of-sliding-windows

please support on how Prof.Andrew converting FC to Conv, I have been watched the tutorial.

Just , I want the rule/Method in how he doing the converting ?

I see that he make conv by put 1*1*400 .400 is counting # of filters .

Which video is this referring to?

PFB:

Here I used chatgpt to make the calculation of convolutions for the first 2 layers:

the same thing you can do when you go along with maxpoling and then flatten the entire 3D matrix into a vector!

what you shared is conv steps for the first 2 layers but how he convert FC to Conv in final , is it same as you did ?i just shared a picture to show you the vedio and not where I’m fail to understand .wait i will share my problem in clear pic

Please check the Highlighted Box in red , here i lost the focus and image start blur for me.

how he moved from 1 by 1 by 400 to 1 by 1 by 4

now i know how we get 400 , it’s by multiply 5* 5 *16. i get support from chatgpt too

Its good to use for learning purposes too!