Technical requirements
All coding examples in this book are available as Jupyter notebooks that can be downloaded from the following link: https://github.com/PacktPublishing/Automated-Machine-Learning-with-AutoKeras.
As code cells can be executed, each notebook can be self-installable, by adding a code snippet with the requirements you need. For this reason, at the beginning of each notebook there is a code cell for environmental setup, which installs AutoKeras and its dependencies.
So, to run the coding examples, you only need a computer with Ubuntu Linux as the operating system and can install the Jupyter Notebook with the following command line:
$ apt-get install python3-pip jupyter-notebook
Alternatively, you can also run these notebooks using Google Colaboratory, in which case you will only need a web browser. For further details, see the AutoKeras with Google Colaboratory section in Chapter 2, Getting Started with AutoKeras. Furthermore, in the Installing AutoKeras...