Technical requirements
In this chapter, we will use Google Colab to run the coding exercise, and you will need to install Python >= 3.8.0, along with the following packages, which can be installed using the pip
install
command:
tensorflow >=
2.7.0
tensorflow-datasets ==
4.4.0
Pillow ==
8.4.0
pandas ==
1.3.4
numpy ==
1.21.4
scipy ==
1.7.3
The code bundle for this book is available at the following GitHub link: https://github.com/PacktPublishing/TensorFlow-Developer-Certificate. Solutions to all the exercises can also be found at this link.