Quiz questions

2-25

  • 0:32:50: Q1. What is the output dimension if 3x3 filter with stride 3 and 7x7 input? ANS: 2x2

  • 0:37:22: q2 What is the dimension of the output? input volume 32x32x3 10 5x5 filters, stride 1,pad2? ANS: 32x32x10

  • 0:43:59: Q2 what is the number of parameters in this layer? ANS: 760

  • 1:04:58: Q3 What is the output volume size? (first layer of Alexnet) ANS: 55x55x96

  • 1:06:25: Q4 What is the total number of parameters in this layer? ANS: (11x11x3+1)*96

  • 1:08:18: Q5. What is the output volume size after pool1? ANS: 27x27x96

  • 1:09:39: Q6. Number of parameters in pool1? ANS: 0