THE FUTURE IS HERE

Markov Chains and Text Generation

Markov chains are used for keyboard suggestions, search engines, and a boatload of other cool things. In this video, I discuss the basic ideas behind Markov chains and show how to use them to generate random text.

My code to generate text: https://github.com/unixpickle/markovchain

My code to generate line drawings: https://github.com/unixpickle/markovdraw