Session_References - KU-BIG/KUBIG_Wiki GitHub Wiki
KUBIG Session과 관련된 추가 자료 입니다.
Contents
1. Machine Learning
2. Preprocessing
3. Modeling
4. Cross Validation
5. Evaluation
5.1 Bias-Variance trade off
- Quora : What is the best way to explain the bias variance trade off
- Daniel Saunders : the bias variance trade off
- Wikipedia : Bias variance trade off
Noise vs. Bias vs. Variance
5.2 Underfitting vs. Overfitting
5.3. Evaluation Metric
5.3.1 Classification
m-estimate, Laplace
5.3.2 Evaluation of Regression
6. Regression
7. Regularized Regression
8. Decision Tree
9. Bagging & Random Forest
10. Boosting
Boosting & Overfitting
Bagging Decreases Variance, while Boosting decreases bias
- Why Boosting Doesn't Overfit
- Does ensembling cause overfitting?
- Quora : Why is the boosting algorithm robust to overfitting