Deep Learning and GenAI End Term 10 May 2026 — Question 23
Show answer
Correct answer: 0.5 (accepted within ±0.1)
Question 23 of 24 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) End Term paper sat on 10 May 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 May 26 (Session 2)). It carries 4 marks.
More questions from this paper
- Which of the following is the MOST correct way to run a trained model on test data?
- Consider the sentence:\ "Data science is fun"\ In a bigram language model, which probability expression correctly repre…
- We are given the Q, K, V matrices to compute the scaled dot product attention matrix for a transformer.\ Keeping everyt…
- Consider the following code representing a component of a traditional encoder decoder model which uses Bahdanau attenti…
- What is the output of the following code?
- Consider an attention mechanism defined as:\ Attention(Q, K, V) = softmax(QKT) V\ Which of the following is the most li…
- Figure question
- What is the primary capability that the Position-wise Feed-Forward Network (FFN) provides to the Transformer architectu…
- Figure question
- A transformer model has the following embedding layer: Vocabulary size = 50,000• Embedding dimension = 768• The embeddi…
- Consider the following code: Which of the following describes the output of decoded_texts?
- We use the following LORA code to finetune BERT model: But we notice that the code does not work as intended. Which of …
- Which of the following are data augmentation techniques?
- Consider the following optimization algorithms used for training neural networks: SGD with Momentum• RMSProp• Adam• Whi…
- Select the correct statement(s) regarding a CNN:
- Which of the following situations may lead to a mode collapse while training a GAN?
- Consider the evaluation metrics commonly used for generative models: Fréchet Inception Distance (FID), Inception Score …
- A text-to-image generative model is evaluated on three metrics with the following results: FID = 8.5• Inception Score (…
- Consider an encoder-decoder architecture trained using maximum likelihood for sequence generation.\ Which of the follow…
- You want to reduce parameters in multi-head attention from 4,096 to 1,024. Which of the following changes achieve(s) th…
- Consider the following single-layer RNN:
- Consider the following PyTorch model: Note: Do not round intermediate values.• Final answer can be rounded to 3 decimal…
- A model is fine-tuned with the following configuration: dataset_size = 2048• batch_size = 16• epochs = 2• Assuming the …