Binary classification

In binary classification, we would produce a single value p as output, with p between 0 and 1.

They often use Activation functions

Multi-class classification is needed when we have more than 2 classes as we can no longer rely on a single output value p.