Skip to main content

5 docs tagged with "logistic-regression"

View all tags

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 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

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