Technical requirements
We will be using a Google Colaboratory (Google Colab) notebook as our work environment as it is a free, cloud-based Jupyter Notebook that is easy to use and provides us with GPU and TPU backends. 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
pandas==1.3.4
numpy==1.21.4