Quiz Space

Machine Learning Techniques · Quiz 1 · 26 Feb 2023 · January 2023 term

Question 10: Consider a dataset of 20 points where the i^{th} data-po…

Question 10

+5 marksNumerical answer

Consider a dataset of 20 points where the ithi^{th} data-point is given by:

xi=ai⋅[1102]+bi⋅[−1130]\mathbf{x}_i = a_i \cdot \begin{bmatrix} 1 \\ 1 \\ 0 \\ 2 \end{bmatrix} + b_i \cdot \begin{bmatrix} -1 \\ 1 \\ 3 \\ 0 \end{bmatrix}

where, aia_i and bib_i are real numbers such that ∑i=120ai=∑i=120bi=0\sum_{i=1}^{20} a_i = \sum_{i=1}^{20} b_i = 0. 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 R2\mathbb{R}^2 or R3\mathbb{R}^3 for a similar situation and extend this idea to R4\mathbb{R}^4.

Show answer

Correct answer: 0

Question 10 of 23 in the IIT Madras BS Machine Learning Techniques (MLT) Quiz 1 paper sat on 26 Feb 2023, in the January 2023 term (IIT M DIPLOMA AN2 EXAM QPD2 26 Feb 2023). It carries 5 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3Figure question
  4. Q4Figure question
  5. Q5Figure question
  6. Q6Figure question
  7. Q7Figure question
  8. Q8Figure question
  9. Q9With respect to the Lloyd’s algorithm, choose the correct statements:
  10. Q11Consider the following prior for the parameter p of a Bernoulli distribution: p \sim \text{Beta}(3, 2) The dataset obse…
  11. Q12A dataset containing 200 examples in three-dimensional space has been transformed into a higher-dimensional space using…
  12. Q13Based on the above data, answer the given subquestions.
  13. Q14Based on the above data, answer the given subquestions.
  14. Q15Based on the above data, answer the given subquestions.
  15. Q16Based on the above data, answer the given subquestions.
  16. Q17Based on the above data, answer the given subquestions.
  17. Q18Based on the above data, answer the given subquestions.
  18. Q19Based on the above data, answer the given subquestions.
  19. Q20Based on the above data, answer the given subquestions.
  20. Q21What will be the final cluster means?
  21. Q22Which point has the highest probability of being chosen as the 2^(nd) cluster mean? Use the manhattan distance to compu…
  22. Q23If the point with the highest score is chosen as the 2^(nd) cluster mean( answer from previous question ), Which point …