Brief introduction to Markov chains

Brief introduction to Markov chainsDefinitions, properties and PageRank example.

Joseph RoccaBlockedUnblockFollowFollowingFeb 24This post was co-written with Baptiste Rocca.

IntroductionIn 1998, Lawrence Page, Sergey Brin, Rajeev Motwani and Terry Winograd published “The PageRank Citation Ranking: Bringing Order to the Web”, an article in which they introduced the now famous PageRank algorithm at the origin of Google.

A little bit more than two decades later, Google has became a giant and, even if the algorithm has evolved a lot, the PageRank is still a “symbol” of the Google ranking algorithm (even if few people can really say the weight it still occupies in the algorithm).

From a theoretical point of view, it is interesting to notice that one common interpretation of the PageRank algorithm relies on the simple but fundamental mathematical notion of Markov chains.

We will see in this article that Markov chains are powerful tools for stochastic modelling that can be useful to any data scientist.

More especially, we will answer basic questions such as: what are Markov chains, what good properties do they have and what can be done with them?OutlineIn the first section we will give the basic definitions required to understand what Markov chains are.

In the second section, we will discuss the special case of finite state space Markov chains.

Then, in the third section we will discuss some elementary properties of Markov chains and will illustrate these properties with many little examples.

Finally, in the fourth section we will make the link with the PageRank algorithm and see on a toy example how Markov chains can be used for ranking nodes of a graph.

Note.

Basics of probability and linear algebra are required in this post.

In particular, the following notions will be used: conditional probability, eigenvector and law of total probability.

What are Markov chains?Random variables and random processesBefore introducing Markov chains, let’s start with a quick reminder of some basic but important notions of probability theory.

First, in non-mathematical terms, a random variable X is a variable whose value is defined as the outcome of a random phenomenon.

This outcome can be a number (or “number-like”, including vectors) or not.

For example we can define a random variable as the outcome of rolling a dice (number) as well as the output of flipping a coin (not a number, unless you assign, for example, 0 to head and 1 to tail).

Notice also that the space of possible outcomes of a random variable can be discrete or continuous: for example, a normal random variable is continuous whereas a poisson random variable is discrete.

We can then define a random process (also called stochastic process) as a collection of random variables indexed by a set T that often represent different instants of time (we will assume that in the following).

The two most common cases are: either T is the set of natural numbers (discrete time random process) or T is the set of real numbers (continuous time random process).

For example, flipping a coin every day defines a discrete time random process whereas the price of a stock market option varying continuously defines a continuous time random process.

The random variables at different instant of time can be independent to each other (coin flipping example) or dependent in some way (stock price example) as well as they can have continuous or discrete state space (space of possible outcomes at each instant of time).

Markov property and Markov chainThere exists some well known families of random processes: gaussian processes, poisson processes, autoregressive models, moving-average models, Markov chains and others.

These particular cases have, each, specific properties that allow us to better study and understand them.

One property that makes the study of a random process much easier is the “Markov property”.

In a very informal way, the Markov property says, for a random process, that if we know the value taken by the process at a given time, we won’t get any additional information about the future behaviour of the process by gathering more knowledge about the past.

Stated in slightly more mathematical terms, for any given time, the conditional distribution of future states of the process given present and past states depends only on the present state and not at all on the past states (memoryless property).

A random process with the Markov property is called Markov process.

The Markov property expresses the fact that at a given time step and knowing the current state, we won’t get any additional information about the future by gathering information about the past.

Based on the previous definition, we can now define “homogenous discrete time Markov chains” (that will be denoted “Markov chains” for simplicity in the following).

A Markov chain is a Markov process with discrete time and discrete state space.

So, a Markov chain is a discrete sequence of states, each drawn from a discrete state space (finite or not), and that follows the Markov property.

Mathematically, we can denote a Markov chain bywhere at each instant of time the process takes its values in a discrete set E such thatThen, the Markov property implies that we haveNotice once again that this last formula expresses the fact that for a given historic (where I am now and where I was before), the probability distribution for the next state (where I go next) only depends on the current state and not on the past states.

Note.

We have decided to describe only basic homogenous discrete time Markov chains in this introductory post.

However, there also exists inhomogenous (time dependent) and/or time continuous Markov chains.

We won’t discuss these variants of the model in the following.

Notice also that the definition of the Markov property given above is extremely simplified: the true mathematical definition involves the notion of filtration that is far beyond the scope of this modest introduction.

Characterising the random dynamic of a Markov chainWe have introduced in the previous subsection a general framework matched by any Markov chain.

Let’s now see what we do need in order to define a specific “instance” of such a random process.

Notice first that the full characterisation of a discrete time random process that doesn’t verify the Markov property can be painful: the probability distribution at a given time can depend on one or multiple instants of time in the past and/or the future.

All these possible time dependences make any proper description of the process potentially difficult.

However, thanks to the Markov property, the dynamic of a Markov chain is pretty easy to define.

Indeed, we only need to specify two things: an initial probability distribution (that is a probability distribution for the instant of time n=0) denotedand a transition probability kernel (that gives the probabilities that a state, at time n+1, succeeds to another, at time n, for any pair of states) denotedWith the previous two objects known, the full (probabilistic) dynamic of the process is well defined.

Indeed, the probability of any realisation of the process can then be computed in a recurrent way.

Assume for example that we want to know the probability for the first 3 states of the process to be (s0, s1, s2).

So, we want to compute the probabilityHere, we use the law of total probability stating that the probability of having (s0, s1, s2) is equal to the probability of having first s0, multiplied by the probability of having s1 given we had s0 before, multiplied by the probability of having finally s2 given that we had, in order, s0 and s1 before.

Mathematically, it can be writtenThen appears the simplification given by the Markov assumption.

Indeed, for long chains we would obtain for the last states heavily conditional probabilities.

However, in a Markov case we can simplify this expression using thatsuch that we haveAs they fully characterise the probabilistic dynamic of the process, many other more complex events can then be computed only based on both the initial probability distribution q0 and the transition probability kernel p.

One last basic relation that deserves to be given is the expression of the probability distribution at time n+1 expressed relatively to the probability distribution at time nFinite state space Markov chainsMatrix and graph representationWe assume here that we have a finite number N of possible states in E:Then, the initial probability distribution can be described by a row vector q0 of size N and the transition probabilities can be described by a matrix p of size N by N such thatThe advantage of such notation is that if we note denote the probability distribution at step n by a raw vector qn such that its components are given bythen the simple matrix relations thereafter hold(the proof won’t be detailed here but can be recovered very easily).

When right multiplying a row vector representing probability distribution at a given time step by the transition probability matrix, we obtain the probability distribution at the next time step.

So, we see here that evolving the probability distribution from a given step to the following one is as easy as right multiplying the row probability vector of the initial step by the matrix p.

This also implies that we haveThe random dynamic of a finite state space Markov chain can easily be represented as a valuated oriented graph such that each node in the graph is a state and, for all pairs of states (ei, ej), there exists an edge going from ei to ej if p(ei,ej)>0.

The value of the edge is then this same probability p(ei,ej).

Example: the Towards Data Science readerLet’s take a simple example to illustrate all this.

Consider the daily behaviour of a fictive Towards Data Science reader.

For each day, there are 3 possible states: the reader doesn’t visit TDS this day (N), the reader visits TDS but doesn’t read a full post (V) and the reader visits TDS and read at least one full post (R).

So, we have the following state spaceAssume that at the first day this reader has 50% chance to only visit TDS and 50% chance to visit TDS and read at least one article.

The vector describing the initial probability distribution (n=0) is thenImagine also that the following probabilities have been observed:when the reader doesn’t visit TDS a day, he has 25% chance of still not visiting the next day, 50% chance to only visit and 25% to visit and readwhen the reader visits TDS without reading a day, he has 50% chance to visit again without reading the next day and 50% to visit and readwhen the reader visits and read a day, he has 33% chance of not visiting the next day (hope that this post won’t have this kind of effect!), 33% chance to only visit and 34% to visit and read againThen, we have the following transition matrixBased on the previous subsection, we know how to compute, for this reader, the probability of each state for the second day (n=1)Finally, the probabilistic dynamic of this Markov chain can be graphically represented as followsGraph representation of the Markov chain modelling our fictive TDS reader behaviour.

Markov Chains propertiesIn this section, we will only give some basic Markov chains properties or characterisations.

The idea is not to go deeply into mathematical details but more to give an overview of what are the points of interest that need to be studied when using Markov chains.

As we have seen that in the finite state space case we can picture a Markov chain as a graph, notice that we will use graphical representation to illustrate some of the properties bellow.

However, one should keep in mind that these properties are not necessarily limited to the finite state space case.

Reducibility, periodicity, transience and recurrenceLet’s start, in this subsection, with some classical ways to characterise a state or an entire Markov chain.

First, we say that a Markov chain is irreducible if it is possible to reach any state from any other state (not necessarily in a single time step).

If the state space is finite and the chain can be represented by a graph, then we can say that the graph of an irreducible Markov chain is strongly connected (graph theory).

A state has period k if, when leaving it, any return to that state requires a multiple of k time steps (k is the greatest common divisor of all the possible return path length).

If k = 1, then the state is said to be aperiodic and a whole Markov chain is aperiodic if all its states are aperiodic.

For an irreducible Markov chain, we can also mention the fact that if one state is aperiodic then all states are aperiodic.

A state is transient if, when we leave this state, there is a non-zero probability that we will never return to it.

Conversely, a state is recurrent if we know that we will return to that state, in the future, with probability 1 after leaving it (if it is not transient).

For a recurrent state, we can compute the mean recurrence time that is the expected return time when leaving the state.

Notice that even if the probability of return is equal to 1, it doesn’t mean that the expected return time is finite.

So, among the recurrent states, we can make a difference between positive recurrent state (finite expected return time) and null recurrent state (infinite expected return time).

Stationary distribution, limiting behaviour and ergodicityWe discuss, in this subsection, properties that characterise some aspects of the (random) dynamic described by a Markov chain.

A probability distribution π over the state space E is said to be a stationary distribution if it verifiesAs we haveThen a stationary distribution verifiesBy definition, a stationary probability distribution is then such that it doesn’t evolve through the time.

So if the initial distribution q is a stationary distribution then it will stay the same for all future time steps.

If the state space is finite, p can be represented by a matrix and π by a raw vector and we then haveOnce more, it expresses the fact that a stationary probability distribution doesn’t evolve through the time (as we saw that right multiplying a probability distribution by p allows to compute the probability distribution at the next time step).

Notice that an irreducible Markov chain has a stationary probability distribution if and only if all of its states are positive recurrent.

Another interesting property related to stationary probability distribution is the following.

If the chain is recurrent positive (so that there exists a stationary distribution) and aperiodic then, no matter what the initial probabilities are, the probability distribution of the chain converges when time steps goes to infinity: the chain is said to have a limiting distribution that is nothing else than the stationary distribution.

In the general case it can be writtenLet’s emphasise once more the fact that there is no assumption on the initiale probability distribution: the probability distribution of the chain converges to the stationary distribution (equilibrium distribution of the chain) regardless of the initial setting.

Finally, ergodicity is another interesting property related to the behaviour of a Markov chain.

If a Markov chain is irreducible then we also say that this chain is “ergodic” as it verifies the following ergodic theorem.

Assume that we have an application f(.

) that goes from the state space E to the real line (it can be, for example, the cost to be in each state).

We can define the mean value that takes this application along a given trajectory (temporal mean).

For the n-th first terms it is denoted byWe can also compute the mean value of application f over the set E weighted by the stationary distribution (spatial mean) that is denoted byThen ergodic theorem tells us that the temporal mean when trajectory become infinitely long is equal to the spatial mean (weighted by stationary distribution).

The ergodic property can be writtenStated in another way, it says that, at the limit, the early behaviour of the trajectory becomes negligible and only the long run stationary behaviour really matter when computing the temporal mean.

Back to our TDS reader exampleWe consider our TDS reader example again.

In this simple example, the chain is clearly irreducible, aperiodic and all the states are recurrent positive.

In order to show the kind of interesting results that can be computed with Markov chains, we want to look at the mean recurrence time for the state R (state “visit and read”).

In other words, we would like to answer the following question: when our TDS reader visits and reads a given day, how many days do we have to wait in average before he visits and reads again?.Let’s try to get an intuition of how to compute this value.

First, we denoteSo we want to compute here m(R,R).

Reasoning on the first step reached after leaving R, we getThis expression, however, requires to know m(N,R) and m(V,R) to compute m(R,R).

These two quantities can be expressed the same waySo, we have 3 equations with 3 unknowns and, when we solve this system, we obtain m(N,R) = 2.

67, m(V,R) = 2.

00 and m(R,R) = 2.

54.

The value of the mean recurrence time of state R is then 2.

54.

So, we see that, with a few linear algebra, we managed to compute the mean recurrence time for the state R (as well as the mean time to go from N to R and the mean time to go from V to R).

To conclude this example, let’s see what the stationary distribution of this Markov chain is.

To determine the stationary distribution, we have to solve the following linear algebra equationSo, we have to find the left eigenvector of p associated to the eigenvalue 1.

Solving this problem we obtain the following stationary distributionWe can also notice the fact that π(R) = 1/m(R,R), that is a pretty logical identity when thinking a little bit about it (but we won’t give any more detail in this post).

As the chain is irreducible and aperiodic, it means that, in the long run, the probability distribution will converge to the stationary distribution (for any initialisation).

Stated in another way, no matter what the initial state of our TDS reader is, if we wait long enough and pick a day randomly then we have a probability π(N) that the reader doesn’t visit for this day, a probability π(V) that the reader visits but doesn’t read and a probability π(R) that the reader visits and reads.

To better grasp that convergence property, let’s take a look at the following graphic that shows the evolution of probability distributions beginning at different starting point and the (quick) convergence to the stationary distributionVisualisation of the convergence of 3 differently initialised probability distributions (blue, orange and green) towards the stationary distribution (red).

A classical example: the PageRank algorithmIt’s now time to come back to PageRank!.Before going any further, let’s mention the fact that the interpretation that we are going to give for the PageRank is not the only one possible and that authors of the original paper had not necessarily in mind Markov chains when designing the method.

However, the following interpretation has the big advantage to be very well understandable.

The random web surferThe problem PageRank tries to solve is the following: how can we rank pages of a given a set (we can assume that this set has already been filtered, for example on some query) by using the existing links between them?To solve this problem and be able to rank the pages, PageRank proceed roughly as follows.

We consider that a random web surfer is on one of the pages at initial time.

Then, this surfer starts to navigate randomly by clicking, for each page, on one of the links that lead to another page of the considered set (assume that links to pages out of this set are disallowed).

For a given page, all the allowed links have then equal chance to be clicked.

We have here a the setting of a Markov chain: pages are the different possible states, transition probabilities are defined by the links from page to page (weighted such that on each page all the linked pages have equal chances to be chosen) and the memoryless properties is clearly verified by the behaviour of the surfer.

If we assume also that the defined chain is recurrent positive and aperiodic (some minor tricks are used to ensure we meet this setting), then after a long time the “current page” probability distribution converges to the stationary distribution.

So, no matter the starting page, after a long time each page has a probability (almost fixed) to be the current page if we pick a random time step.

The hypothesis behind PageRank is that the most probable pages in the stationary distribution must also be the most important (we visit these pages often because they receive links from pages that are also visited a lot in the process).

The stationary probability distribution defines then for each state the value of the PageRank.

A toy exampleIn order to make all this much clearer, let’s consider a toy example.

Assume that we have a tiny website with 7 pages labeled from 1 to 7 and with links between the pages as represented in the following graph.

For clarity the probabilities of each transition have not been displayed in the previous representation.

However, as the “navigation” is supposed to be purely random (we also talk about “random walk”), the values can be easily recovered using the simple following rule: for a node with K outlinks (a page with K links to other pages), the probability of each outlink is equal to 1/K.

So, the probability transition matrix is given bywhere 0.

0 values have been replaced by ‘.

’ for readability.

Before any further computation, we can notice that this Markov chain is irreducible as well as aperiodic and, so, after a long run the system converges to a stationary distribution.

As we already saw, we can compute this stationary distribution by solving the following left eigenvector problemDoing so we obtain the following values of PageRank (values of the stationary distribution) for each pageThe PageRank ranking of this tiny website is then 1 > 7 > 4 > 2 > 5 = 6 > 3.

TakeawaysThe main takeaways of this article are the following:random processes are collections of random variables, often indexed over time (indices often represent discrete or continuous time)for a random process, the Markov property says that, given the present, the probability of the future is independent of the past (this property is also called “memoryless property”)discrete time Markov chain are random processes with discrete time indices and that verify the Markov propertythe Markov property of Markov chains makes the study of these processes much more tractable and allows to derive some interesting explicit results (mean recurrence time, stationary distribution…)one possible interpretation of the PageRank (not the only one) consists in imagining a web surfer that randomly navigates from page to page and in taking the induced stationary distribution over pages as a factor of ranking (roughly, the most visited pages in steady-state must be the one linked by other very visited pages and then must be the most relevant)To conclude, let’s emphasise once more how powerful Markov chains are for problems modelling when dealing with random dynamics.

Due to their good properties, they are used in various fields such as queueing theory (optimising the performance of telecommunications networks, where messages must often compete for limited resources and are queued when all ressources are already allocated), statistics (the well known “Markov Chain Monte Carlo” random variables generation technique is based on Markov chains), biology (modelling of biological populations evolution), computer science (hidden Markov models are important tools in information theory and speech recognition) and others.

Obviously, the huge possibilities offered by Markov chains in terms of modelling as well as in terms of computation go far behind what have been presented in this modest introduction and, so, we encourage the interested reader to read more about these tools that entirely have there place in the (data) scientist toolbox.

Thanks for reading!Our last article with Baptiste Rocca:Handling imbalanced datasets in machine learningWhat should and should not be done when facing an imbalanced classes problem?towardsdatascience.

com.

. More details

Leave a Reply