Tutorials¶
End-to-end walkthroughs on public datasets. Each tutorial loads and standardizes the data, trains a SOM, and reads the result through the visualization suite. Every figure on these pages is an actual output of the matching notebook in the notebooks/ directory, so you can reproduce them end to end.
The classic 4-feature, 3-class dataset. Train a SOM and read the classification map and component planes.
13 chemical features, 3 cultivars. A higher-dimensional classification example.
Map a continuous target with mean, std, score, and rank maps.
Two regression targets (heating and cooling load) on one map.
Cluster the neurons and use the elbow, silhouette, and comparison diagnostics.
Tutorial |
Task |
Features |
Visualizations highlighted |
|---|---|---|---|
Classification |
4 |
Classification map, component planes |
|
Classification |
13 |
Classification map, U-matrix |
|
Regression |
13 |
Mean / std / score / rank maps |
|
Regression (×2) |
8 |
Per-target metric maps |
|
Clustering |
4 |
Cluster map, elbow, silhouette, comparison |