# Deep Learning - Exercises
This repository contains the jupyter notebooks for the Mooc _Deep Learning_.
To set up your environment, you can use (for example) conda, a free package manager.
We recommend to install it via miniforge; you can use it to create an environment with conda env create -f environment.yaml.
To activate this environment, run conda activate basicsml.