Book description
This book shows you how to run experiments on your website using A/B testing—and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myles White shows you how this family of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success.
Table of contents
- Bandit Algorithms for Website Optimization
- Preface
- 1. Two Characters: Exploration and Exploitation
- 2. Why Use Multiarmed Bandit Algorithms?
- 3. The epsilon-Greedy Algorithm
- 4. Debugging Bandit Algorithms
- 5. The Softmax Algorithm
- 6. UCB – The Upper Confidence Bound Algorithm
-
7. Bandits in the Real World: Complexity and Complications
- A/A Testing
- Running Concurrent Experiments
- Continuous Experimentation vs. Periodic Testing
- Bad Metrics of Success
- Scaling Problems with Good Metrics of Success
- Intelligent Initialization of Values
- Running Better Simulations
- Moving Worlds
- Correlated Bandits
- Contextual Bandits
- Implementing Bandit Algorithms at Scale
- 8. Conclusion
- Colophon
- Copyright
Product information
- Title: Bandit Algorithms for Website Optimization
- Author(s):
- Release date: December 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449341336
You might also like
book
Grokking Algorithms
Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn …
book
Algorithms of the Intelligent Web, Second Edition
Summary Algorithms of the Intelligent Web, Second Edition teaches the most important approaches to algorithmic web …
video
Clean Code
Expanded Edition (August 2018) Updated with Design Patterns episodes from the Clean Code series from Clean …
book
Python Crash Course, 2nd Edition
This is the second edition of the best selling Python book in the world. Python Crash …