We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0c2c commit 4e80198Copy full SHA for 4e80198
ab_testing/extra_reading.txt
@@ -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