Deep Learning and GenAI End Term 10 May 2026 — Question 23
Show answer
Correct answer: 34.85 (accepted within ±0.35)
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 5 marks.
More questions from this paper
- Which of the following orders of operations is/are CORRECT for a single training iteration in PyTorch?
- Which of the following is/are NOT present in a standard GPT (decoder-only) model?
- Consider the following RAG pipeline: Which of the following is/are true?
- Consider the following PyTorch network:
- Figure question
- Consider the following code snippet: What will be the output?
- Consider the following single-layer RNN:
- Figure question
- Figure question
- You are given:\ Image size: 64 × 64 • Patch size: 16 × 16 • Number of input channels: 3 (RGB) • Embedding dimension: 12…
- We build a decoder RNN from scratch with the following hyperparameters:\ Batch_size=32 • Vocab_size=28 • Context_length…
- The following code computes a metric - Which of the following situations does the above metric becomes useful in?
- You are preparing a dataset to train an encoder-decoder model with the first batch of training data as follows:\ Traini…
- In a Transformer layer, the residual connection is typically implemented as:
- Given a tensor with shape (batch_size = 32, seq_len = 50, d_model = 768), how is Layer Normalization applied in a Trans…
- In Layer Normalization, which parameters are learned during training?
- The following tokenizer is applied on the input data given in the code:
- Consider a RAG application (uses chunking and cosine similarity to compare chunks) .\ The input query to the RAG is giv…
- A tokenizer is configured as follows: You preprocess the following text:\ text = "Deep learning is amazing" Which of th…
- Which of the following statements about the Universal Approximation Theorem (UAT) is/are correct?
- The following table lists optimizers and hyperparameter sets in shuffled order. Which of the following matchings is cor…
- Consider the following code snippets: Which of the above snippets is more likely to reduce overfitting?
- Consider a word embedding model with a vocabulary size of 3200 and a hidden dimension of 64.\ The model uses fixed sinu…