Quiz Space

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

Deep Learning End Term 24 Dec 2023 — Question 7

Question 7

+2 marksOne or more correct options

Select all that apply.

  1. A

    Dropout reduces (removes) 25 percent of weights from the model during training and inference

  2. B

    For each iteration, 75% of neurons are dropped randomly from the model

  3. C

    For each iteration, 25% of neurons are dropped randomly from the model

  4. D

    Each weight gets multiplied by a factor p during inference.

  5. E

    Each weight gets multiplied by a factor 1 − p during inference.

Show answer

Correct answers

  • C

    For each iteration, 25% of neurons are dropped randomly from the model

  • D

    Each weight gets multiplied by a factor p during inference.

Question 7 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 2 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. Q8Figure question
  8. Q9Figure 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 =…