Homepage › Solution manuals › Kevin P. Murphy › Machine Learning: a Probabilistic Perspective › Exercise 12.7 - PCA via successive deflation
Exercise 12.7 - PCA via successive deflation
Answers
The matrix:
is unknown as the projection matrix that maps an arbitrary vector into the subspace that is orthogonal to , since:
The only requirement is that is a unit vector: .
For generalization to the projection matrix to the supplementary of a multi-dimensional space spanned by a set of orthogonal and unit bases (otherwise using the Schmidt procedure first), we only have to use:
For question (a), we have:
For question (b), let then its principal eigenvector satisfies:
To solve this equation, expand onto the eigenvectors of :
then:
Then the eigenequation becomes:
s.t.:
To solve for this system, we have:
Hence the solution is , this finishes the proof.
For question (c), the procedure is roughly:
- 1.
- ;
- 2.
- Save and ;
- 3.
- ;
- 4.
- Repeat.