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).
posgnu/gaussian_mixture_clustering
The gaussian mixture clustering algorithm with Numpy, and demonstrations on an image data
Python