Chapter 8. Advanced TensorFlow Programming
The development of deep learning (DL) networks requires rapid prototyping when testing new models. For this reason, several TensorFlow-based libraries have been built, which abstract many programming concepts and provides high-level building blocks.
We'll describe the main characteristics of each library with an application example.
This chapter covers the following high-level TensorFlow APIs and their overviews:
- tf.estimator
- TFLearn
- Pretty Tensor
- Keras
tf.estimator
tf.estimator is a high-level TensorFlow API for creating and training models by encapsulating the functionalities for training, evaluating, predicting and exporting. TensorFlow recently re-branded and released the TF Learn package within TensorFlow ...
Get Deep Learning with TensorFlow - Second Edition 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.