This document tabulates the state of the slides in lecture*/slides/<topic>/ in terms of a) compilability and b) comparison with presumably “known good” versions of the slides located in lecture_*/slides-pdf/.

Latest Commits

Displaying the latest commits of the lecture service repository and each of the currently included lectures (for debugging and race condition mitigation (kind of)).

Status of the lecture_service repo (time in UTC)
Branch Last Commit By Message
main 2025-03-06 10:53:59 Lukas Burk Add lecture_debug to the list
Latest commits per lecture (times in UTC)
Lecture Branch Last Commit By Message
lecture_i2ml master 2025-03-24 16:52:06 ludwigbothmann updates ml-basics bernd und ludwig

If you’re missing a lecture here, you might have to add them to or ensure they are downloaded correctly.

Slide status

Click to expand explanation of table columns
lecture_advml/slides/gaussian-processes/slides-gp-bayes-lm.tex
\___________/        \________________/ \________________/
   lecture                 topic            <slide-name>

lecture_advml/slides-pdf/slides-gp-bayes-lm.pdf
                        \___________________/
                       pdf_static / "Reference PDF"

Tables are organized by lecture (first level) and lecture topics corresponding to folders in slides/<topic> (second level), with a table per topic. Topics ignore certain folders like attic and all.

  • Slide: The <slide-name> with a link to the compiled .tex file (if it compiles).
  • Compiles?: Whether the .tex file compiles without error using latexmk -pdf. This can depend on the availability of specific LaTeX dependencies, but assuming they are not the issue, this usually indicates syntax issues or things like \includegraphics calls using relative paths that work on Overleaf but not locally.
  • Comparison: Checking the compiled <slide-name>.tex against slides-pdf/<slide-name>.pdf using diff-pdf-visually:
    • ❌: The check failed surely, either due to differing page counts or because there is no reference PDF.
    • ❓: The check indicates differences on at least one slide, but they may be minor and need manual checking.
    • ✅: The check seems to be fine, the PDF files match.
  • Note: A comment on the previous column listing the specific reason for a failing check. Also enumerates the slide pages where differences are found, and links to a PDF containing a diff of the two files generated with diff-pdf (at a lower resolution than the originals).

lecture_i2ml

10 topics with a total of 63 slides

knn

Slide Compiles? Comparison Note
slides-knn Differing page count: 9 vs 10

ml-basics

Slide Compiles? Comparison Note
slides-basics-data Differing page count: 8 vs 10
slides-basics-learner Differing page count: 4 vs 6
slides-basics-learnercomponents-hro Differing page count: 7 vs 9
slides-basics-models-parameters Differing page count: 7 vs 11
slides-basics-nutshell Dissimilar pages: 2, 3, 4, 5, 6
slides-basics-optimization 1111: ! LaTeX Error: \mathcal allowed only in math mode. 1111: See the LaTeX manual or LaTeX Companion for explanation. 1111: Type H for immediate help.
slides-basics-riskminimization Differing page count: 7 vs 10
slides-basics-task Dissimilar pages: 1, 2, 3, 4, 5
slides-basics-whatisml Dissimilar pages: 2, 3, 4, 6, 7

neural-networks

Slide Compiles? Comparison Note
slides-nn-nutshell