[1] https://www.classcentral.com/course/edx-queuing-theory-from-...
Ask HN: Best place to start learning about Markov Chains?
61–69 of 69 posts
Re: Ask HN: Best place to start learning about Markov Chains?
#62Re: Ask HN: Best place to start learning about Markov Chains?
#63Re: Ask HN: Best place to start learning about Markov Chains?
#64Some favourites:
- Erowid trip reports and tech recruiter emails - https://twitter.com/erowidrecruiter
- Calvin and Markov - Calvin and Hobbes strips reimagined http://joshmillard.com/markov/calvin/
- Generate your future tweets based on the DNA of your existing messages - http://yes.thatcan.be/my/next/tweet/
- Fake headlines created by smashing up real headlines - https://www.headlinesmasher.com/best/all
- The most confusing subreddit (often on the front page) - https://www.reddit.com/r/subredditsimulator
The original Markov-generated content prank: "I Spent an Interesting Evening Recently with a Grain of Salt" https://web.archive.org/web/20011101013348/http://www.sincit...
And of course (un-amusingly!) - Google's PageRank algorithm is built on Markov Chains https://en.wikipedia.org/wiki/PageRank#Damping_factor
n.b. there used to be parodies of Hacker News, but both are down: https://news.ycombniator.com/ and https://lou.wtf/phaker-news
Re: Ask HN: Best place to start learning about Markov Chains?
#65Technically Linear Algebra is not "required" to understand Markov Chains, but it's a very neat way to think about them: each "step" in the chain is equivalent to multiplication of the state vector by the transition matrix.
Re: Ask HN: Best place to start learning about Markov Chains?
#66Also, they’re just a convenient model (for some problems), not a holy truth.
Re: Ask HN: Best place to start learning about Markov Chains?
#67Just pick a random place to start, read some stuff, and then take a guess as to which direction to go in next, based on what's probably a good next thing to read. Then keep repeating the process over and over again.
Re: Ask HN: Best place to start learning about Markov Chains?
#68Re: Ask HN: Best place to start learning about Markov Chains?
#69Just pick a random place to start, read some stuff, and then take a guess as to which direction to go in next, based on what's probably a good next thing to read. Then keep repeating the process over and over again.
It's also important that you base your guess of what's probably good to read next only on the previous thing you read. Forget everything that came before that.