- Mastering TensorFlow 1.x
- Armando Fandango
- 95字
- 2021-06-25 22:50:58
TensorBoard
The complexity of a computation graph gets high even for moderately sized problems. Large computational graphs that represent complex machine learning models can become quite confusing and hard to understand. Visualization helps in easy understanding and interpretation of computation graphs, and thus accelerates the debugging and optimizations of TensorFlow programs. TensorFlow comes with a built-in tool that allows us to visualize computation graphs, namely, TensorBoard.
TensorBoard visualizes computation graph structure, provides statistical analysis and plots the values captured as summaries during the execution of computation graphs. Let's see how it works in practice.
推薦閱讀
- Istio入門與實戰
- Raspberry Pi 3 Cookbook for Python Programmers
- The Applied AI and Natural Language Processing Workshop
- 硬件產品經理成長手記(全彩)
- Learning Game Physics with Bullet Physics and OpenGL
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 分布式微服務架構:原理與實戰
- 筆記本電腦應用技巧
- Machine Learning Solutions
- VMware Workstation:No Experience Necessary
- Source SDK Game Development Essentials
- Python Machine Learning Blueprints
- 計算機電路基礎(第2版)
- Arduino項目案例:游戲開發
- Zabbix 4 Network Monitoring