Usually when we have data, we calculate the probability of a state by counting the amount of times it occurs within a total of all states, we then end up with 0.5(50%) cloudy, 0.3(30%) rain, 0.2(20%) Sunny days of a year; Containing no information about when they occur relating to each other. To get the dependent probabilities, we count the number of times states occur relating to a state, and when we do that for all the states we then end up with a Markov Table :
To generate a simple prediction of events, we can say today is Cloudy, and from the table above we can determine that the next state will most likely be Rain with 50%, then we go to the Rain state, and the following day it will probably still be raining with 60%. Markov Chains can be represented as a state diagram, or a matrix called a Transition Matrix:
The above figure is set to 1(100%) cloudy for the current state, to calculate the probabilities of the next state we multiply the Current State Vector with the Matrix in figure 3:
State2 = Vector*Matrix
=[(1 *0.1 + 0*0.3 + 0*0.4); (1*0.5 + 0*0.6 + 0*0.1); (1*0.4 + 0*0.1 + 0*0.5)]
= [C;R;S] = [0.1; 0.5; 0.4]
No surprise, most likely rain. Now we can calculate the probabilities of the state after that using the resultant vector and multiplying it with the matrix in figure 3:
State3 =State2*Matrix
=[(0.1*0.1 + 0.5*0.3 + 0.4*0.4); (0.1*0.5 + 0.5*0.6 + 0.4*0.1); (0.1*0.4 + 0.5*0.1 + 0.4*0.5)]
= C;R;S = [0.32; 0.39; 0.29]
Rain most likely again, and we can calculate the probabilities of the state after that by multiplying with figure 2 again. That is the method of the Markov Chain of probabilities.
The Markov Chains that I have been working with are called 1st order Markov Chains, they only deal with 1 state to predict the next. In the above example, as you can see, when it transitions from cloudy to rain, it then absorbs into the rain state, never leaving leaving that state. The reason this happens is because the Transition Table only holds information of the last state, we don't know if it was sunny or raining before it was cloudy. you could have a 2nd order Markov Chain that would take the last two states and get the probability of the next states. All that is required is grouping the last two states into 1 state as in the example Table Below:
Markov Chains do go more in-depth and I've only touched the surface. When programming Markov Chains most developers use the table method, linking a list of states to its list of next state probabilities. One toy program that people like to mention synonymous with Markov Chains is the Markov Chain text generator, trained on text, basically the states are words, and each word is linked to a list of words that have appeared after it in the training text.
Here`s a quote from my 3rd Order Markov Chain Text Generator trained on the Bible "Then Joshua said to the olive-tree, Be king over us."
This tutorial is not complete - I will be adding pseudo-code, and turning the calculations into images.
Thank You for Reading.
Link outs:
http://en.wikipedia.org/wiki/Markov_chain
Just keep going. All posts are simple to understand.
ReplyDeleteWould love to see the code to generate that quote.
ReplyDeleteGreat article!
ReplyDeletePlease do a follow up for Hidden Markov Models
ReplyDeleteThank you for the effort. Your blog looks very promissing.
ReplyDeleteExcellent work explaining Markov chains. This is the first time I understand a concept online in one read through.
ReplyDeleteLucid explaination. Thank you.
ReplyDeletereally this illustration is simple and benefit .... i need such a same tutorial about hidden markov model. it is related to my thesis and i find a difficulty to understand it .. or you can saggest me any other one .... thanks
ReplyDeleteBest introduction in Markov chains so far. Thank you!
ReplyDeleteI was facing difficulties understanding HMM. Your post is very helpful.
ReplyDeleteKeep writing more....
Thank you.
Thank you for writing this. It is probably the most illuminating introduction that I could find.
ReplyDeleteWell explained with really brain friendly way. Thank you.
ReplyDeleteGreat post- thanks for sharing!
ReplyDeleteYour blog is amazing. It is really worth reading. Hope you would like to read Markov Chains
ReplyDeleteYou are genius thanks dude..!
ReplyDeleteThanks a lot, very useful !
ReplyDeletenice 4 beginners
ReplyDeleteYour work is truly appreciated round the clock and the globe. It is incredibly a comprehensive and helpful blog. PS5Home.com
ReplyDelete