Analysis results
Detailed statistics
| Series | Initial | Final | Minimum | Best epoch | Mean | Std. dev. | AUC |
|---|
Interpretation
Formula used
How to use
- Paste epoch and loss values or import a CSV file.
- Parse the data, then edit any values in the table.
- Select visible series, scales, smoothing, and chart styling.
- Configure early stopping, target loss, and anomaly thresholds.
- Calculate the analysis and inspect warnings, metrics, and recommendations.
- Export the chart, data, statistics, or complete configuration.
Frequently asked questions
What does an epoch-versus-loss plot show?
It shows how model error changes after each complete pass through the training dataset.
Why should validation loss be plotted?
Validation loss estimates generalization and helps reveal overfitting that training loss alone can hide.
What is the best epoch?
It is commonly the epoch with the lowest monitored validation loss before performance stops improving.
How does early stopping work?
Training stops after the monitored loss fails to improve by a minimum amount for the selected patience.
What does a widening loss gap mean?
A widening validation-minus-training gap can indicate that the model is fitting training data too specifically.
When should logarithmic scaling be used?
Use it when loss values span several orders of magnitude and all displayed values are positive.
Does smoothing change the underlying data?
No. Smoothing changes the displayed trend only, while raw values remain available for calculations and export.
How is a plateau detected?
The calculator compares recent values and flags a plateau when their range remains below the chosen tolerance.
What causes sudden loss spikes?
Spikes can result from learning-rate instability, difficult batches, numerical issues, distribution shifts, or optimizer behavior.