LSVM - Jaikrishna 1
LSVM - Jaikrishna 1
UNIT-III S3 SLO-2
INTRODUCTION TO LOGISTIC
REGRESSION
Cost Function: The cost function used is the Log Loss or Binary Cross-
Entropy Loss.
Applications: Commonly used in binary classification problems like spam detection, medical diagnosis, and
Advantages:
Limitations:
Linearity Assumption: Assumes a linear relationship between independent variables and the log-odds of
Not Suitable for Complex Relationships: May underperform with complex, non-linear data.
Weaknesses: Limited to linear decision boundaries, can be outperformed by more complex models on non-linear
data.