Quiz Space

Introduction to Deep Learning and Generative AI · End Term · 21 Dec 2025 · September 2025 term

Question 1: You are training an artificial neural network (ANN) for a…

Question 1

+3 marksOne correct option

You are training an artificial neural network (ANN) for a regression task to predict house prices. After inspecting the target variable (price) in your dataset, you observe that while most prices fall within a predictable range, there are a handful of extremely expensive mansions and a few properties sold under unusual circumstances that represent severe outliers. Your primary goal is to build a model that performs well on typical houses without letting its predictions be overly influenced by these rare, extreme values. You also desire smoother convergence during training. Which loss function should you primarily consider for this task?

  1. A

    Mean Squared Error

  2. B

    Sum of Squared Errors

  3. C

    Huber Loss

  4. D

    Binary Cross-Entropy Loss

Show answer

Correct answer

  • C

    Huber Loss

Question 1 of 30 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) End Term paper sat on 21 Dec 2025, in the September 2025 term (Introduction To Deep Learning And Generative Ai 18 Dec 25). It carries 3 marks.

More questions from this paper

  1. Q2Figure question
  2. Q3Which of the following are true about encoding categories?
  3. Q4Based on the above data, answer the given subquestions.
  4. Q5Based on the above data, answer the given subquestions.
  5. Q6Figure question
  6. Q7Figure question
  7. Q8Figure question
  8. Q9Figure question
  9. Q10A single Inception module has four parallel branches. After their respective convolutions, the branches produce feature…
  10. Q11Figure question
  11. Q12A GAN Generator has the following fully connected architecture:\ Input: latent noise vector of dimension 100 Hidden Lay…
  12. Q13Figure question
  13. Q14Figure question
  14. Q15Figure question
  15. Q16We train an encoder-decoder model.\ The encoder has the following projection matrices:\ Q: 5×4\ K: 6×4\ The decoder has…
  16. Q17You are building a machine translation system (English to Hindi) using an RNN-based Encoder-Decoder architecture. Your …
  17. Q18Figure question
  18. Q19Figure question
  19. Q20Figure question
  20. Q21Figure question
  21. Q22Figure question
  22. Q23Consider the following true and model distributions:\ True distribution (P): Cat = 0.6 Dog = 0.3 Horse = 0.1\ Model dis…
  23. Q24Figure question
  24. Q25Figure question
  25. Q26Figure question
  26. Q27Suppose there is RAG system containing a 100 page document with 10000 lines in total and it is segmented into 10 chunks…
  27. Q28Figure question
  28. Q29Figure question
  29. Q30Figure question