This summary discusses supervised multi-class classification in machine learning. The author explains that while logistic regression deals with binary class, there are cases where we have more than two classes in the output column. In such cases, soft-max regression or multi-class classification algorithms can be used. The blog provides a more in-depth explanation and can be read for free on Medium.

source update: Fully Explained Softmax Regression for Multi-Class Label with Python – Towards AI

Comments

There are no comments yet.

Leave a comment