Dimensionality Reduction
Remarks
본 포스팅은 Hands-On Machine Learning with Scikit-Learn & TensorFlow (Auérlien Géron, 박해선(역), 한빛미디어) 를 참고하여 작성되었습니다.
Parametric, nonparametric model
Parametric model: Parameter의 개수가 고정되어 있음 (e.g. Linear model)
Nonparametric model: Parameter의 개수가 학습 데이터에 따라 달라짐 (e.g. Decision tree)
389 post articles, 49 pages.