项目作者: DarshanaUOP

项目描述 :
Hidden Markov Model
高级语言: MATLAB
项目地址: git://github.com/DarshanaUOP/Hidden-Markov-Model.git
创建时间: 2020-09-17T11:47:28Z
项目社区:https://github.com/DarshanaUOP/Hidden-Markov-Model

开源协议:

下载


Hidden Markov Model

DESCRIPTION

The Hidden Markov Model (HMM) is a relatively simple way to model sequential data. A hidden Markov model implies that the Markov Model underlying the data is hidden or unknown to you. More specifically, you only know observational data and not information about the states. In other words, there’s a specific type of model that produces the data (a Markov Model) but you don’t know what processes are producing it. You basically use your knowledge of Markov Models to make an educated guess about the model’s structure. (coppied)

VARIABLE DESCRIPTIONS