{"id":468,"date":"2016-11-14T11:04:58","date_gmt":"2016-11-14T11:04:58","guid":{"rendered":"http:\/\/muthu.co\/?p=468"},"modified":"2021-05-24T03:51:51","modified_gmt":"2021-05-24T03:51:51","slug":"markow-chain-explained-in-simple-words","status":"publish","type":"post","link":"http:\/\/write.muthu.co\/markow-chain-explained-in-simple-words\/","title":{"rendered":"Markow chain explained in simple words"},"content":{"rendered":"\n

Markow chain is a probabilistic process used to predict the next step based on the probabilities of the existing related states. Its called a chain because the probability of the next step is dependant on the other steps in the group. For example, if the weather is cloudy then its highly likely that it might rain (The next step). If its raining now then the next step would be rainy, sunny or cloudy.<\/p>\n\n\n\n

\"markow-model\"<\/a>
Markow State Diagram<\/figcaption><\/figure><\/div>\n\n\n\n

Lets assume the probability of state transitions to be:<\/p>\n\n\n\n

\"markovtbl\"<\/a><\/figure><\/div>\n\n\n\n

The above states can be represented in a matrix called the transition matrix as:<\/p>\n\n\n\n

\"Transition<\/a><\/figure><\/div>\n\n\n\n

The Transition Matrix transitions from Row to Column as in the Markov Table. We can do calculations with a Transition Matrix using a State Vector(vector of our current conditions) to give us the probabilities of the next states.<\/p>\n\n\n\n

Lets assume that its currently cloudy which gives us as state vector S(1,0,0).<\/p>\n\n\n\n

\"State<\/a><\/figure><\/div>\n\n\n\n

To find out the next state in the transition based on the current state, we multiply the state vector with the transition matrix.<\/p>\n\n\n\n

\"matrix<\/a><\/figure><\/div>\n\n\n\n

It will most probably rain than to remain cloudy or sunny.<\/p>\n","protected":false},"excerpt":{"rendered":"

Markow chain is a probabilistic process used to predict the next step based on the probabilities of the existing related states. Its called a chain because the probability of the next step is dependant on the other steps in the group. For example, if the weather is cloudy then its highly likely that it might rain (The next […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24,6,31],"tags":[46,54,62],"_links":{"self":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/468"}],"collection":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/comments?post=468"}],"version-history":[{"count":3,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/468\/revisions"}],"predecessor-version":[{"id":1908,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/468\/revisions\/1908"}],"wp:attachment":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/media?parent=468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/categories?post=468"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/tags?post=468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}