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 2024-11-21 09:46:20 Lukas Burk Typos
Latest commits per lecture (times in UTC)
Lecture Branch Last Commit By Message
lecture_algods main 2024-11-26 09:55:18 GitHub header figure update (#6)

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_algods

8 topics with a total of 33 slides

01_intro

Slide Compiles? Comparison Note
slides-intro-algods No reference PDF

02_kodierung

Slide Compiles? Comparison Note
slides-encod-1-character-encoding No reference PDF
slides-encod-2-number-encoding No reference PDF
slides-encod-3-machine-numbers-Z No reference PDF
slides-encod-4-machine-numbers-R No reference PDF
slides-encod-5-R-machine-arithmetic No reference PDF

03_numerik

Slide Compiles? Comparison Note
slides-numeric-1-matrix-norm No reference PDF
slides-numeric-2-error-and-condition No reference PDF
slides-numeric-3-stability No reference PDF
slides-numeric-4-condition-in-les No reference PDF

04_bigo

Slide Compiles? Comparison Note
slides-bigo-1-algorithms-turing No reference PDF
slides-bigo-2-introduction-bigo No reference PDF
slides-bigo-3-properties-and-examples-bigo No reference PDF
slides-bigo-4-misconceptions-bigo-further-landau-symbols No reference PDF

05_quadratur

Slide Compiles? Comparison Note
slides-quadrature-1-introduction No reference PDF
slides-quadrature-2-newton-cotes No reference PDF
slides-quadrature-3-laplace No reference PDF
slides-quadrature-4-monte-carlo No reference PDF

06_zufallszahlen

Slide Compiles? Comparison Note
slides-random-numbers-1-introduction No reference PDF
slides-random-numbers-2-congruential-generators No reference PDF
slides-random-numbers-3-mersenne-twister-and-r No reference PDF
slides-random-numbers-4-methods-other-distributions No reference PDF
slides-random-numbers-5-rejection-sampling-and-ars No reference PDF

07_matrixzerlegung

Slide Compiles? Comparison Note
slides-matrix-decom-1-introduction-matrix-decomposition No reference PDF
slides-matrix-decom-2-gaussian-elimination No reference PDF
slides-matrix-decom-3-cholesky-decomposition No reference PDF
slides-matrix-decom-4-qr-decomposition No reference PDF
slides-matrix-decom-5-overdetermined-systems-regression-example No reference PDF

08_matrixapproximierung

Slide Compiles? Comparison Note
slides-matrix-approx-1-low-rank-approximation No reference PDF
slides-matrix-approx-2-svd-pca No reference PDF
slides-matrix-approx-3-recommender-systems-with-svd No reference PDF
slides-matrix-approx-4-nmf-and-recommender-systems-with-nmf No reference PDF
slides-matrix-approx-5-topic-extraction No reference PDF