隐马尔可夫模型源码

yuzhongcangying 30 0 RAR 2020-08-22 09:08:29

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

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2020-08-22 09:08:30

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