Anton Nesterov | Applied ML
Posts Notebooks & Simulations About
  • Jul 18, 2026

    Deep Q-Networks

    Reinforcement LearningDeep LearningQ-Learning

    DQN is the algorithm that taught a single neural network to beat human players across 49 Atari games from raw pixels. This is the preface: what Q-learning is, why a network breaks it, and the three tricks that put it back together.

  • Jul 18, 2026

    MoB: Mixture of Bandits for Sequential Exploring Problems with Stateless Agents and Limited Input

    Machine LearningReinforcement LearningBandits

    A stateless agent with a noisy local sensor is a blind, deaf, one-legged minesweeper — fine when the world is uniform, systematically wrong when the world is clustered. The fix is not a second expert, but a learned gate that knows when to disable the planner's long leap.

  • Jul 17, 2026

    The Sequential Recommender: Fitted Q-Iteration

    Machine LearningReinforcement LearningBandits

    The moment an action changes what the next decision can see or do, the bandit is myopic and the problem becomes sequential reinforcement learning.

  • Jul 14, 2026

    Building the Bandit Recommender

    Machine LearningBanditsReinforcement Learning

    The practical companion to the bandits essay. We state the recommendation problem the way a product team would, use the fishing simulator as a running analogy, dig into the hashing trick that makes the engine streamable, and compare ε-greedy against LinUCB on a real workload. With a brief survey of the rest of the bandit family.

  • Jul 12, 2026

    Contextual Bandits and Their Ethical Use Cases

    Machine LearningBanditsReinforcement Learning

    A contextual bandit is a machine-learning algorithm that makes billions of dollars a year and is roughly one-tenth as hyped as GPT. The TikTok doomscroll, the ad that follows you around for a week, the song Spotify queues next, Addictive Games — all of these are bandit-family algorithms.

  • Jun 21, 2026

    The Essence of Context Bandits

    banditstheory

    What a contextual bandit actually optimises, in one diagram and a handful of equations. With live math and a flow of the explore-exploit loop.

  • Jun 18, 2026

    Primer to Gradient Descent

    Machine LearningCalculusOptimization

    Gradient descent is the most used algorithm in machine learning, and the idea behind it is almost embarrassingly simple. This is the preface: without it, you won't understand 90% of ML.

  • Jun 17, 2026

    Quartiles, Ridge, and Lasso

    Machine LearningStatisticsRegression

    Three fundamentals that look unrelated but tell one story: how we describe data, and how we keep a model from believing it too much.

© 2026 Anton A. Nesterov