Result summary
Interactive loss chart
Diagnostic interpretation
Input and analysis settings
Detailed statistics
| Run | Minimum | Best epoch | Final | Average | Median | Std. deviation | Range | Final gap | Correlation | Volatility | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No analysis yet. | |||||||||||
Multiple-run comparison
| Run | Lowest loss | Fastest convergence | Stability score | Early stop | Epochs saved | Classification |
|---|---|---|---|---|---|---|
| Add one or more runs to compare. | ||||||
Epoch data table
| Epoch | Training loss | Validation loss | Test loss | Gap | Loss change | Percentage change | Smoothed loss | Status |
|---|---|---|---|---|---|---|---|---|
| No epoch data available. | ||||||||
Export and utility tools
Formula used
How to use
Enter validation losses for each epoch. Training and test losses are optional. Epoch numbers can be generated automatically.
Select smoothing, early stopping, and chart options. Add more runs when comparisons are needed. Then choose Analyze curves.
Review the best epoch and diagnostic warnings. Inspect the graph and epoch table. Export the final report when finished.
Example data
| Epoch | Training loss | Validation loss | Interpretation |
|---|---|---|---|
| 1 | 0.82 | 0.88 | Initial model |
| 5 | 0.45 | 0.51 | Healthy improvement |
| 10 | 0.26 | 0.39 | Best validation region |
| 15 | 0.15 | 0.48 | Possible overfitting |
Interpretation guide
A steadily decreasing validation curve suggests useful learning. A flat curve may indicate a plateau. A rising curve can signal deterioration.
Overfitting is more likely when training loss falls. Validation loss may rise during the same period. The growing gap supports that conclusion.
Short fluctuations can be normal. Repeated validation runs provide stronger evidence. Compare several seeds before making final decisions.
Frequently asked questions
What is validation loss?
Validation loss measures model error on held-out data. It estimates performance beyond training samples.
Why can validation loss increase?
It may increase because of overfitting, unstable optimisation, distribution shifts, or noisy validation samples.
Which epoch should I save?
The best checkpoint usually matches the lowest validation loss. Domain metrics should also be reviewed.
What does patience mean?
Patience controls how many non-improving epochs are allowed before early stopping is recommended.
Should I smooth the curve?
Smoothing can reveal trends. Raw values should remain visible when small fluctuations matter.
Can different runs be compared?
Yes. Add runs with different seeds, settings, or architectures and compare their minima and stability.
What is a generalisation gap?
It is validation loss minus training loss. A growing positive gap may indicate overfitting.
Why use a logarithmic scale?
A logarithmic scale helps when loss values cover several orders of magnitude. Values must remain positive.
Does low validation loss guarantee success?
No. Data quality, calibration, fairness, leakage, and task metrics still require separate evaluation.