Skip to main content

12 docs tagged with "classification"

View all tags

Decision Boundaries

Visual interpretation of classification models, 2D decision boundaries, overfitting vs underfitting, and model-specific boundary shapes

Logistic Regression

Complete guide to binary and multi-class logistic regression with sigmoid function, probability interpretation, and worked classification examples for CT exam

Module 2 Overview

Quick navigation hub for Classification & Evaluation topics covering CV, Logistic Regression, Classification Metrics, Model Comparison, and Decision Boundaries

Module 2 Practice Problems

40 practice problems covering cross-validation, logistic regression, classification metrics, model comparison, and decision boundaries

Multiclass and Practical Use

Extending binary logistic regression to >2 classes (one-vs-rest, softmax); decision boundaries; practical API usage

Precision and Recall

Two metrics that expose what accuracy hides—false alarms vs missed cases, and the tradeoff between them

The Sigmoid and Fitting

Deriving the sigmoid fit from the linear equation; working through hand calculations; log loss as the cost function

Why Logistic Regression

Binary classification setup; why linear regression fails on classification; why the sigmoid function is needed