Machine Learning

K-Means vs. Affinity Propagation Clustering

Performing numerical Clustering using two approaches. Full code available at my repo.

Michelangiolo Mazzeschi
Published in
4 min readJul 14, 2020

--

Clustering is one of the simplest algorithms to implement with any Machine Learning tools. There are two different sets of algorithms dedicated to Clustering, depending on if we use Numerical Data (K-Means or Affinity Propagation), or Categorical Data (K-Mode).

--

--