Layered hidden Markov model: Difference between revisions

Content deleted Content added
m Added short description
Tags: Mobile edit Mobile app edit iOS app edit App description add
Link suggestions feature: 1 link added.
 
Line 7:
== Background ==
 
LHMMs are sometimes useful in specific structures because they can facilitate learning and generalization. For example, even though a fully connected HMM could always be used if enough [[Training, validation, and test data sets|training data]] were available, it is often useful to constrain the model by not allowing arbitrary state transitions. In the same way it can be beneficial to embed the HMM in a layered structure which, theoretically, may not be able to solve any problems the basic HMM cannot, but can solve some problems more efficiently because less training data is needed.
 
== The layered hidden Markov model ==