Technical requirements
We will be using Google Colab to run the coding exercise that requires python >= 3.8.0
, along with the following packages that 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
matplotlib >=3.4.0
The code for this chapter is available at https://github.com/PacktPublishing/TensorFlow-Developer-Certificate-Guide/tree/main/Chapter%205. Also, solutions to all exercises can be found in the GitHub repository itself.