- Mastering TensorFlow 1.x
- Armando Fandango
- 105字
- 2021-06-25 22:51:02
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.
推薦閱讀
- Python GUI Programming:A Complete Reference Guide
- Creating Dynamic UI with Android Fragments
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- Unity 5.x Game Development Blueprints
- 分布式微服務架構:原理與實戰
- SiFive 經典RISC-V FE310微控制器原理與實踐
- 龍芯自主可信計算及應用
- LPC1100系列處理器原理及應用
- 基于PROTEUS的電路設計、仿真與制板
- 數字媒體專業英語(第2版)
- 單片機技術及應用
- 新編電腦組裝與硬件維修從入門到精通
- The Artificial Intelligence Infrastructure Workshop
- Spring Security 3.x Cookbook