Quiz Space

Deep Learning · Quiz 1 · 27 Oct 2024 · September 2024 term

Question 8: Which of the following strategies are commonly used for a…

Question 8

+3 marksOne or more correct options

Which of the following strategies are commonly used for adjusting the learning rate during training?

Select all that apply.

  1. A

    Step decay

  2. B

    Momentum based gradient descent optimization

  3. C

    Stochastic gradient descent optimization

  4. D

    Exponential decay

Show answer

Correct answers

  • A

    Step decay

  • D

    Exponential decay

Question 8 of 12 in the IIT Madras BS Deep Learning (Deep Learning) Quiz 1 paper sat on 27 Oct 2024, in the September 2024 term (IIT M DEGREE AN EXAM QDB2 27 Oct 2024). It carries 3 marks.

More questions from this paper

  1. Q1Based on the above data, answer the given subquestions.
  2. Q2Based on the above data, answer the given subquestions.
  3. Q3Based on the above data, answer the given subquestions.
  4. Q4Based on the above data, answer the given subquestions.
  5. Q5Consider a Perceptron model which outputs(\hat{y}) 1 if \mathbf{w^T x} \ge 0 else it outputs 0. This model has been tra…
  6. Q6A team has a data set that contains 20000 samples for training a feed-forward neural network. Suppose they used a mini-…
  7. Q7What is the key difference between Nesterov Accelerated Gradient (NAG) and traditional momentum-based gradient descent?
  8. Q9Consider a sigmoid neuron that takes in an input vector \mathbf{x} = \begin{bmatrix} 1 \ 0.5 \ 1 \end{bmatrix}. The wei…
  9. Q10Figure question
  10. Q11Based on the above data, answer the given subquestions.
  11. Q12Based on the above data, answer the given subquestions.