| # | Epoch | Note | Action |
|---|
| Epoch | Training | Validation | Testing | Comparison | Smoothed validation | Validation change | Gap | Status |
|---|---|---|---|---|---|---|---|---|
| No processed data yet. | ||||||||
Accuracy measures the proportion of correct predictions. It works best when classes are reasonably balanced. Always inspect precision and recall for uneven classes.
- Choose an X-axis type and input scale.
- Enter accuracy values or upload a CSV file.
- Select smoothing, target, and detection settings.
- Customize the chart and visible series.
- Generate the curve and review diagnostic results.
- Export the chart, table, CSV, or PDF report.
| Epoch | Training | Validation | Testing |
|---|---|---|---|
| 1 | 61 | 58 | 57 |
| 2 | 69 | 65 | 64 |
| 3 | 77 | 72 | 71 |
| 4 | 84 | 78 | 77 |
| 5 | 89 | 81 | 80 |
What does an accuracy curve show?
It shows how model accuracy changes across epochs, iterations, thresholds, folds, or dataset sizes.
Why compare training and validation accuracy?
The comparison reveals whether learning transfers well to unseen data.
How does this calculator detect overfitting?
It checks for widening training-validation gaps and declining validation performance.
What is an early-stopping point?
It is the best validation point before performance stops improving for several observations.
Should accuracy be entered as decimals or percentages?
Either scale works. Choose the matching input option before generating results.
What smoothing methods are available?
The calculator supports simple, exponential, and weighted moving averages.
Can several models be compared?
Yes. Use the comparison column and rename each displayed series.
Why can accuracy mislead on imbalanced data?
A dominant class can produce high accuracy while minority predictions remain poor.
What CSV format is supported?
Use columns for X, training, validation, testing, comparison, and optional notes.