# GMM_Demo **Repository Path**: zzw_linux/GMM_Demo ## Basic Information - **Project Name**: GMM_Demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gaussian Mixture Model #### Description A simple demo for two function: 1. given a dataset, compute a Gaussian mixture model; 2. predict which cluster input belong to with the pre Gaussian mixture model ### GMM is useful for: ![application screenshot](https://gitee.com/zzw_linux/GMM_Demo/raw/master/document/1.png "Application Screenshot") ![application screenshot](https://gitee.com/zzw_linux/GMM_Demo/raw/master/document/2.png "Application Screenshot") ![application screenshot](https://gitee.com/zzw_linux/GMM_Demo/raw/master/document/3.png "Application Screenshot") ### More information refer to [pdf](https://gitee.com/zzw_linux/GMM_Demo/raw/master/document/EM算法与GMM的训练应用.pdf)