Processing math: 100%

 

 

 

Ridge Regression

For Ridge regression our cost function is

C(β)=p1i=0(yiβi)2+λp1i=0β2i,

and minimizing we have that

ˆβRidgei=yi1+λ.