Logistic Regression
Logistic Regression is a supervised learning algorithm that predicts the probability of an instance belonging to a particular class. It's particularly useful for binary classification problems, where the outcome is one of two classes (e.g., spam or not spam). It can also be used for multiple classification.
Logistic model for binary classification
Denote by
The logistic model is:
It can be rewritten as (simple calculus):
Estimators
Logistic model for multiple predictors
With the same notations, assuming
Multinomial Logistic Regression
Denote by