Skip to content

Commit 4e80198

Browse files
committed
update
1 parent f4e0c2c commit 4e80198

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ab_testing/extra_reading.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Algorithms for the multi-armed bandit problem
2+
https://www.cs.mcgill.ca/~vkules/bandits.pdf
3+
4+
UCB REVISITED: IMPROVED REGRET BOUNDS FOR THE STOCHASTIC MULTI-ARMED BANDIT PROBLEM
5+
http://personal.unileoben.ac.at/rortner/Pubs/UCBRev.pdf
6+
7+
Finite-time Analysis of the Multiarmed Bandit Problem
8+
https://link.springer.com/article/10.1023/A:1013689704352
9+
10+
A Tutorial on Thompson Sampling
11+
https://web.stanford.edu/~bvr/pubs/TS_Tutorial.pdf
12+
13+
An Empirical Evaluation of Thompson Sampling
14+
https://papers.nips.cc/paper/4321-an-empirical-evaluation-of-thompson-sampling.pdf
15+
16+
Analysis of Thompson Sampling for the Multi-armed Bandit Problem
17+
http://proceedings.mlr.press/v23/agrawal12/agrawal12.pdf

0 commit comments

Comments
 (0)