Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luxiaoxun/kmeans-gmm-hmm

HMM based on KMeans and GMM
https://github.com/luxiaoxun/kmeans-gmm-hmm

gmm hmm kmeans

Last synced: about 1 month ago
JSON representation

HMM based on KMeans and GMM

Awesome Lists containing this project

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