Overview
Through basic arithmetic operations, let’s check how those are expressed on TensorBoard.
It has two main points.
One, check the main calculation function on TensorFlow.
Two, check how it is expressed on TensorBoard.
TensorFlow deals with Tensor, leading us to use TensorFlow’s methods for mathematical operations. Simply, here, I’ll use some of them. And, TensorBoard is the tool to check the graph and other information graphically. As a simple check, I’ll show how those operations are expressed visually on that.