We introduce TensorFlow Datasets by discussing and demonstrating their many facets with code examples. Although TensorFlow Datasets are not ML models, we include this chapter because we use them in many of the chapters in this book. These datasets are created by the TensorFlow team to provide a diverse set of data for practicing ML experiments.
When we began working with TensorFlow, we were unfamiliar with the mechanics of TensorFlow Datasets. We worked mainly with NumPy data. So we had to spend quite ...