graphs and markov chains graphs as matrices
play

Graphs and Markov chains Graphs as matrices 0 1 2 3 4 If there - PowerPoint PPT Presentation

Graphs and Markov chains Graphs as matrices 0 1 2 3 4 If there is an edge (arrow) from node to Adjacency node , then !" = 1 Matrix (otherwise zero) 1 1 0 0 0 1 0 0 0 1 1 1 1 0 0 = 0 0 1 0 0 1


  1. Graphs and Markov chains

  2. Graphs as matrices 0 1 2 3 4 If there is an edge (arrow) from node ๐‘— to Adjacency node ๐‘˜ , then ๐ต !" = 1 Matrix (otherwise zero)

  3. 1 1 0 0 0 1 0 0 0 1 1 1 1 0 0 ๐‘ฉ = 0 0 1 0 0 1 0 1 0 0 Matrix-vector multiplication: ๐’„ = ๐‘ฉ ๐’š = ๐‘ฆ ! ๐‘ฉ : , 1 + ๐‘ฆ " ๐ : , 2 + โ‹ฏ + ๐‘ฆ # ๐ : , ๐‘˜ + โ‹ฏ + ๐‘ฆ $ ๐ : , ๐‘œ Contain all the nodes that are reachable from node ๐‘˜ Hence, if we multiply ๐‘ฉ by the ๐’— " unit vector, we get a vector that indicates all the nodes that are reachable by node ๐‘— . For example, 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 0 0 1 1 ๐‘ฉ ๐’— ! = = 0 0 1 0 0 0 1 1 0 1 0 0 0 1

  4. Iclicker question C) B) D) A)

  5. Using graphs to represent the transition from one state to the next After collecting data about the weather for many years, you observed that the chance of a rainy day occurring after a rainy day is 50% and that the chance of a rainy day after a sunny day is 10%. SUNNY RAINY The graph can be represented as an adjacency Sunny Rainy matrix, where the edge weights are the probabilities Sunny of weather conditions (transition matrix) Rainy

  6. Transition (or Markov) matrices โ€ข Note that only the most recent state matters to determine the probability of the next state (in this example, the weather predictions for tomorrow will only depend on the weather conditions of today) โ€“ memoryless process! โ€ข This is called the Markov property , and the model is called a Markov chain 10% Sunny Rainy Sunny 90% Rainy SUNNY RAINY 50% 50%

  7. Transition (or Markov) matrices โ€ข The transition matrix describe the transitions of a Markov chain. Each entry is a non-negative real number representing a probability. โ€ข (I,J) entry of the transition matrix has the probability of transitioning from state J to state I. โ€ข Columns add up to one. 10% Sunny Rainy Sunny 90% Rainy SUNNY RAINY 50% 50%

  8. http://setosa.io/ev/markov-chains/ Iclicker question The weather today is sunny. What is the probability of a sunny day on Saturday? A) 81% B) 86% C) 90% D) 95% Demo โ€œWeather predictionsโ€

  9. What if I want to know the probability of days that are sunny in the long run?

  10. What if I want to know the probability of days that are sunny in the long run? Initial guess for weather condition on day 1: ๐’š + โ€ข โ€ข Use the transition matrix to obtain the weather probability on the following days: โ€ฆ ๐’š - = ๐‘ฉ ๐’š + ๐’š . = ๐‘ฉ ๐’š - ๐’š / = ๐‘ฉ ๐’š 0 โ€ข Predictions for the weather on more distant days are increasingly inaccurate. โ€ข What does this look like? Power iteration method! โ€ข Power iteration method converges to steady-state vector, that gives the weather probabilities in the long-run. ๐’š โˆ— = ๐‘ฉ ๐’š โˆ— ๐’š โˆ— is the eigenvector corresponding to eigenvalue ๐œ‡ = 1 โ€ข This โ€œlong-run equilibrium stateโ€ is reached regardless of the current state.

  11. How can we show that the largest eigenvalue of the Markov Matrix is one? If ๐‘ฉ is a Markov Matrix (only positive entries and the columns sum to one ), we know that 1 is an eigenvalue for ๐‘ฉ, since ๐’‡ = 1,1, . . , 1 is an eigenvector associated with 1. $%& . ๐‘ฉ[0, ๐‘˜] !"# ๐‘ฉ[0, : ] + ๐’‡ 1 1 $%& ๐‘ฉ[1, : ] + ๐’‡ . ๐‘ฉ[1, ๐‘˜] 1 1 ๐‘ฉ๐’‡ = ๐‘ฉ = = = โ‹ฎ โ‹ฎ !"# โ‹ฎ โ‹ฎ 1 1 ๐‘ฉ[๐‘œ โˆ’ 1, : ] + ๐’‡ $%& . ๐‘ฉ[๐‘œ โˆ’ 1, ๐‘˜] !"# We still need to show that all the eigenvalues satisfy ๐œ‡ โ‰ค 1 , if we denote ( ๐œ‡, ๐‘ฆ) an eigenpair of the matrix ๐‘ฉ , such that ๐‘ฉ๐’š ๐œ‡ = ๐’š We will use the induced matrix norm definition: ๐‘ฉ๐’š ๐‘ฉ = max ๐’š ๐’š #๐Ÿ to write ๐œ‡ โ‰ค ๐‘ฉ . Since ๐‘ฉ % = 1 , the we have ๐œ‡ โ‰ค 1

  12. Another exampleโ€ฆ Consider the following graph of states. Suppose this is a model of the behavior of a student at each minute of a lecture. J 70% Working on a HW 10% 15% 20% 60% 10% Participating in lecture (working on demos, answering iclickers, listening and asking questions) 50% 40% 5% 50% Exchanging 20% 30% Surfing text messages the web with friends 20%

  13. Student in-class activity ๐’š = ๐‘, ๐‘, ๐‘‘, ๐‘’ contains the probabilities of a student performing each activity at each minute of the class: ๐‘ is the probability of participating in lect ure, ๐‘ is the probability of surfing the web, ๐‘‘ is the probability of working on the HW , ๐‘’ is the probability of texting . If the initial state is ๐’š & = 0.8,0.1,0.0,0.1 , what is the probability that the student 1) will be working on the HW after one minute of the class (time step ๐‘™ = 1 ) ? 2) What is the probability that the student will be surfing the web at after 5 minutes? 3) What is the steady-state vector for this problem? 4) Would your answer change if you were to start with a different initial guess?

  14. Student in-class activity 1) After 5 minutes, which of the following activities will have higher probability (if initial state is given by is ๐’š & = 0.8,0.1,0.0,0.1 )? A. Surfing the web B. Working on HW C. Texting 2) Could your answer above change if starting from a different initial state? A. YES B. NO Demo โ€œStudent-Activities-During-Lectureโ€

  15. Lect Web HW Text Lec 0.6 0.4 0.2 0.3 ๐‘ฉ = Web 0.2 0.5 0.1 0.2 HW 0.15 0.1 0.7 0.0 Text 0.05 0.0 0.0 0.5 participating in lect ure working on the HW surfing the web texting

  16. Page Rank Webpage 1 Webpage 2 Webpage 4 Webpage 3 Problem : Consider ๐‘œ linked webpages (above we have ๐‘œ = 4) . Rank them. โ€ข A link to a page increases the perceived importance of a webpage โ€ข We can represent the importance of each webpage ๐‘™ with the scalar ๐‘ฆ E

  17. Page Rank Webpage 1 Webpage 2 Webpage 4 Webpage 3 A possible way to rank webpagesโ€ฆ โ€ข ๐‘ฆ E is the number of links to page ๐‘™ (incoming links) โ€ข ๐‘ฆ - = 2 , ๐‘ฆ . = 1 , ๐‘ฆ F = 3 , ๐‘ฆ 0 = 2 โ€ข Issue: when looking at the links to webpage 1, the link from webpage 3 will have the same weight as the link from webpage 4. Therefore, links from important pages like โ€œThe NY Timesโ€ will have the same weight as other less important pages, such as โ€œNews-Gazetteโ€.

  18. Page Rank Another wayโ€ฆ Letโ€™s think of Page Rank as an stochastic process. http://infolab.stanford.edu/~backrub/google.html โ€œPageRank can be thought of as a model of user behavior. We assume there is a random surfer who is given a web page at random and keeps clicking on links, never hitting โ€œbackโ€โ€ฆโ€ So the importance of a web page can be determined by the probability of a random user to end up on that page.

  19. Page Rank Let us write this graph problem (representing webpage links) as a matrix (adjacency matrix). 0 1 2 3 4 5 2 2 3 1 1 1 Number of outgoing links for each webpage ๐‘˜

  20. Page Rank 0 1 2 3 4 5 0 1 1 โ€ข The influence of each page is split 1 0 evenly between the pages it links to 1 0 (i.e., equal weights for each outgoing 1 1 0 link) 1 0 โ€ข Therefore, we should divide each row 1 1 1 0 entry by the total column sum 0 1 2 3 4 5 0 1.0 1.0 0.5 0 0.5 0 0.5 0.33 0 0.33 0 0.5 0.33 1.0 0

  21. Page Rank Note that the sum of each column is equal to 1. This is the Markov matrix! 0 1.0 1.0 0.5 0 0.5 0 ๐‘ฉ = 0.5 0.33 0 0.33 0 0.5 0.33 1.0 0 We want to know the probability of a user to end up in each one of the above 6 webpages, when starting at random from one of them. Suppose that we start with the following probability at time step 0: ๐’š + = (0.1,0.2,0.1,0.3,0.1,0.2) What is the probability that the user will be at โ€œwebpage 3โ€ at time step 1?

  22. Page Rank 0.1 0 0 0 1.0 0 1.0 0.2 0.5 0 0 0 0 0 0.1 0 0.5 0 0 0 0 ๐’š & = ๐‘ฉ = 0.3 0 0.5 0.33 0 0 0 0.1 0 0 0.33 0 0 0 0.2 0.5 0.33 0 1.0 0 0 0.5 0.05 0.1 ๐’š % = ๐‘ฉ ๐’š & = 0.133 The user will have a probability of about 13% to 0.033 be at โ€œwebpage 3โ€ at time step 1. 0.184 At steady-state, what is the most likely page the user will end up at, when starting from a random page? Perform ๐’š H = ๐‘ฉ ๐’š HI- until convergence!

  23. Page Rank The plot below shows the probabilities of a user ending up at each webpage for each time step. 0 5 1 3 2 4 The most โ€œimportantโ€ page is the one with the highest probability. Hence, the ranking for these 6 webpages would be (starting from the most important): Webpages 0,5,1,3,2,4

  24. What if we now remove the link from webpage 5 to webpage 0? 0 1 2 3 4 5 0 1 1 0 1 0 1 1 0 1 0 1 1 1 0 Note that we can no longer divide the entries of the last column by the total column sum, which in this case is zero (no outgoing links).

  25. Approach: Since a random user will not stay on the same webpage 0 1 2 3 4 5 forever, we can assume that all the 0 1 other webpages have the same 1 0 1 0 probability to be linked from 1 1 0 โ€œwebpage 5โ€. 1 0 1 1 1 0 0 1 2 3 4 5 0 1.0 0.166 0.5 0 0.166 0.5 0 0.166 0.5 0.33 0 0.166 0.33 0 0.166 0.5 0.33 1.0 0.166

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend