How to use Tensorboard - Imanol Schlag

#artificialintelligence 

A brief and concise tutorial on how to visualize different aspects such as the loss of your neural network using tensorboard. We are going to work with a fully-connected neural network using the MNIST dataset. I'm going to use the network I have introduced in an earlier post. It achieves on the test-set an accuracy of 90%. This is not bad but we have no clue what is actually going on or how our model looks like.