Machine Learning 2: Exercise Sheet 6
Machine Learning 2: Exercise Sheet 6
Machine Learning 2: Exercise Sheet 6
Exercise Sheet 6
Exercise 1: Markov Model Forward Problem (20 P)
A Markov Model can be seen as a joint distribution over states at each time step q1 , . . . , qT where qt ∈
{S1 , . . . , SN }, and where the probability distribution has the factored structure:
T
Y
P (q1 , . . . , qT ) = P (q1 ) · P (qt |qt−1 )
t=2
Factors are the probability of the initial state and conditional distributions at every time step.
Factors are the probability of the initial state and conditional distributions at every time step.