TensorBoard is a standalone web application. You'll use it through your web browser. The setup requires two steps. First, we will set up TensorBoard to visualize the networks that we build in TensorFlow and Keras, and then we will set up Keras to share information with TensorBoard.
This section covers the setup of TensorBoard. The next will cover modifying your Keras code to share information with TensorBoard.