Skip to main content

16 docs tagged with "classification"

View all tags

Beginner ML Projects

Hands-on machine learning projects for beginners, including house price prediction, iris classification, and customer segmentation.

Decision Trees

Understanding recursive partitioning, Entropy, Gini Impurity, and how to prevent overfitting in tree-based models.

K-Nearest Neighbors (KNN)

Understanding the proximity-based classification algorithm: distance metrics, choosing K, and the curse of dimensionality.

Logistic Regression

Understanding binary classification, the Sigmoid function, and decision boundaries.

ROC Curve and AUC

Evaluating classifier performance across all thresholds using the Receiver Operating Characteristic and Area Under the Curve.

The Confusion Matrix

The foundation of classification evaluation: True Positives, False Positives, True Negatives, and False Negatives.