10 Techniques: PCA - Introduction Flashcards

1
Q

What is principal component vector Z? (intuition)

A

reducing the dimensions of X by maximizing the variance of a standardized linear combination
= statistical procedure converting a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components (using orthogonal transformation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is principal component vector Z? (formula)

A

ΓᵀX

with Γ being the matrix of all eigenvectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When is 𝛿 a standardized linear combination of X?

A

Iff ||𝛿||₂² = 𝛿ᵀ𝛿 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you interpret standardized linear combination 𝛿?

A

You calculate 𝛿ᵀX and check the result:
if it only one specific component of X (which would be the most important one) or whether the components are equally weighted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you find E[•] and Var (•) of principal components transformations such as 𝛿ᵀX, ΓᵀX, X - μ, Γᵀ( X - μ)?

A

Use the properties from AX - b

  • > E[AX-b] = Aμ - b
  • > Var(AX-b) = AΣAᵀ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you find the Cov(X, Y) of X and a principal components transformation Y (such as Y = Γᵀ( X - μ))?

A
  • Start with Cov (X, Y) = E[ ( X - E[X] ) ( Y - E[Y] )ᵀ ]

- then simplify!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can you find the Cov(X₁, Y₁) of X and a principal components transformation Y (such as Y = Γᵀ( X - μ))?

A

1) Find the matrices A that transforms X into X₁ when multiplying AX
2) Same for Y
3) Use knowledge: Cov (AX, BY) = A Cov(X, Y) B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly