This chapter discusses supervised machine learning. It begins by explaining the concept of learning a class from labeled examples to make predictions. This involves finding a description that classifies the positive and negative examples. The chapter then discusses key concepts like the version space that contains all hypotheses consistent with the training data, and the VC dimension which measures a hypothesis space's capacity. It also covers techniques like probably approximately correct learning for generalization. The chapter outlines different types of supervised learning problems like classification of multiple classes and regression to predict numeric values.