# GMM **Repository Path**: neu103_robot/GMM ## Basic Information - **Project Name**: GMM - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-20 - **Last Updated**: 2021-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README k-means === C++ implements k-means algorithm Chinese Details: http://www.cnblogs.com/luxiaoxun/archive/2013/05/09/3069594.html GMM === C++ implemens GMM (Gaussian mixture model) Chinese Details:http://www.cnblogs.com/luxiaoxun/archive/2013/05/10/3071672.htm HMM === C++ implements HMM (Hidden Markov Model) based on k-means and GMM Chinese Details:http://www.cnblogs.com/luxiaoxun/archive/2013/05/12/3074510.html