用Baum-Welch算法来迭代估计一个隐马尔科夫模型(HMM)的初始状态概率分布以及其状态转移概率矩阵我要分享

Baum Welch algorithm is used to iteratively estimate the initial state probability distribution and

baum-welch算法 Baum-Welch-算法 混淆矩阵 状态转移概率 概率密度-pdf

关注次数: 306

下载次数: 2

文件大小: 3KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

用Baum-Welch算法来迭代估计一个隐马尔科夫模型(HMM)的初始状态概率分布以及其状态转移概率矩阵。其中文件有mainfile_B_W.m为主函数,Baum_Welch.m为Baum-Welch算法迭代函数,Forward_variable.m与Backward_variable.m与Gamma_variable.m与Ksi_variable.m是需要计算的四种因子,B_pdf.m为混淆散射概率密度函数。


English Description:

Baum Welch algorithm is used to iteratively estimate the initial state probability distribution and the state transition probability matrix of a hidden Markov model (HMM). Mainfile_ B_ W. M is the main function, Baum_ Welch. M is the iterative function of Baum Welch algorithm_ Variable. M and backward_ Variable. M and gamma_ Variable. M and Ksi_ Variable. M is the four factors that need to be calculated, B_ Pdf. M is the probability density function of confusion scattering.


代码预览

Baum_Welch algorithm

....................\Backward_variable.m

....................\Baum_Welch.m

....................\B_pdf.m

....................\Forward_variable.m

....................\Gamma_variable.m

....................\Ksi_variable.m

....................\mainfile_B_W.m

相关推荐