Learn Before
Concept

Moore-Penrose Pseudoinverse

Used similarly to an inverse, but for nonsquare matrices. Can find rough values for systems with no real solution. Often denoted as AA^\dagger or "A dagger".

Given AA is an mxnm x n matrix and Ax=yA \vec{x} = \vec{y}, the pseudoinverse of AA is the matrix BB such that x=By\vec{x} = B \vec{y}.

Formal Definition: A=limα0(ATA+αI)1ATA^\dagger = \lim_{\alpha \to 0} (A^T A + \alpha I )^{-1} A^T Practical Formula: A=VDUTA^\dagger = V D^\dagger U^T, where U,D,U, D, and VV are the singular value decomposition of A, and the pseudoinverse, DD^\dagger of a diagonal matrix, DD, is found by taking the reciprocal of its nonzero elements, then taking the transpose of the resulting elements.

0

1

Updated 2021-05-21

References


Tags

Data Science