Quiz Space

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

Question 13: Suppose we consider the three words (wood,woodchuck, muc…

Question 13

+2 marksOne correct option

Based on the above data, answer the given subquestions.

Suppose we consider the three words (wood,woodchuck, much). Assume we use one-hot encoded vector representation for all these words. The statement that,“The cosine similarity between the pair (wood,woodchuck) is greater than the pair (wood,much)” is

  1. A

    True

  2. B

    False

Show answer

Correct answer

  • B

    False

Question 13 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. Q7Figure question
  8. Q8Figure question
  9. Q9Figure question
  10. Q10How many neurons are there in the network? Every neuron in the network has bias associated with it?\ Note: A neuron is …
  11. Q11How many parameters (including bias) does the network have to learn? Assume dropout regularization is applied.
  12. Q12What is the size of the vocabulary |V |?
  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 =…