Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Machine Learning with Graphs

Course Materials

Slides, exercise solutions and optional readings are uploaded to ILIAS weekly.

You can download/run the exercise notebooks in the following pages.

Python Environment

If you prefer working running notebooks locally, you can use the following steps to get a Python environment:

  1. Download the env.yml file here.

  2. Create a conda environment. You can refer to this link for installation instructions for conda.

    conda create -f env.yml -n mlwg
  3. After the packages are installed, activate the environment by:

    conda activate mlwg