An open API service indexing awesome lists of open source software.

https://github.com/posgnu/gaussian_mixture_clustering

The gaussian mixture clustering algorithm with Numpy, and demonstrations on an image data
https://github.com/posgnu/gaussian_mixture_clustering

gaussian-mixture-models k-means-clustering

Last synced: 8 months ago
JSON representation

The gaussian mixture clustering algorithm with Numpy, and demonstrations on an image data

Awesome Lists containing this project

README

          

# gaussian_mixture_clustering
This repository implements the Gaussian Mixture Clustering that initializes the parameters with K-means algorithm. BIC score and cross-validation method are used to select the model (i.e., K).
## Demo
Clustering pixels with K=2, 3, 4, 5, 6, 7, 8, 9, 10
![](./result/combine_images.png)

## Original image

![](./data/clown.jpg)