Technical requirements
We will use a Google Colaboratory (Google Colab) notebook as our work environment, as it is a free, cloud-based Jupyter notebook that is easy to use, providing us with GPU and TPU backends. For the coding exercises in this chapter, we will use 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