Searched defs:loss (Results 1 – 2 of 2) sorted by relevance
37 const double loss = std::max(0.0, (1 - positive_score + negative_score)); in UpdateSubGradient() local
114 float loss = 1.0 - target_class_score + other_class_score; in TrainOneExample() local147 float loss = 1.0 - target_class_score + other_class_score; in SparseTrainOneExample() local