# Ridge
총 8개의 포스트

Ridge Regression
Cross-Validation: Compares various forms/types of Machine Learning methods and gives insight regarding its actual performance. In Machine Learning,Est
2022년 6월 14일
·
0개의 댓글
Ridge, Rasso

Ridge Regression
This content deals with a fundamental concept of Ridge regression and how to use it.
2021년 9월 1일
·
0개의 댓글
Ridge regression(릿지회귀)
과적합(overfitting)을 해결하는 방법으로는 크게 두가지가 있다. 특성의 갯수를 줄이기 주요특징을 직접 선택 or model selection algorithm 사용정규화를 수행하기 모든 특성을 사용, 하지만 파라미터의 값을 줄인다.여기서 릿지 회귀가 바로 정규
2021년 8월 16일
·
0개의 댓글