Exercises and supplementary material for the machine learning operations course at DTU.
804
stars
1,189
commits
Python
primary language
Sep 6, 2026
updated
Repository for course 02476 at DTU.
Course responsible
5 ECTS (European Credit Transfer System), corresponding to 140 hours of work
3 week period in January
Master level course
Grade: Pass/Fail
Type of assessment: project report
Recommended prerequisites: DTU course 02456 (Deep Learning) or experience with the following topics:
General course objective
Introduce the student to a number of coding practices that will help them organize, scale, monitor and deploy machine learning models either in a research or production setting. To provide hands-on experience with a number of frameworks, both local and in the cloud, for doing large scale machine learning models.
This includes:
We highly recommend that when going through the material you use the homepage which is the corresponding GitHub Pages version of this repository that is more nicely rendered, and also includes some special HTML magic provided by Material for MkDocs.
In particular start by going to the Introduction page, which will give you an overview of the course and a soft introduction to MLOps.
Additional reading resources (in no particular order):
Ref 1 Introduction blog post for those who have never heard about MLOps and want to get an overview.
Ref 2 Great document from Google about the different levels of MLOps.
Ref 3 Another introduction to the principles of MLOps and the different stages of MLOps.
Ref 4 Great paper about the technical debt in machine learning.
Ref 5 Interview study that uncovers many of the pain points that ML engineers go through when doing MLOps.
Other courses with content similar to this:
Made with ML. Great online MLOps course that also covers additional topics on the foundations of working with ML.
Full stack deep learning. Another MLOps online course going through the whole developer pipeline.
MLOps Zoomcamp. MLOps online course that includes many of the same topics.
If you want to contribute to the course, we are happy to have you! Anything from fixing typos to adding new content is welcome. For building the course material locally, it is a simple two-step process:
Either use pip to install the requirements:
pip install -r requirements.txt
mkdocs serve
Or use uv
uv sync
uv run mkdocs serve
Which will start a local server that you can access at http://127.0.0.1:8000 and will automatically update when you
make changes to the course material. When you have something that you want to contribute, please make a pull request.
I highly value open source, and the content of this course is therefore free to use under the Apache 2.0 license. If you use parts of this course in your work, please cite using:
@misc{skafte_mlops,
author = {Nicki Skafte Detlefsen},
title = {Machine Learning Operations},
howpublished = {\url{https://github.com/SkafteNicki/dtu_mlops}},
year = {2026}
}
(top 30 of 218)
Python
58.4%
Jupyter Notebook
39.9%
Exercises and supplementary material for the machine learning operations course at DTU.
804
stars
1,189
commits
Python
primary language
Sep 6, 2026
updated
Repository for course 02476 at DTU.
Course responsible
5 ECTS (European Credit Transfer System), corresponding to 140 hours of work
3 week period in January
Master level course
Grade: Pass/Fail
Type of assessment: project report
Recommended prerequisites: DTU course 02456 (Deep Learning) or experience with the following topics:
General course objective
Introduce the student to a number of coding practices that will help them organize, scale, monitor and deploy machine learning models either in a research or production setting. To provide hands-on experience with a number of frameworks, both local and in the cloud, for doing large scale machine learning models.
This includes:
We highly recommend that when going through the material you use the homepage which is the corresponding GitHub Pages version of this repository that is more nicely rendered, and also includes some special HTML magic provided by Material for MkDocs.
In particular start by going to the Introduction page, which will give you an overview of the course and a soft introduction to MLOps.
Additional reading resources (in no particular order):
Ref 1 Introduction blog post for those who have never heard about MLOps and want to get an overview.
Ref 2 Great document from Google about the different levels of MLOps.
Ref 3 Another introduction to the principles of MLOps and the different stages of MLOps.
Ref 4 Great paper about the technical debt in machine learning.
Ref 5 Interview study that uncovers many of the pain points that ML engineers go through when doing MLOps.
Other courses with content similar to this:
Made with ML. Great online MLOps course that also covers additional topics on the foundations of working with ML.
Full stack deep learning. Another MLOps online course going through the whole developer pipeline.
MLOps Zoomcamp. MLOps online course that includes many of the same topics.
If you want to contribute to the course, we are happy to have you! Anything from fixing typos to adding new content is welcome. For building the course material locally, it is a simple two-step process:
Either use pip to install the requirements:
pip install -r requirements.txt
mkdocs serve
Or use uv
uv sync
uv run mkdocs serve
Which will start a local server that you can access at http://127.0.0.1:8000 and will automatically update when you
make changes to the course material. When you have something that you want to contribute, please make a pull request.
I highly value open source, and the content of this course is therefore free to use under the Apache 2.0 license. If you use parts of this course in your work, please cite using:
@misc{skafte_mlops,
author = {Nicki Skafte Detlefsen},
title = {Machine Learning Operations},
howpublished = {\url{https://github.com/SkafteNicki/dtu_mlops}},
year = {2026}
}
(top 30 of 218)
Python
58.4%
Jupyter Notebook
39.9%