Quiz Space

Deep Learning · Quiz 2 · 6 Aug 2023 · May 2023 term

Question 2: Suppose a data set has N samples and each sample has two …

Question 2

+4 marksOne or more correct options

Suppose a data set has NN samples and each sample has two features f1∈{0,1}f_1 \in \{0, 1\} and f2∈{0,1}f_2 \in \{0, 1\}. Assume that f1f_1 is a sparse feature and f2f_2 is a dense feature (that is, f1f_1 value for most of the samples is zero). Further, we apply Stochastic Gradient Descent on this data and plot a contour plot of the loss surface and observe the movement of parameters (i.e., trajectory) across iterations. Let w1w_1 and w2w_2 be the parameters corresponding to f1f_1 and f2f_2 respectively.

Assume bias to be zero for this question and the parameters are initialized to zero.

In the contour plot of a loss surface, what is the initial movement expected to look like if w1w_1 is plotted on the horizontal axis and w2w_2 is plotted on the vertical axis?

Hint: Think of the possible configurations of inputs for the first few iterations

Select all that apply.

  1. A

    Zig-zag movement along the horizontal axis

  2. B

    Zig-zag movement along the vertical axis

  3. C

    Mostly straight along the horizontal axis

  4. D

    Mostly straight along the vertical axis

  5. E

    Insufficient data

Show answer

Correct answers

  • B

    Zig-zag movement along the vertical axis

  • D

    Mostly straight along the vertical axis

Question 2 of 15 in the IIT Madras BS Deep Learning (Deep Learning) Quiz 2 paper sat on 6 Aug 2023, in the May 2023 term (IIT M DEGREE AN3 EXAM QPE3 06 Aug 2023). It carries 4 marks.

More questions from this paper

  1. Q1Suppose that a neural network has millions of parameters (weights and biases). A team decides to use an optimization al…
  2. Q3Figure question
  3. Q4Figure question
  4. Q5Figure question
  5. Q6We know that the weight update rule for gradient descent algorithm is given by w_{t+1} = w_t - \eta_t \nabla w_t which …
  6. Q7Which of the following activation function(s) is (are) prone to vanishing gradient problem?
  7. Q8An input image of dimension 35 × 35 × 3 is to be convolved with 20 filters (kernels) of spatial dimension 3 × 3. In all…
  8. Q9An input image of dimension 35 × 35 × 3 is to be convolved with 20 filters (kernels) of spatial dimension 3 × 3. In all…
  9. Q10An input image of dimension 35 × 35 × 3 is to be convolved with 20 filters (kernels) of spatial dimension 3 × 3. In all…
  10. Q11The input matrix X and the kernels (K, F) are given below. The bias value for both kernels is initialized at 0.5 X = \b…
  11. Q12The input matrix X and the kernels (K, F) are given below. The bias value for both kernels is initialized at 0.5 X = \b…
  12. Q13The input matrix X and the kernels (K, F) are given below. The bias value for both kernels is initialized at 0.5 X = \b…
  13. Q14The input matrix X and the kernels (K, F) are given below. The bias value for both kernels is initialized at 0.5 X = \b…
  14. Q15The input matrix X and the kernels (K, F) are given below. The bias value for both kernels is initialized at 0.5 X = \b…