登录
首页 » matlab » 隐马尔科夫链的原理HMMall

隐马尔科夫链的原理HMMall

于 2020-07-07 发布 文件大小:752KB
0 344
下载积分: 1 下载次数: 302

代码说明:

  详细介绍了隐马尔科夫链的原理和matlab代码实现,可以运行其中的demo了解hmm的工作原理(Detailed information on hidden Markov chain theory and the matlab code, you can run the demo to understand the working principle hmm)

文件列表:

HMMall
......\HMM
......\...\#fwdback.m#
......\...\#mhmm_em.m#
......\...\#README.txt#
......\...\dhmm_em.m
......\...\dhmm_em_demo.m
......\...\dhmm_em_online.m
......\...\dhmm_em_online_demo.m
......\...\dhmm_logprob.m
......\...\dhmm_logprob_brute_force.m
......\...\dhmm_logprob_path.m
......\...\dhmm_sample.m
......\...\dhmm_sample_endstate.m
......\...\fixed_lag_smoother.m
......\...\fixed_lag_smoother_demo.m
......\...\fwdback.m
......\...\fwdback.m~
......\...\fwdback_xi.m
......\...\fwdprop_backsample.m
......\...\fwdprop_backsample.m~
......\...\gausshmm_train_observed.m
......\...\herbert.txt~
......\...\mc_sample.m
......\...\mc_sample_endstate.m
......\...\mdp_sample.m
......\...\mhmmParzen_train_observed.m
......\...\mhmm_em.m
......\...\mhmm_em.m~
......\...\mhmm_em_demo.m
......\...\mhmm_logprob.m
......\...\mhmm_sample.m
......\...\mk_leftright_transmat.m
......\...\mk_rightleft_transmat.m
......\...\pomdp_sample.m
......\...\publishHMM.m
......\...\README.txt
......\...\README.txt~
......\...\testHMM.m
......\...\transmat_train_observed.m
......\...\viterbi_path.m
......\KPMstats
......\........\#histCmpChi2.m#
......\........\beta_sample.m
......\........\chisquared_histo.m
......\........\chisquared_prob.m
......\........\chisquared_readme.txt
......\........\chisquared_table.m
......\........\clg_Mstep.m
......\........\clg_Mstep_simple.m
......\........\clg_prob.m
......\........\condGaussToJoint.m
......\........\condgaussTrainObserved.m
......\........\condgauss_sample.m
......\........\cond_indep_fisher_z.m
......\........\convertBinaryLabels.m
......\........\cwr_demo.m
......\........\cwr_em.m
......\........\cwr_predict.m
......\........\cwr_prob.m
......\........\cwr_readme.txt
......\........\cwr_test.m
......\........\dirichletpdf.m
......\........\dirichletrnd.m
......\........\dirichlet_sample.m
......\........\distchck.m
......\........\eigdec.m
......\........\est_transmat.m
......\........\fit_paritioned_model_testfn.m
......\........\fit_partitioned_model.m
......\........\gamma_sample.m
......\........\gaussian_prob.m
......\........\gaussian_sample.m
......\........\histCmpChi2.m
......\........\histCmpChi2.m~
......\........\KLgauss.m
......\........\linear_regression.m
......\........\logist2.m
......\........\logist2Apply.m
......\........\logist2ApplyRegularized.m
......\........\logist2Fit.m
......\........\logist2FitRegularized.m
......\........\logistK.m
......\........\logistK_eval.m
......\........\marginalize_gaussian.m
......\........\matrix_normal_pdf.m
......\........\matrix_T_pdf.m
......\........\mc_stat_distrib.m
......\........\mixgauss_classifier_apply.m
......\........\mixgauss_classifier_train.m
......\........\mixgauss_em.m
......\........\mixgauss_init.m
......\........\mixgauss_Mstep.m
......\........\mixgauss_prob.m
......\........\mixgauss_prob_test.m
......\........\mixgauss_sample.m
......\........\mkPolyFvec.m
......\........\mk_unit_norm.m
......\........\multinomial_prob.m
......\........\multinomial_sample.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • face-recognition
    用于人脸识别的LDA和PCA特征提取方法的Matlab代码,结合两个程序可以实现PCA+LDA特征提取方法。(LDA and PCA is a common methods of feature selection,These are their source code using matlab. )
    2011-08-31 23:47:53下载
    积分:1
  • 3
    说明:  Simulation Distribution 3
    2013-11-09 19:27:12下载
    积分:1
  • tabu-search-matlab
    求解VRP 问题的智能算法 禁忌搜索算法MATLAB源代码(tabu-search MATLAB code of VRP )
    2015-07-02 19:53:02下载
    积分:1
  • foumen_v61
    ldpc码的编解码实现,使用高阶累积量对MPSK信号进行调制识别,未来线路预测,分析误差。( Codec ldpc code implementation Using high-order cumulants of MPSK signal modulation recognition, Future line prediction, error analysis.)
    2016-05-09 11:04:52下载
    积分:1
  • Motiondetectedbyopticalflow
    光流法检测运动物体,速度很快,matlab 实现(motion detection by optical flow, implemented in Matlab, run very fast)
    2015-01-31 12:07:32下载
    积分:1
  • Optical-path-length-ratio
    不同光程比值对色散关系的影响,光子晶体中光程的比值定义为高低折射率所对应的光程的比值,计算公式为定义为 (Effects of different length ratio on the dispersion relation)
    2013-05-04 21:28:56下载
    积分:1
  • SVMClassification
    实现SVM数据挖掘分类模型,主要构造了SVM分类器。(Data mining to achieve SVM classification model, the main structure of the SVM classifier.)
    2010-07-04 14:22:19下载
    积分:1
  • psoSVM
    说明:  pso优化SVM分类,直接调用win32的SVM(pso optimal SVM classification, the SVM directly call win32)
    2011-03-21 14:44:30下载
    积分:1
  • matpower4.0b3
    最新的matpower工具箱,可用于各种用于潮流计算和最优潮流的计算,包括连续潮流和最优潮流(The latest matpower toolbox can be used for a variety of flow calculation and optimal power flow for the calculation, including the continuation power flow and optimal power flow)
    2010-05-27 19:10:06下载
    积分:1
  • Room_simulink_RLS
    Room_simulink_RLS in matlab
    2015-11-27 23:13:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载