1

What algorithm can you use to minimize the distance between two matrices? For example:

$$\min_{X \in \Gamma} \| A - X\|_2$$

$\Gamma$ all m $\times$ m rank $k$ matrices.

How can you think of this geometrically? If for least squares we minimize $Ax-b$ and look for $x$, but what vector do we look for in the difference between two matrices? I wish I could contribute more but I'm not really sure how to intrepret this.

1 Answers1

1

This corresponds to optimisation the cost function on the Grassmanian manifold. One can use the theory of optimisation on manifolds. In particular, reimannian gradient descent on Grassmanian manifolds provides an iterative algorithm.