diff --git a/README.md b/README.md index 7288291..d9d3eb3 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,17 @@ python. It contains the example code and solutions to the exercises in the secon ## Quick Start ### Want to play with these notebooks online without having to install anything? -Use any of the following services. +Use any of the following services (I recommended Colab or Kaggle, since they offer free GPUs and TPUs). -**WARNING**: Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you download any data you care about. +**WARNING**: _Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you download any data you care about._ -* **Recommended**: open this repository in [Colaboratory](https://colab.research.google.com/github/ageron/handson-ml2/blob/master/): - +* Open In Colab -* Or open it in [Binder](https://mybinder.org/v2/gh/ageron/handson-ml2/master): - +* Open in Kaggle - * _Note_: Most of the time, Binder starts up quickly and works great, but when handson-ml2 is updated, Binder creates a new environment from scratch, and this can take quite some time. +* Launch binder -* Or open it in [Deepnote](https://beta.deepnote.com/launch?template=data-science&url=https%3A//github.com/ageron/handson-ml2/blob/master/index.ipynb): - +* Launch in Deepnote ### Just want to quickly look at some notebooks, without executing any code?