- 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.
- Arduino入門基礎(chǔ)教程
- 圖解西門子S7-200系列PLC入門
- Istio入門與實戰(zhàn)
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實戰(zhàn)
- 嵌入式系統(tǒng)設(shè)計教程
- 電腦軟硬件維修從入門到精通
- 嵌入式系統(tǒng)中的模擬電路設(shè)計
- 數(shù)字媒體專業(yè)英語(第2版)
- STM32自學(xué)筆記
- 微控制器的應(yīng)用
- 筆記本電腦維修技能實訓(xùn)
- ARM接口編程
- 3D打印:Geomagic Design X5.1 逆向建模設(shè)計實用教程
- Arduino+3D打印創(chuàng)新電子制作2
- 51單片機應(yīng)用開發(fā)從入門到精通