readme updates

This commit is contained in:
franzi
2024-03-05 11:41:10 +01:00
parent 468be469b4
commit c4bbf2787c

View File

@@ -31,4 +31,4 @@ However, please note that MyBinder may take a while to load and some notebooks m
If you have a Google account, you can also run the notebooks in Google Colab, which is faster than MyBinder: If you have a Google account, you can also run the notebooks in Google Colab, which is faster than MyBinder:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cod3licious/ml_exercises) <br> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cod3licious/ml_exercises) <br>
While Google Colab already includes most packages that we need, should you require an additional library (e.g., `skorch` for training PyTorch neural networks in notebook 6), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately. While Google Colab already includes most packages that we need, should you require an additional library (e.g., `fastapi[all]` for the case study in notebook 5b), you can install a package by executing `!pip install package` in a notebook cell. With Colab, it is also possible to run code on a GPU, but this has to be manually selected. Please note that for some notebooks you need to additionally upload the required data files separately.