Quiz Space

Deep Learning for Computer Vision · Quiz 1 · 27 Oct 2024 · September 2024 term

Deep Learning for Computer Vision Quiz 1 27 Oct 2024 — Question 11

Question 11

+2 marksOne or more correct options

Which of the following statements are false?

Select all that apply.

  1. A

    Momentum in optimization can cause oscillations around minima when encountering flat regions or saddle points due to the dominance of the momentum term over the small gradient.

  2. B

    Stochastic Gradient Descent (SGD) with its inherent noise can be beneficial in escaping local minima and saddle points, provided that there is enough gradient information in the neighborhood.

  3. C

    Adagrad is an optimization algorithm introduced to overcome the diminishing learning rate problem in techniques like RMSProp.

  4. D

    ADAM is introduced to solve problems in RMSProp by combining RMSProp and Adagrad techniques.

Show answer

Correct answers

  • C

    Adagrad is an optimization algorithm introduced to overcome the diminishing learning rate problem in techniques like RMSProp.

  • D

    ADAM is introduced to solve problems in RMSProp by combining RMSProp and Adagrad techniques.

Question 11 of 30 in the IIT Madras BS Deep Learning for Computer Vision (Deep Learning for Computer Vision) Quiz 1 paper sat on 27 Oct 2024, in the September 2024 term (IIT M IMPROVEMENT AN EXAM QIM2 27 Oct 2024). It carries 2 marks.

This question was also asked in

More questions from this paper

  1. Q1Figure question
  2. Q2Which of the following statements is false?
  3. Q3Which of the following statements is True
  4. Q4Figure question
  5. Q5Identify the correct sequence of steps in a Canny edge detection pipeline. Steps are listed below: 1. Compute gradient …
  6. Q6Identify the correct sequence of steps in Scale Invariant Feature Transform (SIFT) method. Steps listed below:\ Keypoin…
  7. Q7Figure question
  8. Q8Suppose we have a codebook of 2048 SIFT visual words. We extract 1000 SIFT descriptors (SIFT is a 128-dimensional featu…
  9. Q9Match the derivative of activation functions f(x) with their counterparts on the right column accordingly. | 1) Leaky R…
  10. Q10Figure question
  11. Q12Figure question
  12. Q13Figure question
  13. Q14Which of the following statements are true? (Select all that apply)
  14. Q15Which of the following are true? (Select all that apply)
  15. Q16Enter the correct answer for (a).\ NOTE: Enter the exact answer without any space in the beginning or at the end.
  16. Q17Enter the correct answer for (b).\ NOTE: Enter the exact answer without any space in the beginning or at the end.
  17. Q18Enter the correct answer for (c).\ NOTE: Enter the exact answer without any space in the beginning or at the end.
  18. Q19Enter the correct answer for (a).\ NOTE: Enter the exact answer without any space in the beginning or at the end.
  19. Q20Enter the correct answer for (b) .\ NOTE: Enter the exact answer without any space in the beginning or at the end.
  20. Q21Enter the correct answer for a11
  21. Q22Enter the correct answer for a12
  22. Q23Enter the correct answer for a21
  23. Q24Enter the correct answer for a22
  24. Q25Consider the following numpy array \text{arr} = \begin{bmatrix} 0 & 1 \ 2 & 3 \ 4 & 5 \end{bmatrix} Now consider the fo…
  25. Q26Consider the following numpy array \text{arr} = \begin{bmatrix} 0 & 1 \ 2 & 3 \ 4 & 5 \end{bmatrix} Now consider the fo…
  26. Q27Consider the grayscale image shown below: \begin{bmatrix} 20 & 30 & 25 & 30 & 40 \ 45 & 10 & 40 & 35 & 20 \ 15 & 20 & 3…
  27. Q28Figure question
  28. Q29Figure question
  29. Q30Figure question