June 2021
Intermediate to advanced
768 pages
32h 7m
English
In this chapter we’ll look at training, the process of taking a system that’s been initialized with default or random values and gradually improving it so that it’s tuned to the data we want to understand. When we’re done training, we can estimate how well our system will evaluate new data it hasn’t seen before, a process known as testing.
We illustrate the ideas in this chapter using a supervised classifier, which we teach with labeled data. Most of the techniques we discuss are general and can be applied to almost all types of learners.
When we train a classifier with supervised learning, every sample has ...
Read now
Unlock full access