Snakes & ladders: a short statistical analysis
A statistical analysis of the classic board game Snakes & Ladders, modeling it as a Markov chain to calculate the expected game length.
A statistical analysis of the classic board game Snakes & Ladders, modeling it as a Markov chain to calculate the expected game length.
Explores continuous-time Markov chains as a foundation for understanding discrete diffusion models in machine learning.
A technical guide to generating realistic text using Markov chains, from basic weather simulation to building a text generator from scratch in Python.
A technical guide on implementing Markov chains in Swift to generate realistic but nonsensical text from a given corpus.
A technical tutorial on building a data product using Python, Markov chains, and a dataset of science questions to generate random quiz questions.