Bagging & Ensemble
π² Bagging & Ensemble Method π― 1. What is Bagging (Bootstrap Aggregation)? Bagging creates B bootstrap datasets from the original training data and trains B separate models. Each model: [\...
π² Bagging & Ensemble Method π― 1. What is Bagging (Bootstrap Aggregation)? Bagging creates B bootstrap datasets from the original training data and trains B separate models. Each model: [\...
π² Bootstrapping π 1. What is Bootstrapping? Bootstrapping is a resampling technique used when we cannot sample additional data from the true distribution. The true distribution is usually u...
π³ Classification Trees π 1. What is a Classification Tree? A classification tree is very similar to a regression tree, except: Regression β predicts continuous value Classification β pred...
π³ Decision Trees β Overfitting and Pruning (Complete Reconstruction) This document reconstructs the provided slides with minimal summarization, preserving equations, algorithm flow, and visual int...
π³ Decision Trees Decision trees are intuitive, interpretable models that split the feature space into simple regions. 1οΈβ£ Tree Terminology Review π² General Tree Structure A general tree T is ...
π Regularization, Overfitting, Ridge & Lasso π― Goal of Learning β Generalization The objective of machine learning is not to minimize training error, but to generalize well to unseen data. ...
π Training, Overfitting, Capacity & HighβDimensional Learning π Training vs Validation Curves π― Overview Training and validation curves are core diagnostic tools for understanding how a ma...
π€ Naive Bayes Complete mathematical reconstruction with intuition and practical fixes Covers Bayes rule, independence assumption, smoothing, and numerical stability. 1. π§ Bayes Optimal Clas...
Evaluating Classification Full mathematical notes with extended metrics and intuition Covers confusion matrix, threshold trade-off, ROC/AUC, and practical metrics. 1. π Confusion Matrix (Cr...
π Why Discriminant Analysis? & LDA vs Logistic Regression β Mathematical Notes π― Clean blog-ready markdown π Full math preserved (no omission) π§ Focus: stability, small sample behavior, mul...