Multiclass Logistic Regression
March 23, 2026
Extend logistic regression from binary to multiclass classification using the softmax function, cross-entropy loss, and gradient descent — with full derivation and interactive demo.
RegressionClassificationGLM