This section shows how TensorFlow 2.0 works and the differences compared with version 1.x. This section also covers how to define a complete machine learning pipeline, from data acquisition, passing through the model definition, and how the graph of TensorFlow 1.x is still present in TensorFlow 2.0.
This section comprises the following chapters:
- Chapter 3, TensorFlow Graph Architecture
- Chapter 4, TensorFlow 2.0 Architecture
- Chapter 5, Efficient Data Input Pipelines and Estimator API