搜索资源列表
Gmm232
- 利用gmm模型进行特征分析的程序,欢迎与各位相关研究的朋友进行交流-use gmm model analysis procedures, and welcome to friends from the relevant research exchange
gmm
- 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。
gmm-gmr
- 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。
speakerrecognition
- 说话人身份识别程序,采用MFCC参数提取,并建立GMM模型来进行识别-Speaker identification procedures, using MFCC extraction, and the establishment of GMM model to identify
GMMandEMandBICProgramm
- 模式识别 关于GMM+EM+BIC,请运行附件的程序。主程序:VASceneAnalysisFH7_ICMEFull_2009.m -Pattern Recognition on the GMM+ EM+ BIC, please run the attached file. Main program: VASceneAnalysisFH7_ICMEFull_2009.m
speaker recognition
- 这个是用Matlab写成的说话人识别演示程序。-Currently, there are more than 20 classes in this library, including commonly used feature extraction algorithms and modeling techniques for speech recognition and speaker verification.-Currently, there are more than 20 classe
gmm
- 求高斯混合模型的EM算法,matlab程序。-Seeking EM algorithm for Gaussian mixture model, matlab 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-estimation
- 高斯混合模型的程序计算的Matlab程序-Gaussian mixture model program to calculate in Matlab
GMM
- 这里介绍了一个利用了EM算法得到的GMM训练c代程序-This is a useful file of GMM code
hmm
- 自己认真修改的程序代码,并且通过测试可以运行的!对HMM-GMM的初学者有用。-Own serious modify the program code, and the test can be run. HMM-GMM useful for beginners.
2
- 针对故障诊断,本程序为多工况故障诊断,利用gmm对TE过程实现了故障检测,效果很好-According to the fault diagnosis, the program for fault diagnosis of the condition, TE process to realize fault detection using GMM, the effect is very good
later-GMM
- 毕业设计,一些关于声纹识别的程序,识别还不错-The graduation design, something about voiceprint recognition program, recognition is good
GMM
- 程序展示了使用EM algorithm来训练GMM(Gaussian Mixture Model)来进行binary classification。-Program demonstrates the use of EM algorithm to train the GMM (Gaussian Mixture Model) for binary classification.
5
- 本程序实现多模态故障检测与故障诊断,用的方法是PCA_GMM,GMM是用的FJ算法,效果很好-This procedure realize multimodal, fault detection and fault diagnosis method is PCA_GMM, GMM FJ algorithm is used, the effect is very good
GMM
- 高斯混合模型GMM的C++实现 在高斯混合模型中需要使用概率更新参数的地方,程序中都简化成为了1处理,否则计算一个正态分布的概率还是挺花时间的。但是除了将概率换成1,其他地方还是严格按照公式的,大家可以仔细推导一下,就会看出其中的差异- Gaussian mixture model GMM C++ implementation In the Gaussian mixture model parameters need to use probability to upd
讲课涉及到的一些源代码
- 一些关于混合高斯模型的程序,包括em方法和gibbish采样(some code relate to gmm)
GMM_EM
- GMM算法是混合高斯模型,其求解过程需要不断迭代,本程序利用EM算法进行了仿真实现,可以加深对GMM的理解。(GMM algorithm is a hybrid Gauss model, and its solution process needs iteration. This program uses EM algorithm for simulation, which can deepen the understanding of GMM.)
基于高斯混合模型(GMM)的说话人识别matlab
- 基于GMM的话者识别matlab程序,训练运行train.m,识别运行recog.m(speaker identification system based on GMM)