Quiz Space

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

Question 5: Standard PCA has been performed on a centered dataset in …

Question 5

+4 marksNumerical answer

Standard PCA has been performed on a centered dataset in R3\mathbb{R}^3. The first two principal components are given below:

w1=13⋅[111],w2=12⋅[1−10]\mathbf{w}_1 = \frac{1}{\sqrt{3}} \cdot \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}, \quad \mathbf{w}_2 = \frac{1}{\sqrt{2}} \cdot \begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix}

Consider the data point in the dataset: [21−1]T\begin{bmatrix} 2 & 1 & -1 \end{bmatrix}^T. (a,b)(a, b) 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.

Show answer

Correct answer: 1.15 (accepted within ±0.05)

Question 5 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. Q1Suppose a dataset lies in \mathbb{R}^4 and undergoes Principal Component Analysis (PCA) after being centered. The resul…
  2. Q2Figure question
  3. Q3Figure question
  4. Q4Consider a dataset consisting of 1000 samples in a 20-dimensional space. You apply Kernel PCA with a polynomial kernel …
  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 …