Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luxiaoxun/kmeans-gmm-hmm
- Owner: luxiaoxun
- Created: 2014-11-02T09:03:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T08:06:34.000Z (about 9 years ago)
- Last Synced: 2023-10-20T21:23:02.132Z (about 1 year ago)
- Topics: gmm, hmm, kmeans
- Language: C++
- Homepage:
- Size: 406 KB
- Stars: 186
- Watchers: 11
- Forks: 78
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
k-means
===
C++ implements k-means algorithmChinese 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 GMMChinese Details:http://www.cnblogs.com/luxiaoxun/archive/2013/05/12/3074510.html