Markov Chains CS70 Summer 2016 - Lecture 6B David Dinh 26 July 2016 UC Berkeley
Agenda Quiz is out! Due: Friday at noon. What are Markov Chains? State machine and matrix representations. Hitting Time 1
Motivation Suppose we flip a coin until we get a three heads in a row. How many coin flips should we expect to do? Drunkard on an arbitrary graph (remember HW?). When does the drunkard come home? Try solving directly? Problem: conditioning gets really messy. Need some way to express state . Solution: Markov chains! 2
Motivation Suppose we flip a coin until we get a three heads in a row. How many coin flips should we expect to do? Drunkard on an arbitrary graph (remember HW?). When does the drunkard come home? Try solving directly? Problem: conditioning gets really messy. Need some way to express state . Solution: Markov chains! 2
Motivation Suppose we flip a coin until we get a three heads in a row. How many coin flips should we expect to do? Drunkard on an arbitrary graph (remember HW?). When does the drunkard come home? Try solving directly? Problem: conditioning gets really messy. Need some way to express state . Solution: Markov chains! 2
Motivation Suppose we flip a coin until we get a three heads in a row. How many coin flips should we expect to do? Drunkard on an arbitrary graph (remember HW?). When does the drunkard come home? Try solving directly? Problem: conditioning gets really messy. Need some way to express state . Solution: Markov chains! 2
Motivation Suppose we flip a coin until we get a three heads in a row. How many coin flips should we expect to do? Drunkard on an arbitrary graph (remember HW?). When does the drunkard come home? Try solving directly? Problem: conditioning gets really messy. Need some way to express state . Solution: Markov chains! 2
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
Intuition A finite Markov chain consists of states , transition probabilities between states, and an initial distribution . State: where are you now? Transition probability: From where you are, where do you go next? Initial distribution: how do you start? Markov chains are memoryless - they don’t remember anything other than what state they are. 3
0 on 0 i 0 i j P i j X n n 0 i i P i j X n X 0 • Pr X 0 j 1 • Pr X n (initial distribution) i i j i Formally Speaking... i 0 is defined so that: A finite set of states: 1 i j 0 • P i j Transition probabilities: P i j for i j 1 i 0 A initial probability distribution K 1 2 4
0 on 0 i 0 i j P i j X n n 0 i i P i j i X 0 j 1 • Pr X n i j (initial distribution) i X n Formally Speaking... • Pr X 0 0 is defined so that: i 1 i j 0 • P i j Transition probabilities: P i j for i j 1 i 0 A initial probability distribution 4 A finite set of states: X = { 1 , 2 , . . . , K }
0 i 0 i j P i j X n n 0 i i i j P i j i X n X 0 j 1 • Pr X n (initial distribution) i Formally Speaking... • Pr X 0 0 is defined so that: i 1 i j 0 • P i j Transition probabilities: P i j for i j 1 i 0 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X :
j P i j X n n 0 i Formally Speaking... i j P i j i X n X 0 j 1 • Pr X n (initial distribution) i • Pr X 0 i 0 is defined so that: i 1 i j 0 • P i j Transition probabilities: P i j for i j 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1
j P i j X n n 0 i Formally Speaking... i j P i j i X n X 0 j 1 • Pr X n (initial distribution) i • Pr X 0 i 0 is defined so that: i 1 i j 0 • P i j 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X
j P i j X n n 0 i Formally Speaking... i j P i j i X n X 0 j 1 • Pr X n (initial distribution) i i • Pr X 0 0 is defined so that: i 1 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ;
X n n 0 i (initial distribution) i j P i j i X n X 0 j 1 • Pr X n Formally Speaking... i i • Pr X 0 0 is defined so that: 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ; ∑ j P ( i , j ) = 1 , ∀ i
0 i Formally Speaking... (initial distribution) i j P i j i X n X 0 j 1 • Pr X n i i • Pr X 0 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ; ∑ j P ( i , j ) = 1 , ∀ i { X n , n ≥ 0 } is defined so that:
Formally Speaking... • Pr X n i j P i j i X n X 0 j 1 (initial distribution) 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ; ∑ j P ( i , j ) = 1 , ∀ i { X n , n ≥ 0 } is defined so that: • Pr [ X 0 = i ] = π 0 ( i ) , i ∈ X
Formally Speaking... 1 i j P i j i X n X 0 j • Pr X n 4 A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ; ∑ j P ( i , j ) = 1 , ∀ i { X n , n ≥ 0 } is defined so that: • Pr [ X 0 = i ] = π 0 ( i ) , i ∈ X (initial distribution)
4 Formally Speaking... A finite set of states: X = { 1 , 2 , . . . , K } A initial probability distribution π 0 on X : π 0 ( i ) ≥ 0 , ∑ i π 0 ( i ) = 1 Transition probabilities: P ( i , j ) for i , j ∈ X • P ( i , j ) ≥ 0 , ∀ i , j ; ∑ j P ( i , j ) = 1 , ∀ i { X n , n ≥ 0 } is defined so that: • Pr [ X 0 = i ] = π 0 ( i ) , i ∈ X (initial distribution) • Pr [ X n + 1 = j | X 0 , . . . , X n = i ] = P ( i , j ) , i , j ∈ X .
One Small (Time)step for a State (random variable.) Where do we go next? Pr X t 1 j X t i P i j Probability depends on the previous state, but is independent of how it got to the previous state. (It’s not independent of states before the previous state - but any dependence is captured in the previous state.) 5 At each timestep t we are in some state X t ∈ X .
One Small (Time)step for a State Where do we go next? Pr X t 1 j X t i P i j Probability depends on the previous state, but is independent of how it got to the previous state. (It’s not independent of states before the previous state - but any dependence is captured in the previous state.) 5 At each timestep t we are in some state X t ∈ X . (random variable.)
One Small (Time)step for a State Where do we go next? Probability depends on the previous state, but is independent of how it got to the previous state. (It’s not independent of states before the previous state - but any dependence is captured in the previous state.) 5 At each timestep t we are in some state X t ∈ X . (random variable.) Pr [ X t + 1 = j | X t = i ] = P i , j
Recommend
More recommend