← All terms

Hidden Markov Model

Also known as: HMM

A statistical model used extensively in pattern recognition where the system being modeled is assumed to follow a Markov process with hidden (unobserved) states. HMMs have been foundational in both automatic speech recognition and sign language recognition, as they can model sequential data where observations depend on underlying states that transition over time. In accessibility applications, HMMs power many recognition systems that convert speech or sign language into text.

Category: machine learning · speech recognition · sign language recognition · artificial intelligence

Related: Automatic Speech Recognition · Sign Language Recognition · Machine Learning

Sources