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