Learn Before
Concept
Logistic Regression Model
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 an optimization technique like gradient descent must be used instead.
0
3
Updated 2026-06-15
Contributors are:
Who are from:
Tags
Data Science
D2L
Dive into Deep Learning @ D2L