- Hidden Markov models (HMMs) are statistical models where the system is assumed to be a Markov process with hidden states. Each state has a number of possible transitions to other states, each with an assigned probability.
- There are three main issues in HMMs: model evaluation, decoding the most probable path, and model training.
- HMMs have applications in areas like speech recognition, gesture recognition, language modeling, and video analysis.