The preceding chapter presented a classification method known as logistic regression. It solves binary classification problems. Multinomial logistic regression (MLR) is an extension of logistic regression using the Softmax function; instead of the Sigmoid function, it applies the cross-entropy loss function. It is a form of logistic regression used to predict a target variable with more than two classes. It differs from linear discriminant analysis (LDA) ...
6. Dimension Reduction and Multivariate Analysis Using Linear Discriminant Analysis
Get Data Science Revealed: With Feature Engineering, Data Visualization, Pipeline Development, and Hyperparameter Tuning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.