Week 10 - Sequential Modelling, Hidden Mark Flashcards
(11 cards)
Define HMMs
It stands as Hidden Markov models
What are two most important concepts in HMMs?
- Each hidden state Yt ∈ ΩY with K distinct values depends only upon the one before it in time Yt-1 for all t = 0,1,…,T
- The measured observations Xt depend only upon the associated hidden state, Yt
What does HMMs capture?
It capture the time-dependent RVs where it is not directly measured
What is the goal that achieved using HMMs?
Given fixed model parameters and observed data X0,X1,…,XT, computer the most probable sequence of hidden states y = [y0, 𝑦1, …, 𝑦*T]
What are the examples that is shown in the HMM intuition?
- Smart-watch based activity monitoring system
- Measured observation (Xt): heart rate discrete levels (high/low)
- Hidden state (Yt): activity level (rest/exercise)
What are the evaluation presented in the smartwatch-based activity monitoring system?
- Single evaluation: if the HR tends to be low, what’s the most probable activity level of the user?
- Sequence evaluation: if two consecutive measurements, we get HR [low,high]
Sequence evaluation
What is the problem seen in genome sequence segmentation?
That optimal segmentation of DNA sequences into exon (e), intron (i) donor site (d) sub-sequences
What are the distributions seen in GSS?
The distribution is: Y – regions, ΩY={e,d,i}, X – DNA sequences, ΩX={a,c,g,t}
What about the state transition distribution and observation distributions seen in GSS?