<aside> 📖 Softmax regression, also known as multinomial logistic regression, is an extension of logistic regression to handle multiple (more than two) classes. In softmax regression, the model assigns probabilities to each class and selects the class with the highest probability as the predicted class.

</aside>

Model

Objective

Assumptions

Pros and Cons