MMiDS 4.4: Self-Assessment Quiz

In the power iteration lemma for the positive semidefinite case, what happens when the initial vector x satisfies q1,x<0?

What is the relationship between the matrix B and the matrix A in the power iteration lemma for the SVD case?

If σ1>σ2>0 are the top two singular values of a matrix A, and k is a large positive integer, which of the following approximations is used in the power iteration method?

In the power iteration lemma for the SVD case, what is the convergence result for a random vector x?

Suppose you apply the power iteration method to a matrix A and obtain a vector v. How can you compute the corresponding singular value σ and left singular vector u?

What is required for the initial vector x in the power iteration method to ensure convergence to the top eigenvector?

What is the probability that a random m-dimensional spherical Gaussian vector X with mean 0 and variance 1 satisfies v1,X=0?

In the orthogonal iteration method for computing multiple singular vectors, what is done after each application of B to the subspace?

What is the main advantage of projecting data points onto the top right singular vectors before clustering?

What does the truncated SVD Z=U(2)Σ(2)V(2)T correspond to?