© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
D. PaperState-of-the-Art Deep Learning Models in TensorFlowhttps://doi.org/10.1007/978-1-4842-7341-8_1

1. Build TensorFlow Input Pipelines

David Paper1  
(1)
Logan, UT, USA
 

We introduce you to TensorFlow input pipelines with the tf.data API, which enables you to build complex input pipelines from simple, reusable pieces. Input pipelines are the lifeblood of any deep learning experiment because learning models expect data in a TensorFlow consumable form. It is very easy to create high-performance pipelines with the tf.data.Dataset abstraction (a component of the tf.data API) because it represents a sequence of elements from a dataset in a simple format.

Although ...

Get State-of-the-Art Deep Learning Models in TensorFlow: Modern Machine Learning in the Google Colab Ecosystem 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.