Build your intuition. Click the correct answer from the options.
Which combination is typical for multiclass classification?
Click the option that best answers the question.
- `Linear` → `sigmoid` → `MSE`
- `Linear` → `softmax` → `cross-entropy`
- `Linear` → `ReLU` → `hinge loss`
- `Linear` → `tanh` → `MAE`