Bandit Algorithms Book [pdf]
downloads.tor-lattimore.com
Bandit Algorithms Book [pdf]
1–10 of 17 posts
Re: Bandit Algorithms Book [pdf]
#2The authors say that this is the first draft of the book submitted to the publisher, so I suppose it's nearly complete? More details available at the site they put up, http://banditalgs.com/
Re: Bandit Algorithms Book [pdf]
#3Re: Bandit Algorithms Book [pdf]
#4Re: Bandit Algorithms Book [pdf]
#5Re: Bandit Algorithms Book [pdf]
#6Thanks
Re: Bandit Algorithms Book [pdf]
#7Re: Bandit Algorithms Book [pdf]
#8Re: Bandit Algorithms Book [pdf]
#9Never heard of bandit algorithms before! Or if I did I didn't recognize it as something different from probability. What have people around here used them for?
Re: Bandit Algorithms Book [pdf]
#10Never heard of bandit algorithms before! Or if I did I didn't recognize it as something different from probability. What have people around here used them for?
Say you are selling a product and you are AB testing something related to buying the product. When a user visits the site you ideally want to give him the version you are more confident is better. By using a bandit approach you can determine if say option A is currently better (w.r.t. some confidence bounds). After each visit you can update the bounds and after sufficiently many visits you have a winner. The main difference to more traditional AB testing is that the process is more adaptive and less time is wasted on exposing an inferior product to the user.