Quiz Space

Deep Learning · End Term · 24 Dec 2023 · September 2023 term · Set ADB3

Deep Learning End Term 24 Dec 2023 — Question 9

Question 9

+5 marksOne or more correct options

Select all that apply.

  1. A

    definitely, the loss value at the end of the training is zero

  2. B

    The neuron in the hidden layer might be experiencing a vanishing gradient problem

  3. C

    The loss could have converged to the local minimum after a finite number of iterations

  4. D

    The loss value at the end of the training may not necessarily be zero

Show answer

Correct answers

  • B

    The neuron in the hidden layer might be experiencing a vanishing gradient problem

  • C

    The loss could have converged to the local minimum after a finite number of iterations

  • D

    The loss value at the end of the training may not necessarily be zero

Question 9 of 18 in the IIT Madras BS Deep Learning (Deep Learning) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DEGREE FN EXAM FDB1 24 Dec 2023). It carries 5 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3Figure question
  4. Q4Suppose that a neural network has millions of parameters (weights and biases). A team decides to use an optimization al…
  5. Q5Suppose we divide the available training samples into mini batches of size 32 to train a model with mini-batch gradient…
  6. Q6Select all correct statements about the bias and variance of deep learning models.
  7. Q7Figure question
  8. Q8Figure question
  9. Q10How many neurons are there in the network? Every neuron in the network has bias associated with it?\ Note: A neuron is …
  10. Q11How many parameters (including bias) does the network have to learn? Assume dropout regularization is applied.
  11. Q12What is the size of the vocabulary |V |?
  12. Q13Suppose we consider the three words (wood,woodchuck, much). Assume we use one-hot encoded vector representation for all…
  13. Q14Suppose that we need to develop an RNN model for sentiment classification tasks. The input to the model is a sentence c…
  14. Q15Suppose that we need to develop an RNN model for sentiment classification tasks. The input to the model is a sentence c…
  15. Q16Suppose that we need to develop an RNN model for sentiment classification tasks. The input to the model is a sentence c…
  16. Q17Figure question
  17. Q18Consider an intermediate feature map H obtained after applying convolution operation on the input X using kernel F. H =…