[Linear Algebra] Normal Equation with Not Invertible Matrix

Jason Lee·2022년 9월 22일
0

Linear Algebra

목록 보기
25/26

What if C=ATAC = A^T A is NOT Invertible?

  • Given ATAx=ATbA^T A \textbf{x} = A^T \textbf{b}, what if C=ATAC = A^T A is NOT invertible?

  • If matrix CC is not invertible, ATAx=ATbA^T A \textbf{x} = A^T \textbf{b} will have either no solution or infinitely many solutions

  • However, the solution always exist for normal equation, and thus infinitely many solutions exist

    • we can always make projection ATbA^T \textbf{b} to ColC\textrm{Col} C
  • When C=ATAC = A^T A is NOT invertible?

    • if and only if the ColA\textrm{Col} A are linearly dependent
  • However, C=ATAC = A^T A is usually invertible

    • amount of data >> feature dimension
profile
AI Researcher

0개의 댓글