Question 1
Suppose a dataset lies in and undergoes Principal Component Analysis (PCA) after being centered. The resulting first and second principal components are given by:
Which of the following could be the third principal component?

The IIT Madras BS Machine Learning Techniques (MLT) Quiz 1 paper sat on 25 Feb 2024, in the January 2024 term: 13 questions for 50 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.
Suppose a dataset lies in and undergoes Principal Component Analysis (PCA) after being centered. The resulting first and second principal components are given by:
Which of the following could be the third principal component?
Correct answer
Yes
No
Correct answer
No
Correct answer
Consider a dataset consisting of 1000 samples in a 20-dimensional space. You apply Kernel PCA with a polynomial kernel of degree 3 to reduce the dimensionality of the data. Which of the following statements regarding Kernel PCA is true?
Kernel PCA always results in a lower-dimensional representation of the data compared to standard PCA.
Kernel PCA can only be applied to datasets that are linearly separable.
Choosing a higher degree polynomial kernel in Kernel PCA can lead to increased flexibility in capturing non-linear relationships.
None of these.
Correct answer
Choosing a higher degree polynomial kernel in Kernel PCA can lead to increased flexibility in capturing non-linear relationships.
Standard PCA has been performed on a centered dataset in . The first two principal components are given below:
Consider the data point in the dataset: . is the representation of this point in the coordinate system formed by the two principal components given above. The first and second coordinates correspond to PC-1 and PC-2 respectively.
Based on the above data, answer the given subquestions.
What is the value of a? Enter your answer correctly to three decimal places.
Correct answer: 1.15 (accepted within ±0.05)
Standard PCA has been performed on a centered dataset in . The first two principal components are given below:
Consider the data point in the dataset: . is the representation of this point in the coordinate system formed by the two principal components given above. The first and second coordinates correspond to PC-1 and PC-2 respectively.
Based on the above data, answer the given subquestions.
What is the value of b? Enter your answer correctly to two decimal places.
Correct answer: 0.7 (accepted within ±0.05)
Consider the data points shown in the following image:
Based on the above data, answer the given subquestions.
Perform K-means clustering with K = 2 and initial cluster centers at (0, 0) and (6, 0). What are the final means of clusters after convergence?
(2, 0) and (8, 0)
(2, 0) and (8.5, 0)
(0, 0) and (8, 0)
(0, 0) and (8.5, 0)
None of these
Correct answer
(0, 0) and (8.5, 0)
Consider the data points shown in the following image:
Based on the above data, answer the given subquestions.
After introducing a new data point (7, 0) , the cluster centers were updated. Enter the sum of the updated x-coordinates for both cluster centers accurately, rounding your answer to two decimal places.
Correct answer: 8.2 (accepted within ±0.02)
Based on the above data, answer the given subquestions.
What is the log-likelihood of this dataset under this distribution? ln represents the natural logarithm or loge.
Correct answer
Based on the above data, answer the given subquestions.
Correct answer: 0.3 (accepted within ±0.05)
Consider Lloyd’s algorithm used for k-means clustering and choose the correct statements:
K-means algorithm may get stuck at local minima.
It guarantees finding the optimal clustering (global minimum) in every run.
In practice, k should be as large as possible.
If the resources are limited and the data set is huge, it will be good to prefer K- means over K-means++.
Correct answers
K-means algorithm may get stuck at local minima.
If the resources are limited and the data set is huge, it will be good to prefer K- means over K-means++.
Correct answers
Consider a dataset with 100 total data points. Each data point is classified as either type A or type B. We model this using a Bernoulli distribution, where p is the probability of a data point being type A. If the maximum likelihood estimate (MLE) of p based on the dataset is 0.4, how many data points of type B are there in this dataset?
Correct answer: 60