1. 首页
  2. 编程语言
  3. C++ 
  4. 隐马尔可夫模型源码

隐马尔可夫模型源码

上传者: 2020-08-22 09:36:30上传 RAR文件 14.71KB 热度 31次
This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of
用户评论
码姐姐匿名网友 2020-08-22 09:36:30

不错,里面还有文档,比较详细。