types of target labels
problem definition
solution layout
experiment method
binary regression - zero-one loss
binary regression - margin loss
binary regression - hinge loss
binary regression - smoothed hinge loss
binary regression - logistic loss
loss(z; y) = log ( 1 + e ^ (-yz) ) = - log P(z | y)
- conditional log-loss likelihood: - log P(z | y) for
logistic conditional likelihood model (estimator):
P(y | z) ~ e ^ yz
- minimizing the Sum(loss(z; y)) ~ maximizing the conditional likelihood model among the models P(y | z)
- with L2 regularization term => MAP estimator with Gaussian prior on w
generalization loss function
generalization - immmediate-threshold
generalization - all-threshold