edited by
2,070 views
1 votes
1 votes

For perfectly spherical $2\text{D}$ data centered at the origin, which of the following the pairs of vectors are possible pairs of principal components?

  1. $(1,0)$ and $(0,1)$
  2. $(0,-1)$ and $(-1,0)$
  3. $(1,1)$ and $(1,-1)$
  4. $(-1,1)$ and $(-1,-1)$

 

  1. $\text{i}$
  2. $\text{i and iii}$
  3. $\text{i, ii, and iii}$
  4. $\text{i, ii, iii and iv}$
edited by

2 Answers

1 votes
1 votes

Ans: D

PCA finds directions which are mutually orthogonal. So, finding the dot product of pairs of vectors in the options, all are zero.

Reference: Georgia Tech

edited by
0 votes
0 votes
Spherical data implies equal variance in all directions: Since the data points are distributed uniformly on a sphere, there is no preferential direction with higher variance.

Principal components capture directions of maximum variance: By definition, principal components (PCs) identify directions with the highest variance in the data.

Orthogonality ensures independence: PCs are chosen to be uncorrelated (orthogonal) to avoid redundancy in capturing variance.

Therefore, all the given pairs of orthogonal unit vectors:

(1,0) and (0,1)

(0,-1) and (-1,0)

(1,1) and (1,-1)

(-1,1) and (-1,-1)

Related questions

4.0k
views
2 answers
0 votes
admin asked Oct 21, 2023
3,981 views
Given $3$ literals $\text{A, B}$, and $\text{C}$, how many models are there for the sentence $\text{A $\vee$ $\neg$ B $\vee$ C}$ ?
3.5k
views
2 answers
1 votes
admin asked Oct 21, 2023
3,537 views
Which of the following first-order logic sentence matches closest with the sentence "All students are not equal"?$\forall x \exists y[\operatorname{student}(x) \wedge \op...
1.7k
views
1 answers
0 votes
admin asked Oct 21, 2023
1,683 views
The mean of the observations of the first $50$ observations of a process is $12$. If the $51$ $\text{st}$ observation is $18$, then, the mean of the first $51$ observatio...
3.4k
views
6 answers
0 votes
admin asked Oct 21, 2023
3,439 views
Which among the following may help to reduce overfitting demonstrated by a modelChange the loss function. Reduce model complexity.Increase the training data.Increase the ...