MLT Quiz 1: 26 February 2023 (January 2023 term)
The IIT Madras BS Machine Learning Techniques (MLT) Quiz 1 paper sat on 26 Feb 2023, in the January 2023 term: 23 questions for 100 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.
- 23
- 100
- 120 min
- 9
- 4
- 10
Show answer
Correct answer
Question 2
Yes
No
Show answer
Correct answer
Yes
Question 3
Show answer
Correct answer
Question 4
TRUE
FALSE
Show answer
Correct answer
TRUE
Question 5
Show answer
Correct answer
Question 6
Show answer
Correct answers
Question 7
Show answer
Correct answers
Question 8
Show answer
Correct answers
Question 9
With respect to the Lloyd’s algorithm, choose the correct statements:
The partition configurations cannot repeat themselves.
After doing the reassignments (consider at least one point reassigned to the new cluster), we might get the same means for all clusters.
Objective function after making the re-assignments strictly reduces.
Objective function after making the re-assignments may increase.
A change in the objective function's value indicates that the partition configuration has changed.
For partitioning n data points across k partitions, Lloyd's algorithm takes kⁿ iterations to converge.
Show answer
Correct answers
The partition configurations cannot repeat themselves.
Objective function after making the re-assignments strictly reduces.
A change in the objective function's value indicates that the partition configuration has changed.
Question 10
Consider a dataset of 20 points where the data-point is given by:
where, and are real numbers such that . Standard PCA is performed on this dataset. If the top two principal components are retained and used to reconstruct the dataset, what is the reconstruction error?
Hint: Think about what happens in or for a similar situation and extend this idea to .
Show answer
Correct answer: 0
Question 11
Consider the following prior for the parameter of a Bernoulli distribution:
The dataset observed is as follows:
What is , a point estimate for the parameter of the Bernoulli distribution, if we use the expectation of the posterior as the method of estimation? Enter your answer correct to three decimal places.
Show answer
Correct answer: 0.61 (accepted within ±0.01)
Question 12
A dataset containing 200 examples in three-dimensional space has been transformed into a higher-dimensional space using a polynomial kernel of degree two. What will be the dimension of the transformed feature space?
Show answer
Correct answer: 10
Question 13
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 5
Question 14
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 20
Question 15
Based on the above data, answer the given subquestions.
Show answer
Correct answer
Question 16
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 0.33 (accepted within ±0.01)
Question 17
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 4
Question 18
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 16.25 (accepted within ±0.02)
Question 19
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 2
Question 20
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 2
Question 21
Based on the above data, answer the given subquestions.
What will be the final cluster means?
Show answer
Correct answer
Question 22
A k-means++ algorithm with k = 3 was applied to following 2D points:
(0,0),(1,2),(3,1),(4,7),(-1,9),(4,-2)
(0,0) is chosen as the first cluster mean.
Based on the above data, answer the given subquestions.
Which point has the highest probability of being chosen as the 2*^(nd)* cluster mean? Use the manhattan distance to compute the distances.
(3,1)
(4,7)
(-1,9)
(4,-2)
Show answer
Correct answer
(4,7)
Question 23
A k-means++ algorithm with k = 3 was applied to following 2D points:
(0,0),(1,2),(3,1),(4,7),(-1,9),(4,-2)
(0,0) is chosen as the first cluster mean.
Based on the above data, answer the given subquestions.
If the point with the highest score is chosen as the 2*^(nd)* cluster mean( answer from previous question ), Which point has the highest probability of being chosen as 3*^(rd)* the cluster mean? Use the manhattan distance to compute the distances.
(3,1)
(4,7)
(-1,9)
(4,-2)
Show answer
Correct answer
(-1,9)
