Question 1
Consider the quadratic form
. If
, where
and
is a
matrix, which of the following is ?

The IIT Madras BS Machine Learning Foundations (MLF) Quiz 2 paper sat on 23 Nov 2025, in the September 2025 term: 17 questions for 40 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
Consider the quadratic form
. If
, where
and
is a
matrix, which of the following is ?
Correct answer
Correct answers
Consider a matrix
of shape
. The SVD of
is given by
. The columns of are the
left singular vectors and the columns of
are the right singular vectors. The following details are given:
• The first left singular vector is
• The first right singular vector is
• The first singular value is
Find
.
Correct answer: 4 (accepted within ±0.1)
Suppose
. What is the value of
when
is minimum?
Correct answer: 64 (accepted within ±0.1)
For each sub-question, answer whether it is true or false.
The singular value decomposition exists only for square matrices.
True
False
Correct answer
False
For each sub-question, answer whether it is true or false.
If
is Hermitian, then eigenvectors corresponding to distinct eigenvalues are orthogonal.
True
False
Correct answer
True
Consider a unitary matrix
as given below:
Also,
and
.
Based on the above data, answer the given subquestions.
Enter the value of
.
Correct answer: 0 (accepted within ±0.1)
Consider a unitary matrix
as given below:
Also,
and
.
Based on the above data, answer the given subquestions.
Enter the value of
.
Correct answer: -1 (accepted within ±0.1)
Consider a unitary matrix
as given below:
Also,
and
.
Based on the above data, answer the given subquestions.
S is an infinite set.
S is a finite set that has at least two elements.
S is an empty set.
S has exactly one element.
Correct answer
S is an infinite set.
Consider
.
Based on the above data, answer the given subquestions.
Which of the following are the singular values of
?
Correct answer
Consider
.
Based on the above data, answer the given subquestions.
If
is a symmetric matrix, consider statements P and Q.
•
P: If
is an eigenvalue of
, then
is a singular value of
.
•
Q: If
is a singular value of
, then
is an eigenvalue of
.
Select the most appropriate option.
Hint: In the first sub-question,
is symmetric, and you should first look at its eigenvalues, which will lead you to some observations. Are these observations true for any symmetric matrix?
P is true, Q is false
Q is true, P is false
Both P and Q are true
Both P and Q are false
Correct answer
Both P and Q are false
Consider the task of minimizing the function
. Let
be some arbitrary point in the plane other than the origin.
Based on the above data, answer the given subquestions.
Starting at
, run two steps of gradient descent with learning rate
to obtain
. If
, enter the value of
correct to two places after the decimal.
Note that the sequence of iterates will be:
.
Correct answer: 0.36 (accepted within ±0.01)
Consider the task of minimizing the function
. Let
be some arbitrary point in the plane other than the origin.
Based on the above data, answer the given subquestions.
For what value of
will gradient descent reach the minimum after exactly one step? Enter your answer correct to one decimal place.
Correct answer: 0.5 (accepted within ±0.01)
Consider the task of minimizing the function
. Let
be some arbitrary point in the plane other than the origin.
Based on the above data, answer the given subquestions.
Gradient descent is said to converge to the minimum , if the point gets increasingly closer to as increases, that is, approaches zero as approaches infinity. Select all values of for which gradient descent converges to the minimum in this problem.
0.3
0.9
1
1.3
Correct answers
0.3
0.9
Based on the above data, answer the given subquestions.
If the covariance matrix of the dataset is
, find
.
Correct answer: 2 (accepted within ±0.1)
Based on the above data, answer the given subquestions.
If the unit-norm eigenvector corresponding to the largest eigenvalue of
is
, find
.
Correct answer: 4 (accepted within ±0.1)
Based on the above data, answer the given subquestions.
The data-points
and
are added to
to get
. PCA is run on . The
covariance matrix of
is
and the unit-norm eigenvector corresponding to the largest
eigenvalue of
is
. Which of the following is true?
Correct answer