Quiz Space

Machine Learning Techniques · Quiz 2 · 16 Mar 2025 · January 2025 term

Question 1: Below is the constrained version of the ridge regression …

Question 1

+3 marksOne correct option

Below is the constrained version of the ridge regression optimization problem:

min⁡w∈R∑i=1n(wTxi−yi)2\min_{w \in \mathbb{R}} \sum_{i=1}^{n} (w^T x_i - y_i)^2

subject to ∣∣w∣∣2≤θ.\text{subject to } ||w||^2 \leq \theta.

Following are the weight vectors to be considered, along with the mean squared error (MSE) produced by each:

w1=[1111]Tw_1 = \begin{bmatrix} 1 & 1 & 1 & 1 \end{bmatrix}^T, MSE=2MSE = 2
w2=[0213]Tw_2 = \begin{bmatrix} 0 & 2 & 1 & 3 \end{bmatrix}^T, MSE=7MSE = 7
w3=[1201]Tw_3 = \begin{bmatrix} 1 & 2 & 0 & 1 \end{bmatrix}^T, MSE=1MSE = 1
w4=[2112]Tw_4 = \begin{bmatrix} 2 & 1 & 1 & 2 \end{bmatrix}^T, MSE=8MSE = 8

If θ=10\theta = 10, which of the following weight vectors will be selected as the final weight vector by ridge regression?

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • C

Question 1 of 14 in the IIT Madras BS Machine Learning Techniques (MLT) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD2 16 Mar 2025). It carries 3 marks.

More questions from this paper

  1. Q2Figure question
  2. Q3p is the proportion of points with label 1 in some node in a decision tree. Which of the following statements are true?
  3. Q4Figure question
  4. Q5Consider the following feature (x) along with its label (y): | x | y | |---|---| | 1 | 1 | | -1 | 1 | | 2 | 1 | | -2 | …
  5. Q6Figure question
  6. Q7Figure question
  7. Q8Consider a kernel regression problem on the following dataset with two features: {(x_1, y_1), (x_2, y_2), (x_3, y_3)} w…
  8. Q9Consider a Naive Bayes problem with three features, f_1, f_2 and f_3 for a binary classification problem. We have a tot…
  9. Q10Based on the above data, answer the given subquestions.
  10. Q11Based on the above data, answer the given subquestions.
  11. Q12Consider the following 2D data points along with its labels: | x | y | |---|---| | \begin{bmatrix} 1 & 1 \end{bmatrix}^…
  12. Q13Consider the following 2D data points along with its labels: | x | y | |---|---| | \begin{bmatrix} 1 & 1 \end{bmatrix}^…
  13. Q14Consider the following 2D data points along with its labels: | x | y | |---|---| | \begin{bmatrix} 1 & 1 \end{bmatrix}^…