Skip to content
Snippets Groups Projects

24ws EMLDS Chapter Slides Script

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Simon K.

    Takes the 24ws EMLDS slides and extracts each chapter into one pdf (without any extra slides from previous chapters).

    Requires pdftk

    Edited
    emlds-extract-chapters.sh 681 B
    pdftk A=EleMLDS-ws24-part02-intro-to-ml.pdf cat A5-38 output ml-1-introduction-to-ml.pdf
    pdftk A=EleMLDS-ws24-part03-bayes-decision-theory.pdf B=EleMLDS-ws24-part04-pde.pdf cat A9-35 B12-48 output ml-2-probability-density-estimation.pdf
    pdftk A=EleMLDS-ws24-part05-linear-discriminants.pdf B=EleMLDS-ws24-part06-linear-regression.pdf cat A14-59 B31-36 output ml-3-linear-discriminants.pdf
    pdftk A=EleMLDS-ws24-part06-linear-regression.pdf cat A37-73 output ml-4-linear-regression.pdf
    pdftk A=EleMLDS-ws24-part07-logistic-regression.pdf cat A23-84 output ml-5-logistic-regression.pdf
    pdftk A=EleMLDS-ws24-part08-svms1.pdf cat A53-74 output ml-6-support-vector-machines-only-1-2.pdf
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment