markov model
markov model
•
• To find the most likely weather sequence ,we
need to compute probability for each sequence
and find one with maximum probability .
We can calculate probability just like in previous
case.
Cont..
• With help of a python script computed probabilities of sequence and
found that probability of this below weather sequence maximises.
• Joint probability
value is 0.04105
Next we represent
hidden states by X
observed variables by Y
• We can rewrite our problem like this: