Unsupervised Clasification

Unsupervised Clasification

Models

  • K-Means Clustering

    Simple clustering algorithm that groups data points into a specified number of clusters.

  • Gaussian Mixture Model (GMM)

    A probabilistic model that assumes that the data was generated from a finite sum of Gaussian distributions.