Deep Learning and GenAI Quiz 2 12 Apr 2026 — Question 10
Show answer
Correct answer
Video solution
The video solution to this question is being recorded and will play here. Until then, the answer key is above.
Question 10 of 20 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) Quiz 2 paper sat on 12 Apr 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 Apr 26). It carries 3 marks.
More questions from this paper
- Consider the following code:
- Consider the following code: What is the spatial size of the output after applying the given pooling code?
- Which of the following code snippets generates fake images from random noise for training a fully connected GAN network?
- Consider the following code: What will be the final output of the code (z_biased)?
- Consider the following architecture for a discriminator: In which of the following lines would you suggest code changes…
- If Model A has cross-entropy loss = 2.0 and Model B has loss = 1.5, which model has lower perplexity?
- Figure question
- Consider the following code snippet:
- Figure question
- You are designing a simple RNN to process sentences of length 10 words for next-word prediction in a chat application.\…
- Consider the following real-valued functions defined on their natural domains. Select all functions that are convex ove…
- In a GAN training loop, the following function is used before each backward pass: Suppose a GAN is trained and this fun…
- During GAN training, the following code is used to update the discriminator: However the code doesnt work as intended. …
- Consider the following statements related to optimization in deep learning. Select all statements that are correct.
- Consider the following reference sentence:\ Reference: machine learning is very fun Answer the subquestions based on th…
- Consider the following reference sentence:\ Reference: machine learning is very fun Answer the subquestions based on th…
- Consider the following PyTorch model: Answer the subquestions based on the given data. What is the total number of trai…
- Consider the following PyTorch model: Answer the subquestions based on the given data.
- What are the updated values of the weights after the first SGD step?