Technical requirements
All the coding examples in this book are available as Jupyter notebooks that can be downloaded from this book's GitHub repository: https://colab.research.google.com/github/PacktPublishing/Automated-Machine-Learning-with-AutoKeras/blob/main/Chapter06/Chapter6_HousingPricePredictor.ipynb.
Since code cells can be executed, each notebook can be self-installed, so you can add 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, to run the coding examples in this book, you only need a computer with Ubuntu Linux as your OS and to install the respective Jupyter notebook with the following code:
$ apt-get install python3-pip jupyter-notebook
Alternatively, you can also run these notebooks using Google Colaboratory. In that case, you will only need a web browser. For further details, see the AutoKeras with Google...