Package org.tribuo.multilabel.sgd.objectives
package org.tribuo.multilabel.sgd.objectives
Provides multi-label classification loss functions for Stochastic Gradient Descent.
-
ClassDescriptionA multilabel version of binary cross entropy loss which expects logits.Hinge loss, scores the correct value margin and any incorrect predictions -margin.