GLM (3)

Articles about GLM

3 articles found

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

Logistic Regression

March 22, 2026

Understand logistic regression from the sigmoid function to maximum likelihood estimation and cross-entropy loss, with an interactive demo.

RegressionClassificationGLM

Generalized Linear Models (GLM)

July 18, 2025

A step-by-step introduction to Generalized Linear Models (GLMs) starting from basic linear regression, explaining distributions, link functions, and model construction with an interactive tool.

RegressionGLM