#010 TF TensorBoard: Visualizing Learning
Highlights: In this post we will learn what is TensorBoard and how to use it. For most people, neural networks can sometimes be a bit of black box. Debugging problems is also a lot easier when we can see what the problem is. Thankfully, TensorBoard is a tool that will help us to analyze neural networks and to visualize learning. Tutorial Overview: Sequential API Model Subclassing Intro The idea of TensorBoard is to help to…
Read more