forked from lazyprogrammer/machine_learning_examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Algorithms for the multi-armed bandit problem | ||
https://www.cs.mcgill.ca/~vkules/bandits.pdf | ||
|
||
UCB REVISITED: IMPROVED REGRET BOUNDS FOR THE STOCHASTIC MULTI-ARMED BANDIT PROBLEM | ||
http://personal.unileoben.ac.at/rortner/Pubs/UCBRev.pdf | ||
|
||
Finite-time Analysis of the Multiarmed Bandit Problem | ||
https://link.springer.com/article/10.1023/A:1013689704352 | ||
|
||
A Tutorial on Thompson Sampling | ||
https://web.stanford.edu/~bvr/pubs/TS_Tutorial.pdf | ||
|
||
An Empirical Evaluation of Thompson Sampling | ||
https://papers.nips.cc/paper/4321-an-empirical-evaluation-of-thompson-sampling.pdf | ||
|
||
Analysis of Thompson Sampling for the Multi-armed Bandit Problem | ||
http://proceedings.mlr.press/v23/agrawal12/agrawal12.pdf |