Learn Before
Concept
Logistic Regression
Logistic regression is a statistical model that forces the output of an otherwise unbounded function to the interval (0,1).
Where is the parameter vector.
For binary classification problems, logistic regression can be used instead of linear regression to handle the discontinuous nature of the target output.
However, the sigmoid function has no local minimum or maximum, so a technique like gradient decent must be used instead.
0
3
Updated 2026-05-03
Tags
Data Science
D2L
Dive into Deep Learning @ D2L