5 Advanced Active Learning
This chapter covers
- Combining Uncertainty Sampling & Diversity Sampling techniques.
- Using active transfer learning to sample the most uncertain and the most representative items.
- Implementing adaptive transfer Learning within an active learning cycle.
In the last two chapters, you learned how to identify where your model is uncertain (what your model “knows it doesn’t know”), and what is missing from your model (what your model “doesn’t know that it doesn’t know”). In this chapter, you will learn how to combine these into a comprehensive Active Learning strategy. You will also learn how to use transfer learning to adapt your models to predict which items to sample.
This section will explore ways to combine all the Active Learning techniques that you have learned up to this point so that you can effectively leverage them for your particular use cases. You will also learn one new Active Learning strategy, Expected Error Reduction, that combines principles of Uncertainty Sampling and Diversity Sampling.
Recall from Chapter 1 that an ideal strategy for Active Learning tries to sample items that are near the decision boundary but are distant from each other, as repeated here in Figure 5.1: