Wednesday, April 8, 2020

Three fundamental problems of HMM

Three fundamental problems of HMM that are to be solved, Evaluation, Decoding and Learning problems of HMM, How these HMM fundamental problems are related to NLP applications



    Page 1            Page 2            Page 3   

Three fundamental problems of HMM


For the HMM to be useful in real-world applications in solving problems like sequence labeling, following three fundamental problems to be solved;


  • Evaluation problem: Given an HMM λ = (A, B, π) and an observation sequence O = o1, o2, …, oT, how do we compute the probability that the observed sequence was produced by the model. In other words, it is about determining the likelihood of the observation sequence.
    • Question answered by Evaluation problem: What is the probability that a particular sequence of symbols is produced by a particular model?


  • Decoding problem: Given an HMM λ = (A, B, π) and an observation sequence O = o1, o2, …, oT, how do we choose the corresponding optimal hidden state sequence (most likely sequence) Q = q1, q2, …, qT that can best explain the observations.
    • Question answered by Decoding problem: Given a sequence of symbols (your observations) and a model, what is the most likely sequence of states that produced the sequence. 


  • Learning problem: Given a sequence of observation O = o1, o2, …, oT, estimate the transition and emission probabilities that are most likely to give O. that is, using the observation sequence and HMM general structure, determine the HMM model λ = (A, B, π) that best fit training data.
    • Question answered by Learning problem: Given a model structure and a set of sequences, find the model that best fits the data.  



    Page 1            Page 2            Page 3   


**************




What are the three fundamental problems associated with  Hidden Markov Model?

Evaluation, Decoding and Learning problems of hidden markov model

Why we need to answer 3 hidden markov model problems

POS tagging and decoding problem in NLP

POS tagging evaluation using HMM in NLP


No comments:

Post a Comment

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents

data recovery