Hidden Semi-Markov Model
(Redirected from Hidden semi-Markov model)
Jump to navigation
Jump to search
A Hidden Semi-Markov Model is a Hidden Markov Model that ...
- See: Baum-Welch Algorithm, Hidden Markov Model, Semi-Markov Process, Markov Process, Geometric Distribution, Semi-Markov Chain.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Hidden_semi-Markov_model Retrieved:2015-6-17.
- A hidden semi-Markov model (HSMM) is a statistical model with the same structure as a hidden Markov model except that the unobservable process is semi-Markov rather than Markov. This means that the probability of there being a change in the hidden state depends on the amount of time that has elapsed since entry into the current state. This is in contrast to hidden Markov models where there is a constant probability of changing state given survival in the state up to that time. For instance modelled daily rainfall using a hidden semi-Markov model. If the underlying process (e.g. weather system) does not have a geometrically distributed duration, an HSMM may be more appropriate. The model was first published by Leonard E. Baum and Ted Petrie in 1966.
Statistical inference for hidden semi-Markov models is more difficult than in hidden Markov models, since algorithms like the Baum-Welch algorithm are not directly applicable, and must be adapted requiring more resources.
- A hidden semi-Markov model (HSMM) is a statistical model with the same structure as a hidden Markov model except that the unobservable process is semi-Markov rather than Markov. This means that the probability of there being a change in the hidden state depends on the amount of time that has elapsed since entry into the current state. This is in contrast to hidden Markov models where there is a constant probability of changing state given survival in the state up to that time. For instance modelled daily rainfall using a hidden semi-Markov model. If the underlying process (e.g. weather system) does not have a geometrically distributed duration, an HSMM may be more appropriate. The model was first published by Leonard E. Baum and Ted Petrie in 1966.
2010
- (Yu, 2010) ⇒ Shun-Zheng Yu. (2010). “Hidden Semi-Markov Models.” In: Artificial Intelligence Journal, 174(2). doi:10.1016/j.artint.2009.11.011
- QUOTE: As an extension to the popular hidden Markov model (HMM), a hidden semi-Markov model (HSMM) allows the underlying stochastic process to be a semi-Markov chain. Each state has variable duration and a number of observations being produced while in the state.