4
Classification with TensorFlow
In the last chapter, we covered linear regression with TensorFlow, where we looked at both simple and multiple linear regression; we also explored various metrics for evaluating regression models. We concluded the chapter with a real-world use case, where we built a salary prediction model, and we used this to predict the salaries of new employees based on a set of features. In this chapter, we will continue with modeling in TensorFlow – this time, by exploring classification problems with TensorFlow.
We will start by looking at the concept of classification modeling, after which we will examine the various evaluation metrics for classification modeling and how we can apply them to various use cases. We will ...
Get TensorFlow Developer Certificate Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.