12 Techniques: Factor Decomposition of Data Matrices Flashcards
1
Q
What is row space?
A
the set of all possible linear combinations of the p-dimensional row vectors of a data matrix Xₙₓₚ
2
Q
What is column space?
A
the set of all possible linear combinations of the n-dimensional column vectors of a data matrix Xₙₓₚ
3
Q
What is the idea behind row and column space?
A
- approximating row and column spaces with smaller subspaces
- preserving the data structure and variation to a large degree
4
Q
What is unit vector u₁*?
A
- gives the direction of a line through the origin
- optimizing initial cloud of n points (least squares)
5
Q
What is the solution for row factor decomposition? The corresponding factor?
A
- solution: eigenvector associated with the qth largest eigenvalue
- qth factor : zₖ* = X ⋅ uₖ* (Note: q = k)
6
Q
What is the solution for column factor decomposition? The corresponding factor?
A
- solution: eigenvector associated with the qth largest eigenvalue
- qth factor : wₖ* = Xᵀ ⋅ vₖ* (Note: q = k)
7
Q
When asked to discuss factor decomposition of data matrix X, what do you first do?
A
find XᵀX and XXᵀ