Aleksandrs Slivkins

Aleksandrs Slivkins

Aleksandrs Slivkins is a Microsoft Research researcher and author of Introduction to Multi-Armed Bandits, an introductory textbook-style treatment of bandit algorithms and their connections to machine learning, algorithms, statistics, operations research, and economics.

Key facts

What it does

In the source, Slivkins frames multi-armed bandits as a teachable family of online decision-making problems rather than a single algorithm. The book decomposes the field into lines of work and presents each as a self-contained technical introduction with pointers to deeper literature [src-019].

The practitioner value of the book is its structure: it separates IID reward settings, Bayesian priors, similarity information, adversarial rewards, contextual signals, and economic constraints. That makes it useful as a map for choosing which bandit model fits a product, marketplace, experimentation, or allocation problem [src-019].

Related

Source references

  • [src-019] Aleksandrs Slivkins — “Introduction to Multi-Armed Bandits” (2019-04-15; revised 2024-04-03)

Robin Cartier perspective

This page is part of Robin Cartier's working AI knowledge graph: a practical research layer for production AI, recommendation systems, experimentation, GEO, and agentic web readiness.

The useful next step is to connect this concept back to applied product leadership and operating models.

Recommended next

Keep reading from this thread

From 491 indexed pages and articles.

  1. Wiki concept Multi-Armed Bandits A framework for algorithms that make repeated decisions under uncertainty, learning from partial feedback while balancing exploration of uncertain actions against Related by multi
  2. Wiki concept Contextual Bandits Bandit problems where each decision arrives with observable context, and the algorithm learns which actions work best for which contexts from Related by bandits
  3. Insight Recommendation Systems in Production How recommendation systems become production decisioning systems through signals, ranking, constraints, feedback loops, and experimentation Readers have engaged with this next