Log Loss (Cross-Entropy) Calculator

Compute binary cross-entropy log loss = −(1/N)Σ[y·log(p) + (1−y)·log(1−p)] from predicted probabilities and true labels. Lower log loss indicates a better calibrated model.

Networking
Algorithms
Binary & Number
Systems
Dev Metrics

IP Subnet Calculator

IP Address
CIDR Prefix
/
Network
192.168.1.0
Broadcast
192.168.1.255
Subnet Mask
255.255.255.0
First Host
192.168.1.1
Last Host
192.168.1.254
Usable Hosts
254
Binary breakdown:
IP: 11000000.10101000.00000001.00000000
Mask: 11111111.11111111.11111111.00000000
Net: 11000000.10101000.00000001.00000000
Advertisement

How It Works

Compute binary cross-entropy log loss = −(1/N)Σ[y·log(p) + (1−y)·log(1−p)] from predicted probabilities and true labels. Lower log loss indicates a better calibrated model

Each component has a specific meaning:

  • Predicted probabilities — The predicted probabilities recorded for the patient or scenario being assessed.
  • True labels — The true labels recorded for the patient or scenario being assessed.

Note: Interpret the log loss result against the clinical thresholds and context described above.

How to Use

Enter the predicted probabilities, true labels for the patient or scenario you are assessing. Compute binary cross-entropy log loss = −(1/N)Σ[y·log(p) + (1−y)·log(1−p)] from predicted probabilities and true labels. Lower log loss indicates a better calibrated model. Use the log loss result to inform your clinical assessment.

Frequently Asked Questions