Analyzing the accuracy of a CNN using TensorBoard
In this section, we will first get started with a free Google Colaboratory server and then explore some of the TensorBoard ANN measurement functions.
Getting started with Google Colaboratory
You can get access to your free instance of Google Colaboratory server in just a few steps:
- Make sure you have a Google account and log into it.
- Click on the following link, which takes leads you to Google Colaboratory: https://colab.research.google.com/notebooks/welcome.ipynb#recent=true
You will be taken to the following page:
Figure 13.23: Colaboratory initial landing page
- Click on the UPLOAD option in the top right:
Figure 13.24: Upload option
You can choose or drag and drop a file, then upload it.
- Upload
TF_2_graphs.ipynb
.You can download the program from this link and then upload it: https://github.com/PacktPublishing/Artificial-Intelligence-By...