Model Pipeline - Latency optimization
This pipeline shows how we make a machine learning model faster to respond. We reduce waiting time by changing data and model steps carefully.
This pipeline shows how we make a machine learning model faster to respond. We reduce waiting time by changing data and model steps carefully.
Loss
0.7 |****
0.6 |***
0.5 |**
0.4 |*
0.3 |
1 2 3 4 5 Epochs
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 0.65 | 0.60 | Starting training with smaller model |
| 2 | 0.50 | 0.72 | Loss decreased, accuracy improved |
| 3 | 0.40 | 0.80 | Model learning well with fewer features |
| 4 | 0.35 | 0.85 | Training converging nicely |
| 5 | 0.30 | 0.88 | Good balance of speed and accuracy |