Description: 一个隐马尔科夫模型工具包,可以用来做科学问题研究.-A Hidden Markov Model Toolkit can be used to make scientific studies. Platform: |
Size: 122880 |
Author:张张 |
Hits:
Description: 两篇很好的人脸识别论文,基于不同的方法实现,《基于嵌入式隐马尔可夫模型(EHMM)的人脸表情识别》《 基于DSP的人脸识别系统研究》-2 Face Recognition good thesis, based on different methods of implementation, " Based on Embedded Hidden Markov Model (EHMM) Facial Expression Recognition" " DSP-based Face Recognition System" Platform: |
Size: 5121024 |
Author:赵洋洲 |
Hits:
Description: 多序列hmm模型代码,用于隐马尔科夫双观察序列的问题,例子是指硬币,c++实现-Multiple sequence hmm model code for the hidden Markov sequence of pairs of observed problems, examples refers to the coins, c++ implementation Platform: |
Size: 239616 |
Author:阿斯顿 |
Hits:
Description: 本文首先介绍了目前语音识别的发展现状和主要手段,分析了语音识别中所采用的主要特征参数和比较前沿的研究方向,另外着重讲解了语音识别中最常用隐马尔可夫H(MM)模型,及应用广泛的矢量量化方法(VQ)。接着介绍了嵌入式平台,从软、硬件方面着重介绍了与语音识别相关部分的设计包括硬件及相关驱动程序设计,最后介绍了系统实现方法与测试结果。
-This paper describes the current status of the development of speech recognition and the main means of analysis used in speech recognition parameters and compare the main features cutting-edge research, while focused on explaining the most commonly used in speech recognition, Hidden Markov H (MM) model of , and the widely used vector quantization (VQ). Then introduced the embedded platform, from hardware and software aspects of highlighting the relevant parts of speech recognition with the design, including hardware and associated drivers for the design, finally introduced a system implementation method and test results. Platform: |
Size: 6030336 |
Author:fff |
Hits:
Description: This thesis relates to the design, implementation and evaluation of statis¬ tical face recognition techniques. In particular, the use of Hidden Markov Models in various forms is investigated as a recognition tool and critically evaluated. Current face recognition techniques are very dependent on issues like background noise, lighting and position of key features (ie. the eyes, lips etc.). Using an approach which specifically uses an embedded Hidden Markov Model along with spectral domain feature extraction techniques, shows that these dependencies may be lessened while high recognition rates are maintained. Platform: |
Size: 1726464 |
Author:ivan |
Hits:
Description: Contourlet变换中的隐马尔科夫树模型程序 Hidden Markov Tree model of Contourlet Transform ,一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。这些程序都是基于"Directional Multiscale Modeling of Images Using the Contourlet Transform" by D. D.-Y. Po and M. N. Do,这个文章的;
同时需要Minh N. Do的Contourlet工具箱,该工具箱可以从这里http://www.ifp.uiuc.edu/~minhdo/software/得到。
-Contourlet transform the hidden Markov model procedures for Hidden Markov Tree model of Contourlet Transform, a Matlab implementation of the Hidden Markov Tree Model, used to calculate the image Contourlet factor. Program also includes denoising, texture recovery application model. These procedures are based on the " Directional Multiscale Modeling of Images Using the Contourlet Transform" by DD-Y. Po and MN Do, this article also need Minh N. Do the Contourlet toolbox, the toolbox is available here http://www.ifp.uiuc.edu/ ~ minhdo/software/receive. Platform: |
Size: 2482176 |
Author:徐英 |
Hits:
Description: Contourlet变换中的隐马尔科夫树模型程序 Hidden Markov Tree model of Contourlet Transform 2008年11月14日 MATLAB2 (R2006a) 这是一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。-Contourlet transform the hidden Markov model procedures for Hidden Markov Tree model of Contourlet Transform 2008 年 11 月 14 日 MATLAB2 (R2006a) is a Matlab implementation of the Hidden Markov Tree Model, used to calculate the image Contourlet factor. Program also includes denoising, texture recovery application model. Platform: |
Size: 2481152 |
Author:张正平 |
Hits:
Description: 很好的的论文,Second-order Hidden Markov Model Theory and Implementation-Second-order Hidden Markov Model Theory and Implementation Platform: |
Size: 139264 |
Author:whg |
Hits:
Description: matlab implementation for forward-backward algorithm for train and test of hidden markov model (HMM). Platform: |
Size: 1024 |
Author:mohsen |
Hits:
Description: 维特比算法的设计与实现,不包含隐马尔科夫模型,可以输出最可能的状态序列。-Design and Implementation of the Viterbi algorithm does not contain a hidden Markov model, you can output the most likely state sequence. Platform: |
Size: 5308416 |
Author:关晓炟 |
Hits:
Description: 就目前三种主流的语音识别算法:动态时间规(DTW)、隐马尔科夫模型(HMM)和人工神经网络(ANN)。分析它们的原理、特点及实现过程,对 DTW 的语音识别进行实验,通过对比分析三种算法的特点,结合本文研究的实际情况,选择 DTW 作为研究的重点,提出利用遗传算法对其进行改进。
-The three mainstream speech recognition algorithms: Dynamic Time Regulations (DTW), hidden Markov model (HMM) and artificial neural network (ANN). Analysis of their principles, characteristics and implementation process, DTW speech recognition experiment, by comparing the characteristics of the three algorithms, combined with the actual situation of this study, select the DTW as the focus of the study, proposed the use of genetic algorithms to improve it. Platform: |
Size: 1090560 |
Author:lumeng |
Hits:
Description: 隐马尔科夫编程。Jahmm (pronounced “jam”), is a Java implementation of Hidden Markov Model (HMM) related algorithms. It’s been designed to be easy to use (e.g. simple things are simple to program) and general purpose.-Hidden Markov programming.Jahmm (pronounced “jam”), is a Java implementation of Hidden Markov Model (HMM) related algorithms. It’s been designed to be easy to use (e.g. simple things are simple to program) and general purpose. Platform: |
Size: 232448 |
Author:hulongcan |
Hits:
Description: 隐马尔可夫的模型的经典实现的c代码。包括前向,后向,veitebi算法等。-Hidden Markov model of the classic implementation of the c code. Including forward, backward, veitebi algorithm. Platform: |
Size: 248832 |
Author:yu |
Hits:
Description: simple implementation of forward,backward and viterbi algorithm in Hidden markov model with test data. Platform: |
Size: 1024 |
Author:alireza |
Hits:
Description: 隐马尔可夫模型的C语言实现,人工智能算法领域的参考资料,,(C language implementation of hidden markov model resources in the field of artificial intelligence algorithms,) Platform: |
Size: 5120 |
Author:邵日霞
|
Hits: