上QQ阅读APP看书,第一时间看更新
Summary
In this chapter, we did a tour of some of the high-level libraries that are built on top of TensorFlow. We learned about TF Estimator, TF Slim, TFLearn, PrettyTensor, and Sonnet. We implemented the MNIST classification example for all five of them. If you could not understand the details of the models, do not worry, because the models built for MNIST example will be presented again in the following chapters.
We summarize the libraries and frameworks presented in this chapter in the following table:
In the next chapter, we shall learn about Keras, the most popular high-level library for creating and training TensorFlow models.