统计学习精要 (Elements of Statistical Learning ) 习题 5.9

xiaoxiao2021-02-28  123

统计学习精要 (Elements of Statistical Learning ) 习题 5.9

Derive the Reinsch form Sλ=(1+λK)1 for the smoothing spline.

思路:

按照课本154页的(5.18), minf(yf)T(yf)+λfTKf , 其解是 f̂ =(I+λK)1 。 替换 f=Nθ ,罚项变为 θTΩNθ ,则变为(5.11),解为(5.14)的 f̂ =Sλy 。因此可以得到 S=(I+λK)1

课本154页还提到了 K does not depende on λ. 这里推一下 K 的解析形式。

根据(5.14),Sλ=N(NTN λΩn)1NT。 根据Matrix inversion lemma,

(A+UCV)1=A1A1U(C1+VA1U)1VA1 A=λΩN , U=NT , V=N , C=I ,则 (NTN+λΩn)1=λ1Ω1Nλ1Ω1NNT(I+Nλ1Ω1NNT)1Nλ1Ω1N . 替换 B=λ1NΩ1NNT ,代入则得 Sλ=BB(I+B)1B 代入 Sλ(I+λK)=I ,可得 B+λBK=B(I+B)1(B+λBK)+I λBK=I ,等式成立,因此 K=λ1B1=(NΩ1NNT)1 所以 K 确实和λ没有瓜葛。

转载请注明原文地址: https://www.6miu.com/read-48321.html

最新回复(0)