Technical requirements
We will be using Google Colab to run the coding exercise that requires python >= 3.8.0
, along with the following packages, which can be installed using the pip
install
command:
tensorflow>=2.7.0
os
pillow==8.4.0
pandas==1.3.4
numpy==1.21.4
matplotlib >=3.4.0
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.