5. Classification Models
Overview
In this chapter, you will explore different types of classification models. You will gain hands-on experience of using TensorFlow to build binary, multi-class, and multi-label classifiers. Finally, you will learn the concepts of model evaluation and how you can use different metrics to assess the performance of a model.
By the end of this chapter, you will have a good understanding of what classification models are and how programming with TensorFlow works.