리지, 라쏘, 엘라스틱넷

(Ridge, Lasso, Elastic Net에서 넘어옴)

1 개요[ | ]

Ridge Regression [math]\displaystyle{ β^* = \operatorname{argmin} \left( \mathrm{RSS}+λ ∑ β_i^2 \right) }[/math]
Lasso [math]\displaystyle{ β^* = \operatorname{argmin} \left( \mathrm{RSS}+λ ∑ |β_i| \right) }[/math]
Elastic Net [math]\displaystyle{ β^* = \operatorname{argmin} \left( \mathrm{RSS}+λ_1 ∑ |β_i|+λ_2 ∑ β_i^2 \right) }[/math]

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}