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 you can install the Jupyter Notebook with this 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—see the AutoKeras with Google Colaboratory section in Chapter 2, Getting Started with AutoKeras, for more details. Furthermore, in the Installing AutoKeras...