Model Pipeline - UMAP for dimensionality reduction
This pipeline uses UMAP to reduce the number of features in data while keeping its important structure. It helps us see and understand complex data by turning many features into just two or three.
This pipeline uses UMAP to reduce the number of features in data while keeping its important structure. It helps us see and understand complex data by turning many features into just two or three.
Loss
1.0 | *
0.8 | **
0.6 | ***
0.4 | ****
0.2 | *****
+---------
1 2 3 4 5
Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 0.85 | N/A | Initial embedding with high loss, structure not clear |
| 2 | 0.60 | N/A | Loss decreased, clusters start to form |
| 3 | 0.45 | N/A | Better separation of groups visible |
| 4 | 0.35 | N/A | Embedding stabilizes, loss decreases slower |
| 5 | 0.30 | N/A | Final embedding with clear cluster structure |