Quiz Space

Introduction to Deep Learning and Generative AI · Quiz 1 · 19 Jul 2026 · May 2026 term

Question 7: For a convolution layer, suppose the input feature map ha…

Question 7

+3 marksOne correct option

For a convolution layer, suppose the input feature map has size 28x28x64. A 1x1 convolution with 32 filters is applied to it. What will be the output size? (Assume stride = 1 and no padding.)

  1. A

    28x28x64

  2. B

    28x28x32

  3. C

    32x32x28

  4. D

    64x64x32

Show answer

Correct answer

  • B

    28x28x32

Question 7 of 20 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) Quiz 1 paper sat on 19 Jul 2026, in the May 2026 term (Introduction To Deep Learning And Generative Ai 16 Jul 26). It carries 3 marks.

More questions from this paper

  1. Q1Consider the following data point and weight vector in a simple single layer neural network. (Assume that there is no b…
  2. Q2A BatchNorm layer is applied to the output of a convolutional layer. The output feature map has dimensions: where: 32 =…
  3. Q3Consider a McCulloch-Pitts (MP) neuron with binary inputs, unit positive weights, and no inhibitory connections. Given …
  4. Q4Consider the following pytorch code: What is the output of the above code?
  5. Q5A student is training a neural network for regression problem with a sigmoid activation at the output layer to predict …
  6. Q6An input image of size 32×32 is passed through a CNN containing three convolution layers: • Conv1: 3x3, stride 1 • Conv…
  7. Q8A convolution operation is applied to an input image of size 64x64 using a single 3x3 filter. The convolution uses: Ker…
  8. Q9Consider the following PyTorch convolutional layer: How many total learnable parameters (including biases) does this la…
  9. Q10Consider the following image preprocessing pipeline: Which of the following statements is correct about the above prepr…
  10. Q11A perceptron in 2D is defined by a linear decision function: Suppose a classification rule satisfies: 1. All points wit…
  11. Q12Consider the following tensor operation in pytorch: What will be the output of the final print statement?
  12. Q13A student is using a single neuron with activation where Can this single neuron represent XOR exactly for the four bina…
  13. Q14Consider the following snippet of a CNN block: A part of which classical CNN architecture is represented by the above c…
  14. Q15In deep CNN architectures like VGGNet, multiple 3×3 convolutional layers are stacked instead of using a single large ke…
  15. Q16A CNN produces an output feature map of size 10x10x64. Global Average Pooling (GAP) is applied to this feature map. Wha…
  16. Q17A feedforward neural network has 2 input neurons, one hidden layer (l = 1) with 2 neurons, and one output neuron (l = 2…
  17. Q18A feedforward neural network has 2 input neurons, one hidden layer (l = 1) with 2 neurons, and one output neuron (l = 2…
  18. Q19Which statement is guaranteed by the Universal Approximation Theorem (UAT)?
  19. Q20A feedforward neural network has 2 input neurons, one hidden layer (l = 1) with 2 neurons, and one output neuron (l = 2…