搜索资源列表
gmm
- 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。
gmm-gmr
- 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。
GMM train
- 用于gmms的训练程序
training_gmm
- 训练高斯混合模型的程序,尽管此类代码较多,但本程序经过笔者改写优化后,很大程度上避免了普通方法中局部最优的问题。-Gaussian mixture model training procedures, although the code more, but the procedure after the author rewrite optimization, largely avoiding the ordinary method o
gmm_creation_mle
- 采用期望最大算法最优化初始高斯混合模型的程序,笔者借用ubm自适应方法,很好的解决了模型不收敛的问题。-expectations largest algorithm using optimization initial Gaussian mixture model procedures, the author borrowed ubm adaptive method, a good model is not the solution c
gmm_prob
- 计算高斯混合模型先验概率和后验概率的程序,采用大矩阵运算,大大提高了运行速度。-Gaussian mixture model calculated a priori probability and the probability of post-mortem procedures, using a large matrix computation, greatly improved speed.
gmm
- 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。-One in the matlab environment prepared by the use of expectation maximization method GMM procedure.
gmm-gmr
- 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。-This is a used C++ Prepared gmm algorithm to achieve the procedure, there are sample procedures, the realization of the EM algorithm to find GMM parameters.
GMM
- 混合高斯模型的C++程序,封装成为C++的类,直接调用即可。-gaussian mixture model train code
GMM
- 完整的语音识别程序,训练模型固定。可以运行出识别结果的~-entire speech recognition programme,with the trainning model given.On matlab,we can get the result of recognition.
GMM
- 本程序为EMD-HHT-M源代码,供大家交流学习,语音识别专用代码-This program is EMD-HHT-M source code for all to share learning, speech recognition-specific code
gmm
- C++和opencv相结合的关于图像中高斯建模的程序。-C++ and opencv combination of Gaussian model on the image of the procedure.
gmm
- 求高斯混合模型的EM算法,matlab程序。-Seeking EM algorithm for Gaussian mixture model, matlab program.
MFCC-GMM
- 基于MFCC的GMM的说话人识别,是很好的语音处理程序-MFCC of the GMM based speaker recognition, speech processing is a very good program
GMM
- 高斯混合模型,有详细的说明,而且有程序,希望下载,很有帮助的!-GMM including explanation and programs
GMM
- 高斯k均值程序算法,k-means是一种常用的聚类算法,可以实现数据的聚类。-K-means algorithm for Gaussian process, k-means clustering algorithm is a commonly used, can achieve data clustering.
GMM
- 做毕设是用到的gmm的matlab程序,测试过的 ,绝对可以用-Complete set is used to do the matlab program gmm, tested, can surely be
GMM)matlab源码
- 高斯模型就是用高斯概率密度函数(正态分布曲线)精确地量化事物,将一个事物分解为若干的基于高斯概率密度函数(正态分布曲线)形成的模型。(Gaussian model is to use Gaussian probability density function (normal distribution curve) to accurately quantify things, a thing is divided into several
基于高斯混合模型(GMM)的说话人识别matlab
- 基于GMM的话者识别matlab程序,训练运行train.m,识别运行recog.m(speaker identification system based on GMM)