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