Skip to content

Commit 00f365f

Browse files
authored
Merge branch 'main' into typofix
2 parents 170c71c + fdefc50 commit 00f365f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
experience with the following topics:
2323

2424
* General understanding of machine learning (datasets, probability, classifiers, overfitting, underfitting, etc.)
25-
* Basic knowledge of deep learning (backpropagation, convolutional neural networks, auto-encoders etc.)
25+
* Basic knowledge of deep learning (backpropagation, convolutional neural networks, autoencoders etc.)
2626
* Coding in [PyTorch](https://pytorch.org/). On the first day, we provide some exercises in PyTorch to
2727
get everyone's skills up-to-date as fast as possible.
2828

@@ -106,7 +106,7 @@ design phase. Some new algorithms may show promising results, so you revisit the
106106
this. Finally, you may try to cut the cost of running your model in production, making you revisit the operations phase,
107107
and trying to optimize some steps.
108108

109-
The focus in this course is particularly on the **Operations** part of MLOps as this is what many data scientists are
109+
The focus of this course is particularly on the **Operations** part of MLOps as this is what many data scientists are
110110
missing in their toolbox to implement all the knowledge they have about data processing and model development into a
111111
production setting.
112112

pages/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Yes, PhD students from other universities can attend the course. You can check o
6666
you can contact <phdcourses@dtu.dk> for more information. Do note that the registration deadline is usually in beginning
6767
of December.
6868

69-
## I am a foreign student and my home university doesn't accept pass/not pass, what can I do ❔
69+
## I am a foreign student and my home university doesn't accept pass/no-pass, what can I do ❔
7070

7171
We can give a grade on the Danish
7272
[7-point grading](https://ufm.dk/en/education/the-danish-education-system/grading-system) scale for foreign students who

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ exercises = [
4141
"httpx>=0.28.1",
4242
"hydra-core>=1.3.2",
4343
"invoke>=2.2",
44-
"ipykernel>=7.1.0",
44+
"ipykernel>=7.1",
4545
"locust>=2.42.3",
4646
"matplotlib>=3.10.8",
4747
"mkdocs-material>=9.7",

0 commit comments

Comments
 (0)