Model Pipeline - Cropping images
This pipeline shows how images are cropped to focus on important parts before being used in a machine learning model. Cropping helps the model learn better by removing unnecessary background.
This pipeline shows how images are cropped to focus on important parts before being used in a machine learning model. Cropping helps the model learn better by removing unnecessary background.
Loss
1.2 |****
1.0 |***
0.8 |**
0.6 |*
0.4 |*
+-----
1 5 Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Model starts learning with moderate loss and low accuracy |
| 2 | 0.9 | 0.60 | Loss decreases and accuracy improves as model learns features |
| 3 | 0.7 | 0.72 | Model continues to improve with better focus on cropped images |
| 4 | 0.5 | 0.80 | Loss drops further and accuracy reaches a good level |
| 5 | 0.4 | 0.85 | Training converges with low loss and high accuracy |