- 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.
- 龍芯應(yīng)用開發(fā)標(biāo)準(zhǔn)教程
- Augmented Reality with Kinect
- FPGA從入門到精通(實戰(zhàn)篇)
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- BeagleBone By Example
- INSTANT Wijmo Widgets How-to
- 單片機原理及應(yīng)用系統(tǒng)設(shè)計
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實戰(zhàn)(第2版)
- 分布式系統(tǒng)與一致性
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 電腦高級維修及故障排除實戰(zhàn)
- Blender Quick Start Guide
- RISC-V處理器與片上系統(tǒng)設(shè)計:基于FPGA與云平臺的實驗教程
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機端程序設(shè)計
- Instant Website Touch Integration