Question: You want to try out a machine-learning TensorFlow example notebook with the fewest configuration steps on GCP. What do you do?

  1. Upload the notebook to Google Colaboratory. Set the hardware accelerator to use GPU.
  2. Create a notebook instance with TPU. Upload the notebook to the instance.
  3. Create a notebook instance with GPU. Upload the notebook to the instance.
  4. Upload the notebook to Google Colaboratory. Set the hardware accelerator to use TPU.

Answer: The correct answer of the above question is Option B:Create a notebook instance with TPU. Upload the notebook to the instance.