In this repository, you will find all material for the exercises to the Machine Learning and Physics lecture.
You can use requirements.txt to build the python environment using your preferred package manager.
We recommend uv (https://docs.astral.sh/uv/). To create a virtual environment and install dependencies, run:
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -r requirements.txtYou can also use conda or venv using the requirements.txt file.