- Mastering TensorFlow 1.x
- Armando Fandango
- 167字
- 2021-06-25 22:50:58
Summary
In this chapter, we did a quick recap of the TensorFlow library. We learned about the TensorFlow data model elements, such as constants, variables, and placeholders, that can be used to build TensorFlow computation graphs. We learned how to create Tensors from Python objects. Tensor objects can also be generated as specific values, sequences, or random valued distributions from various library functions available in TensorFlow.
The TensorFlow programming model consists of building and executing computation graphs. The computation graphs have nodes and edges. The nodes represent operations and edges represent tensors that transfer data from one node to another. We covered how to create and execute graphs, the order of execution, and how to execute graphs on different compute devices, such as GPU and CPU. We also learned the tool to visualize the TensorFlow computation graphs, TensorBoard.
In the next chapter, we will explore some of the high-level libraries that are built on top of TensorFlow and allow us to build the models quickly.
- 深入理解Spring Cloud與實戰
- Applied Unsupervised Learning with R
- 極簡Spring Cloud實戰
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 計算機組裝與維護(第3版)
- Arduino BLINK Blueprints
- Istio服務網格技術解析與實踐
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 電腦橫機使用與維修
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 單片機原理及應用
- Building Machine Learning Systems with Python
- Corona SDK Mobile Game Development:Beginner's Guide
- UML精粹:標準對象建模語言簡明指南(第3版)
- 零基礎輕松學修電腦主板