Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›Log-Loss (Cross-Entropy Loss)
MCDMProbabilistic Loss Metric

Log-Loss (Cross-Entropy Loss)

Logarithmic Loss (Log Loss) · Also known as: Cross-Entropy Loss, Logloss

Log-loss measures the difference between predicted probabilities and actual labels, penalizing confident wrong predictions more than uncertain ones. It is a standard loss function in machine learning optimization and evaluates probabilistic classifier calibration.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Log-Loss (Cross-Entropy Loss)
AccuracyBrier ScoreF1-Score

When to use it

Use log-loss when you care about the quality of predicted probabilities, not just whether the final prediction is correct. It is appropriate when you need to optimize probability estimates for downstream uses (e.g., threshold selection, cost-sensitive classification). Use log-loss when confident wrong predictions are worse than uncertain wrong predictions.

Strengths & limitations

Strengths
  • Evaluates probabilistic predictions, not just binary class predictions.
  • Penalizes overconfident wrong predictions heavily, encouraging calibrated probabilities.
  • Differentiable, making it suitable as an objective function for optimization.
  • Widely used in deep learning and probabilistic models.
Limitations
  • Not interpretable as a probability or proportion like accuracy or F1-score.
  • Sensitive to class imbalance; rare class predictions can dominate the loss.
  • Can be dominated by a few very confident wrong predictions.
  • Requires probability outputs, not just class predictions.

Frequently asked

How does log-loss differ from accuracy?

Accuracy only cares whether the final prediction (after thresholding at 0.5) is correct. Log-loss evaluates the quality of the probability estimates themselves. A model with 90% accuracy but poor calibration could have high log-loss. Log-loss provides finer-grained evaluation of probability quality.

Why penalize confident wrong predictions more heavily?

Confident wrong predictions indicate the model is systematically overconfident. These are dangerous because downstream decisions based on these probabilities will be misled. Conservative uncertainty is preferable to overconfident wrongness. Log-loss encourages models to express appropriate uncertainty.

Can I directly compare log-loss values across different datasets?

No, log-loss values depend on baseline difficulty (class imbalance) and the actual probability distributions. A log-loss of 0.3 on one dataset might be excellent, while 0.5 on another might also be excellent. Compare log-loss only within the same dataset, or normalize by baseline random classifier loss.

Sources

  1. Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. link ↗
  2. Bishop, C. M. (1995). Neural Networks for Pattern Recognition. Oxford University Press. DOI: 10.1093/oso/9780198538493.001.0001 ↗

How to cite this page

ScholarGate. (2026, June 3). Logarithmic Loss (Log Loss). ScholarGate. https://scholargate.app/en/model-evaluation/log-loss

Related methods

AccuracyBrier ScoreF1-Score

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • AccuracyModel Evaluation↔ compare
  • Brier ScoreModel Evaluation↔ compare
  • F1-ScoreModel Evaluation↔ compare
Compare side by side →

Referenced by

Brier Score

Similar methods

Brier ScoreHamming LossLogistic regression (ML)Model CalibrationKullback-Leibler DivergencePrecisionAccuracyLogistic Regression

Related reference concepts

Performance MetricsLogistic DiscriminationLogistic RegressionClassification AlgorithmsCross-ValidationModel Evaluation and Selection

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Log-Loss (Cross-Entropy Loss) (Logarithmic Loss (Log Loss)). Retrieved 2026-07-21 from https://scholargate.app/en/model-evaluation/log-loss · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Information theory and machine learning literature
Subfamily
Probabilistic Loss Metric
Year
1990s
Type
Loss function
Related methods
AccuracyBrier ScoreF1-Score
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account