🍁Lucas' Garden

Home

❯

1. Machine Learning

❯

Unsupervised Learning

❯

Clustering

❯

Mean Shift Clustering

Mean Shift Clustering

Aug 02, 20251 min read

What is it?

Mean Shift is a centroid-based Clustering |algorithm which can apply statistical distributions and other Kernel functions to group together data points closer to centroids.

Depending on the Kernel function used, Mean Shift can handle very complex and non-linear data, which would be impossible to handle in other clustering methods, like K-Means.


Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub