Back to Developer Roadmap

Log Loss

src/data/roadmaps/machine-learning/content/[email protected]

4.0702 B
Original Source

Log Loss

Log Loss, also known as cross-entropy loss, quantifies the performance of a classification model where the prediction input is a probability value between 0 and 1. It measures the uncertainty of the model's predicted probabilities compared to the actual labels. Lower Log Loss values indicate better calibrated predictions, meaning the predicted probabilities align more closely with the true outcomes.

Visit the following resources to learn more: