Quiz Space

Machine Learning Techniques · Quiz 1 · 25 Feb 2024 · January 2024 term

Question 1: Suppose a dataset lies in \mathbb{R}^4 and undergoes Prin…

Question 1

+4 marksOne correct option

Suppose a dataset lies in R4\mathbb{R}^4 and undergoes Principal Component Analysis (PCA) after being centered. The resulting first and second principal components are given by:

13⋅[1−101],13⋅[101−1]\frac{1}{\sqrt{3}} \cdot \begin{bmatrix} 1 \\ -1 \\ 0 \\ 1 \end{bmatrix}, \quad \frac{1}{\sqrt{3}} \cdot \begin{bmatrix} 1 \\ 0 \\ 1 \\ -1 \end{bmatrix}

Which of the following could be the third principal component?

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

Correct answer

  • D

Question 1 of 13 in the IIT Madras BS Machine Learning Techniques (MLT) Quiz 1 paper sat on 25 Feb 2024, in the January 2024 term (IIT M DIPLOMA AN2 EXAM QDD2 25 Feb 2024). It carries 4 marks.

More questions from this paper

  1. Q2Figure question
  2. Q3Figure question
  3. Q4Consider a dataset consisting of 1000 samples in a 20-dimensional space. You apply Kernel PCA with a polynomial kernel …
  4. Q5Standard PCA has been performed on a centered dataset in \mathbb{R}^3. The first two principal components are given bel…
  5. Q6Standard PCA has been performed on a centered dataset in \mathbb{R}^3. The first two principal components are given bel…
  6. Q7Consider the data points shown in the following image: Based on the above data, answer the given subquestions. Perform …
  7. Q8Consider the data points shown in the following image: Based on the above data, answer the given subquestions. After in…
  8. Q9What is the log-likelihood of this dataset under this distribution? ln represents the natural logarithm or loge.
  9. Q10Based on the above data, answer the given subquestions.
  10. Q11Consider Lloyd’s algorithm used for k-means clustering and choose the correct statements:
  11. Q12Figure question
  12. Q13Consider a dataset with 100 total data points. Each data point is classified as either type A or type B. We model this …