Small Introduction to Markov Chains
blog.circuitsofimagination.com
Small Introduction to Markov Chains
1–10 of 12 posts
Re: Small Introduction to Markov Chains
#2font-size.
Re: Small Introduction to Markov Chains
#3damn, that's some tiny font-size.
Re: Small Introduction to Markov Chains
#4Are there different or more efficient probability calculations that can be done other than the provided algorithm? It seems somewhat simple.
Re: Small Introduction to Markov Chains
#5Re: Small Introduction to Markov Chains
#6damn, that's some tiny font-size.
Re: Small Introduction to Markov Chains
#7Re: Small Introduction to Markov Chains
#8"Markov chains explained visually": http://setosa.io/blog/2014/07/26/markov-chains/
Re: Small Introduction to Markov Chains
#9That is a great intro. Thanks for putting it together. If you were to continue this to a Part #2, I would be interested in seeing the approach for determining if something was "abnormal". Is it considered abnormal to add a node to the chain, or to add a transition? Is detecting abnormal behavior more complicated than detecting new nodes or transitions?
I've been thinking about doing a part 2 with text analysis and a cool use case would be to detect "abnormal" text from an author because he/she uses strings of words that have a low probability in the rest of their text.
Hope this helps and I'm glad you like the post.
Re: Small Introduction to Markov Chains
#10Awesome intro! I've used Markov Chain libraries before but never took the time to try and understand them. This makes a lot of sense. Are there different or more efficient probability calculations that can be done other than the provided algorithm? It seems somewhat simple.