Model Pipeline - Data augmentation for images
This pipeline shows how image data is increased by creating new images through simple changes. This helps the model learn better by seeing more varied pictures.
This pipeline shows how image data is increased by creating new images through simple changes. This helps the model learn better by seeing more varied pictures.
Loss
1.2 |*
0.9 | *
0.7 | *
0.55| *
0.45| *
+---------
1 2 3 4 5 Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Model starts learning with high loss and low accuracy |
| 2 | 0.9 | 0.60 | Loss decreases and accuracy improves as model learns |
| 3 | 0.7 | 0.72 | Model continues to improve with augmented data |
| 4 | 0.55 | 0.80 | Augmentation helps model generalize better |
| 5 | 0.45 | 0.85 | Training converges with good accuracy |