搜索资源列表
HMM-v1.02
- 稳马尔科夫HMM算法的C语言源代码,可用于图像处理及一维信号处理。-stable Markov HMM algorithm C language source code that can be used for image processing and one-dimensional signal processing.
MRFtoyexample
- 一种基于马尔科夫随机场的图像分割matlab源码,包含ICM迭代条件模式求解最大后验概率算法,已通过测试。-Markov random field based image segmentation matlab source code, including the ICM iteration conditions for solving the maximum a posteriori probability model algorithm has been tested.
Gibbs
- MCMC(马尔科夫链蒙特卡洛)中对于高斯分布的Gibbs采样算法-MCMC Gibbs Sampler
隐马尔科夫工具
- 可用于模式识别,特征提取分类的主要工具。性能可靠,计算速度快。
blogreg
- 实现在参数先验是高斯分布情况下,利用马尔科夫链蒙特卡洛算法来对Logistic 回归模型参数的后验分布进行抽样 -It implements different Markov Chain Monte Carlo strategies for sampling from the posterior distribution over the parameter values for Logistic Regression models with a Gaussian prior on th
HMM1
- 经典的马尔科夫算法,这个事单序列hmm模型的代码,使用C++实现-Classical Markov algorithm, this thing single sequence hmm model code, the use of C++ implementation
PSOHMM11
- pso粒子群算法与隐马尔科夫模型的结合,用粒子群优化算法度模型参数进行优化,用于度序列观察。-pso particle swarm algorithm with a combination of hidden Markov model, using particle swarm optimization algorithm to optimize the degree of model parameters for the degree of sequence observations.
Markov
- 简单的马尔科夫算法,Markov链数据提供了有当前状态决定,而又独立于当前状态的序列,此处算法是将给定的文本串生成新的随机文本- Simple Sample of a Markov Chain Algorithm:A markov chain is a sequence of random variables in which the future variable is determined by the present variable but is independent of the w
FusionSegmentationAlgorithm
- 针对合成孔径雷达(SAR) 图像含有大量斑点噪声的特点,基于Contourlet 的多尺度、局部化、方向性和各向 异性等优点,并结合隐马尔科夫树( HMT) 模型和隐马尔科夫场(MRF) ,提出了一种基于Contourlet 域持续性和聚 集性的SAR 图像模糊融合分割算法。该算法有效捕获了Contourlet 子带的持续性和聚集性,并分别用HMT 和 MRF 来刻画,再依据模糊测度,将多尺度HMT 和MRF 有机融合,建立Contourlet 域HMT2MRF 融合模型,并导
AnintroductiontoHMMs
- 隐马尔科夫算法详细的介绍,英文版的,经典-Hidden Markov algorithm detailed introduction in English
S.Liang
- 用于实现隐马尔科夫算法的相关程序,来自美国大学网站。还可用于求解动态贝叶斯相关问题。-Hidden Markov algorithm used to implement the relevant procedures, from the American University website. Can also be used to solve dynamic Bayesian-related issues.
forward-algorithm.m
- 马尔科夫链,马尔科夫一阶算法,隐马尔科夫算法-forward algorithm
HMMcpp
- 隐马尔科夫算法,可以用于基因的识别和预测等-HMM analysis
hmmrecognition
- 语音识别基于隐形马尔科夫算法,进行特定的汉字识别-Speech recognition based on hidden Markov algorithm, make specific character recognition
Desktop
- 隐马尔科夫模型的python测试代码及优化算法代码(Hidden Markov model of the python test code and optimization algorithm code)
matlab经典算法程序
- 用正常状态下的特征样本作为模型的观测值对CHSMM进行训练,然后将待测的特征样本输入模型,得到待测样本相对于所建立正常模型的输出概率。(The characteristic samples of normal state are used as the observation value of the model to train the CHSMM, and then the sample input model of the sample to be tested is obtained,
hmm
- 解决隐马尔科夫问题中的MATLAB程序,包含前后向算法,Viterbi求解,BaumWelch求解(MATLAB in solving the problem of hidden markov, including front and back to the algorithm, Viterbi, BaumWelch solution)
算法
- 马尔科夫蒙特卡洛算法的MATLAB应用示例(code for MCMC in MATLAB)
thesis
- 几种常见预测算法的Java代码实现,包括时间序列预测法,指数平滑法,灰色模型,灰色马尔科夫(predict the data value of system)
基于马尔科夫算法的车辆行驶工况构建
- 用马尔科夫算法对行驶工况的车速进行预测,效果很好。(I use Markov algorithm to predict vehicle speed in driving conditions.)