Which of the following statements are false about softmax and logistic?
A.
In terms of probability, softmax modeling uses the polynomial distribution, whereas logistic modeling uses the binomial distribution.
B.
Multiple logistic regressions can be combined to achieve multi-class classification effects.
C.
Logistic is used for binary classification problems, whereas softmax is used for multi-class classification problems.
D.
In the multi-class classification of softmax regression, the output classes are not mutually exclusive. That is, the word "Apple" belongs to both the "fruit" and "3C" classes.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit