Comapring hidden markov models

Given a set of sequence transitions, there are different orders of hidden markov models that can be fitted to a dataset.

  1. Is there any test to determine which is the best model for a given sequence set?
  2. How to compare two HMM fitted on to a sequence set?

Topic markov-hidden-model sequence

Category Data Science


Generally models can be compared by evaluating them. It depends on the specific application, for instance if the goal is to predict the next element(s) in a sequence then one can take a subset of the data as test set and see how accurately the model predicts the next element.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.