MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following loss functions is best for Classification?
A
L1
B
L2
C
Manhattan Distance
D
Negative Loglikelihood
Explanation: 

Detailed explanation-1: -Cross-Entropy Loss is also known as the Negative Log Likelihood. This is most commonly used for classification problems.

Detailed explanation-2: -Broadly, loss functions can be classified into two major categories depending upon the type of learning task we are dealing with-Regression losses and Classification losses.

Detailed explanation-3: -Log Loss is the loss function for logistic regression. Logistic regression is widely used by many practitioners.

There is 1 question to complete.