Top "Hidden-markov-models" questions

Hidden Markov Models are a model for understanding and predicting sequential data in statistics and machine learning, commonly used in natural language processing and bioinformatics.

Hidden Markov Model predicting next observation

I have a sequence of 500 observations of the movements of a bird. I want to predict what the 501st movement …

hidden prediction hidden-markov-models markov
What is the difference between Forward-backward algorithm and Viterbi algorithm?

What is the difference between Forward-backward algorithm on n-gram model and Viterbi algorithm on Hidden Markov model (HMM)? When I …

algorithm machine-learning nlp hidden-markov-models viterbi
Determinig the number of hidden states in a Hidden Markov Model

I am learning about Hidden Markov Models for classifying motion in a sequence of t image frames. Assume I have …

machine-learning computer-vision hidden-markov-models feature-extraction
Finding the top - k viterbi paths in HMM

I need to write an algorithm that finds the top-k viterbi paths in a HMM (using the regular viterbi algorithm …

algorithm hidden-markov-models viterbi