Technical requirements
We will use Google Colab to run the coding exercise, which requires python >= 3.8.0
, along with the following packages, which can be installed using the pip
install
command:
tensorflow>=2.7.0
os
matplotlib >=3.4.0
pathlib
The code bundle for this book is available at the following GitHub link: https://github.com/PacktPublishing/TensorFlow-Developer-Certificate. Also, solutions to all exercises can be found in the GitHub repo itself.