8:50 I thought there will be some great revelation here, lol
@mlofficial91754 жыл бұрын
are the 96 feature maps combined by pixel-wise addition?
@manudasmd Жыл бұрын
5.30 if filter and input has depth 3 output should have depth 1 right?
@signalcoder20379 ай бұрын
Yes, that is for one filter. But if you have N filters then depth will be N.
@manudasmd9 ай бұрын
@@signalcoder2037 understood. I completed the course and earned a topper certificate also😊
@bnglr4 жыл бұрын
with filter size changes, ZFNet's first Convolution Layer is still 55x55?
@simrangrewal96803 жыл бұрын
Even I didn't get how
@divyatiwari25243 жыл бұрын
@@simrangrewal9680 He didn't mention anything about the stride.
@signalcoder20379 ай бұрын
In ZFNet, the first convolutional layer has a filter size of 7x7 with a stride of 2.
@tvscharankruthik76612 жыл бұрын
How did the last max-pooling layer reduce third dim from 512 to 256? Isn't that wrong because max-pooling doesn't change the value of K?
@CHANDANSAH-ew9rk2 жыл бұрын
Timestamp?
@signalcoder20379 ай бұрын
Good observation! at 16:06, I think there is a typo. Since the preceding convolutional layer has 512 filters, the depth of the input to the max pooling layer is 512. Therefore, the dimensions of the output after the last max pooling layer should be 512*2*2