This document tabulates the state of the slides in lecture_*/slides/<topic>/ based on

  1. compilation checks (does it compile,and if not, is there a salient error message?) and
  2. (optionally and rarely) 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-11-07 12:14:43 GitHub Merge pull request #22 from slds-lmu/framev-fix
Latest commits per lecture (times in UTC)
Lecture Branch Last Commit By Message
lecture_i2ml master 2025-11-07 12:50:25 Lukas Burk Fix preamble

If you’re missing a lecture here after rendering this site interactively, you might have to add them to the included_lectures files 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 72 slides

cart

Slide Compiles? Note
slides-cart-computationalaspects 1323: ! LaTeX Error: Environment frame2 undefined. 1323: See the LaTeX manual or LaTeX Companion for explanation. 1323: Type H for immediate help.
slides-cart-discussion 1337: ! LaTeX Error: Environment frame2 undefined. 1337: See the LaTeX manual or LaTeX Companion for explanation. 1337: Type H for immediate help.
slides-cart-nutshell
slides-cart-predictions
slides-cart-splitcriteria-classification
slides-cart-splitcriteria-regression
slides-cart-stoppingpruning
slides-cart-treegrowing

forests

Slide Compiles? Note
slides-forests-bagging-deepdive
slides-forests-bagging
slides-forests-basics 1323: ! LaTeX Error: Environment frame2 undefined. 1323: See the LaTeX manual or LaTeX Companion for explanation. 1323: Type H for immediate help.
slides-forests-featureimportance 1323: ! LaTeX Error: Environment frame2 undefined. 1323: See the LaTeX manual or LaTeX Companion for explanation. 1323: Type H for immediate help.
slides-forests-nutshell
slides-forests-oob
slides-forests-proximities

knn

Slide Compiles? Note
slides-knn

ml-basics

Slide Compiles? Note
slides-basics-data 1225: ! LaTeX Error: Environment frame2 undefined. 1225: See the LaTeX manual or LaTeX Companion for explanation. 1225: Type H for immediate help.
slides-basics-learner 1129: ! LaTeX Error: Environment frame2 undefined. 1129: See the LaTeX manual or LaTeX Companion for explanation. 1129: Type H for immediate help.
slides-basics-learnercomponents-hro 1094: ! LaTeX Error: Environment frame2 undefined. 1094: See the LaTeX manual or LaTeX Companion for explanation. 1094: Type H for immediate help.
slides-basics-models-parameters 1179: ! LaTeX Error: Environment frame2 undefined. 1179: See the LaTeX manual or LaTeX Companion for explanation. 1179: Type H for immediate help.
slides-basics-nutshell 1094: ! LaTeX Error: Environment frame2 undefined. 1094: See the LaTeX manual or LaTeX Companion for explanation. 1094: Type H for immediate help.
slides-basics-optimization 1112: ! LaTeX Error: Environment frame2 undefined. 1112: See the LaTeX manual or LaTeX Companion for explanation. 1112: Type H for immediate help.
slides-basics-riskminimization 1116: ! LaTeX Error: Environment frame2 undefined. 1116: See the LaTeX manual or LaTeX Companion for explanation. 1116: Type H for immediate help.
slides-basics-task 1120: ! LaTeX Error: Environment frame2 undefined. 1120: See the LaTeX manual or LaTeX Companion for explanation. 1120: Type H for immediate help.
slides-basics-whatisml 1113: ! LaTeX Error: Environment frame2 undefined. 1113: See the LaTeX manual or LaTeX Companion for explanation. 1113: Type H for immediate help.

neural-networks

Slide Compiles? Note
slides-mlp-univ-approx-theorem
slides-mlps-xor
slides-nn-intro-introduction 1445: ! Undefined control sequence. 1445: ‌GenericError … 1445: #4 ‌errhelp ‌@err@ …
slides-nn-mlps-matrix-notation
slides-nn-mlps-mlps-as-predictor
slides-nn-mlps-multiclass-classification
slides-nn-mlps-multilayer-FNNs 1510: ! Undefined control sequence. 1510: ‌GenericError … 1510: #4 ‌errhelp ‌@err@ …
slides-nn-mlps-single-hidden-layer-networks
slides-nn-mlps-single-neuron
slides-nn-nutshell