Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Bandit Algorithms for Website Optimization (repost)

Posted By: interes
Bandit Algorithms for Website Optimization (repost)

Bandit Algorithms for Website Optimization by John Myles White
English | 2013 | ISBN-10: 1449341330 | PDF + EPUB | 88 pages | 7 + 4 MB

When looking for ways to improve your website, how do you decide which changes to make? And which changes to keep? This concise book shows you how to use Multiarmed Bandit algorithms to measure the real-world value of any modifications you make to your site.

Author John Myles White shows you how this powerful class of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success.

This is the first developer-focused book on bandit algorithms, which were previously described only in research papers. You’ll quickly learn the benefits of several simple algorithms—including the epsilon-Greedy, Softmax, and Upper Confidence Bound (UCB) algorithms—by working through code examples written in Python, which you can easily adapt for deployment on your own website.
Learn the basics of A/B testing—and recognize when it’s better to use bandit algorithms
Develop a unit testing framework for debugging bandit algorithms
Get additional code examples written in Julia, Ruby, and JavaScript with supplemental online materials