Login
From:
scikit-learn
(Uncensored)
subscribe
A demo of K-Means clustering on the handwritten digits data — scikit-learn 1.7.0 documentation
https://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
links
backlinks
Roast topics
Find topics
Find it!
In this example we compare the various initialization strategies for K-means in terms of runtime and quality of the results. As the ground truth is known here, we also apply different cluster quali...