chAwater / MachineLearningFoundations

Notebooks for Machine Learning Foundations - @hsuantien
MIT License
5 stars 2 forks source link

Trace and Hat Matrix #5

Open chAwater opened 5 years ago

chAwater commented 5 years ago

Lecture 9: Linear Regression

证明:

矩阵的迹: trace( I - H ) = N - ( d + 1 )

如何理解这个公式的物理意义和矩阵迹的关系?

自由度为 N 的向量,投影到 d + 1 维的空间时,剩下的自由度最多只有 N - ( d + 1 )。

这个矩阵的迹是如何运用在以下公式中的?