Quiz Space

Introduction to Deep Learning and Generative AI · Quiz 2 · 16 Aug 2026 · May 2026 term

Question 1: Consider the following code snippet: Based on the standar…

Question 1

+2 marksOne correct option

Consider the following code snippet:

Based on the standard normalization technique for a single-channel grayscale image dataset like FashionMNIST, which of the following correctly fills in blank (A)?

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • A

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

More questions from this paper

  1. Q2Suppose during training Epoch 1 D(real)=0.90 D(fake)=0.10 Later Epoch 20 D(real)=0.999 D(fake)=0.0001\ What problem is …
  2. Q3Let D(x) denote the discriminator's output. Which of the following represents the most desirable discriminator output d…
  3. Q4What is the output of the following code snippet?
  4. Q5Figure question
  5. Q6Consider the following implementation of a RNN: What is the output of the print statements?
  6. Q7Which of the following options is correct regarding the standard encoder-decoder architecture?
  7. Q8Figure question
  8. Q9Which of the following statements must be true?
  9. Q10A GAN is trained on images preprocessed using the following PyTorch transformation: Which of the following activation f…
  10. Q11Select the correct statements from the following:
  11. Q12Which of the following increase(s) the output size?
  12. Q13Select all statements that are TRUE.
  13. Q14Figure question
  14. Q15Figure question
  15. Q16Select all statements that are TRUE regarding the mechanics of Adagrad and RMSProp.
  16. Q17Calculate the total number of parameters in the RNN implemented in the following code:
  17. Q18Figure question
  18. Q19Figure question