Book Image

Test Driven Machine Learning

Book Image

Test Driven Machine Learning

Overview of this book

Table of Contents (16 chapters)
Test-Driven Machine Learning
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
Perceptively Testing a Perceptron
Index

Chapter 3. Exploring the Unknown with Multi-armed Bandits

We'll start this chapter by building a simplistic algorithm and measuring its quality. Next, we'll build a much more intelligent algorithm. We will also build some tests to measure the quality improvement that we will achieve, specifically, a multi-armed bandit algorithm.