paper-with-me

Papers

A Tutorial on Thompson Sampling

2017-07-07 · Daniel Russo, Benjamin Van Roy, Abbas Kazerouni, Ian Osband, Zheng Wen

Thompson sampling is an algorithm for online decision problems where actions are taken sequentially in a manner that must balance between exploiting what is known to maximize immediate performance and investing to accumulate new information that may improve future performance. The algorithm addresses a broad range of problems in a computationally efficient manner and is therefore enjoying wide use. This tutorial covers the algorithm and its application, illustrating concepts through a range of examples, including Bernoulli bandit problems, shortest path problems, product recommendation, assortment, active learning with neural networks, and reinforcement learning in Markov decision processes. Most of these problems involve complex information structures, where information revealed by taking an action informs beliefs about other actions. We will also discuss when and why Thompson sampling is or is not effective and relations to alternative algorithms.

📄 PDF Abstract BibTeX arXiv:1707.02038

Code (2)

iosband/ts_tutorial 공식 구현
BBloggsbott/k-armed-bandits

Tasks

Active LearningProduct RecommendationReinforcement LearningThompson Sampling

Similar Papers 제목 키워드 기반

Sampling Algorithms, from Survey Sampling to Monte Carlo Methods: Tutorial and Literature Review

2020-11-02 · Benyamin Ghojogh, Hadi Nekoei, Aydin Ghojogh, Fakhri Karray 외

This paper is a tutorial and literature review on sampling algorithms. We have two main types of sampling in statistics. The first type is survey sampling which draws samples from a set or population. The second type is …

Survey Sampling

Thompson sampling with the online bootstrap

2014-10-15 · Dean Eckles, Maurits Kaptein

Thompson sampling provides a solution to bandit problems in which new observations are allocated to arms with the posterior probability that an arm is optimal. While sometimes easy to implement and asymptotically optimal…

Thompson Sampling

Asymptotic Convergence of Thompson Sampling

2020-11-08 · Cem Kalkanli, Ayfer Ozgur

Thompson sampling has been shown to be an effective policy across a variety of online learning tasks. Many works have analyzed the finite time performance of Thompson sampling, and proved that it achieves a sub-linear re…

Multi-Armed BanditsThompson Sampling

Racing Thompson: an Efficient Algorithm for Thompson Sampling with Non-conjugate Priors

2017-08-16 · ICML 2018 7 · Yichi Zhou, Jun Zhu, Jingwei Zhuo

Thompson sampling has impressive empirical performance for many multi-armed bandit problems. But current algorithms for Thompson sampling only work for the case of conjugate priors since these algorithms require to infer…

Thompson Sampling

Distributed Thompson Sampling

2020-12-03 · Jing Dong, Tan Li, Shaolei Ren, Linqi Song

We study a cooperative multi-agent multi-armed bandits with M agents and K arms. The goal of the agents is to minimized the cumulative regret. We adapt a traditional Thompson Sampling algoirthm under the distributed sett…

Multi-Armed BanditsThompson Sampling