Question: What is the main advantage of using Gaussian Mixture Models (GMM) over K-Means?
Options:
Correct Answer: GMM can handle non-spherical clusters
Solution:
GMM can model clusters with different shapes and sizes, unlike K-Means which assumes spherical clusters.