Markov Chains Explained: From Russian Feud to Modern Algorithms

Added:

The Feud's Origin
The Core Dispute
Proving Dependence
Chain Creation
Nuclear Simulation
Search Revolution
Predicting Text
Power & Limits

The Feud's Origin

0:00
Playing Section
  • 1

    Russian political divide sparks a mathematical feud.

  • 2

    Pavel Nekrasov links probability to free will and God.

  • 3

    Andrey Markov opposes the unrigorous link between math and religion.

Basic probability concepts, specifically conditional probability, joint probability, and independent events.
Fundamentals of linear algebra, including matrix multiplication, vectors, and the concept of systems of equations.
An understanding of discrete state spaces and how variables transition between different states over time.
The general concept of a stochastic process (a collection of random variables representing the evolution of some system over time).
Stationary distributions and the mathematical conditions required for a Markov chain to reach steady-state equilibrium.
Hidden Markov Models (HMMs) and their practical applications in speech recognition, bioinformatics, and natural language processing.
The PageRank algorithm, specifically how Google models web surfing as a Markov chain using transition matrices and eigenvectors.
Markov Chain Monte Carlo (MCMC) methods, which are crucial for sampling from complex probability distributions in Bayesian statistics.
Markov Decision Processes (MDPs), which extend Markov chains by adding actions and rewards, forming the mathematical foundation for reinforcement learning.
10.6M views255.8Klikes32:32@veritasiumOriginal Release: 2025-07-25

Markov chains, developed by Andrey Markov in response to a 1905 Russian feud with Pavel Nekrasov over free will and probability, provide a powerful framework for modeling dependent events where the future state depends only on the current state, enabling applications ranging from nuclear physics simulations (Monte Carlo method) to web search algorithms (PageRank) and predictive text systems.