Quiz Space

Deep Learning · End Term · 31 Aug 2025 · May 2025 term · Set QIC1

Question 10: Consider an image X of size 4 \times 4, and a true label…

Question 10

+2 marksNumerical answer

Consider an image XX of size 4×44 \times 4, and a true label y=3y = 3. The image is passed through a convolutional neural network with a single filter followed by a ReLU and a max-pooling operation.

X=[1032010221101021],K=[101010101]X = \begin{bmatrix} 1 & 0 & 3 & 2 \\ 0 & 1 & 0 & 2 \\ 2 & 1 & 1 & 0 \\ 1 & 0 & 2 & 1 \end{bmatrix}, \quad K = \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{bmatrix}

Parameters:

  • Convolution: stride S=2S = 2, padding P=1P = 1
  • Max pooling: filter size F=2F = 2, stride S=2S = 2, padding P=0P = 0

Based on the above data, answer the given subquestions.

Show answer

Correct answer: 6

Question 10 of 19 in the IIT Madras BS Deep Learning (Deep Learning) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M IMPROVEMENT FN EXAM QIC1 31 Aug 2025). It carries 2 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Based on the two statements provided choose the correct option?\ Statement 1: Optimization’s primary goal is to reduce …
  3. Q3Figure question
  4. Q4Consider a feedforward neural network with one hidden layer trained using backpropagation for a binary classification t…
  5. Q5Scaled Dot-Product Attention You are given a simple transformer attention setup with the following configuration: Embed…
  6. Q6Scaled Dot-Product Attention You are given a simple transformer attention setup with the following configuration: Embed…
  7. Q7Scaled Dot-Product Attention You are given a simple transformer attention setup with the following configuration: Embed…
  8. Q8Consider an image X of size 4 \times 4, and a true label y = 3. The image is passed through a convolutional neural netw…
  9. Q9Consider an image X of size 4 \times 4, and a true label y = 3. The image is passed through a convolutional neural netw…
  10. Q11Consider a CBOW model for learning word embeddings. The vocabulary is made up of three words, {good, bad, ugly}. W and …
  11. Q12Consider a CBOW model for learning word embeddings. The vocabulary is made up of three words, {good, bad, ugly}. W and …
  12. Q13Consider a CBOW model for learning word embeddings. The vocabulary is made up of three words, {good, bad, ugly}. W and …
  13. Q14Based on the above data, answer the given subquestions. Find s1.
  14. Q15Based on the above data, answer the given subquestions. Find s2.
  15. Q16Based on the above data, answer the given subquestions.
  16. Q17Based on the above data, answer the given subquestions.
  17. Q18Based on the above data, answer the given subquestions.
  18. Q19Based on the above data, answer the given subquestions.