Latex Sources for the slides for Data Mining and Analysis
-
Install Tex Live (version ≥ 2021)
For Mac users, please run the following commands as well
brew link --overwrite ghostscript
-
Download and install Ubuntu Font. For instructions on how to install a new System font please refer to the following links:
- Linux users shall consult this thread
- Mac users can follow this Apple support
-
Make sure GNU Make is installed with
make --version
which, when installed, outputs something like this
GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin11.3.0
make
should be installed in almost every Linux distribution and Mac user can install viabrew install make
-
Getting LaTeX source code
git clone git@github.com:QubitPi/cambridge-data-mining-and-machine-learning-slides.git cd cambridge-data-mining-and-machine-learning-slides
-
Compiling slides
make
to compile all the chapter slides. We can also run
make ychap<N>.pdf
to compile slides for chapter N. For example:
make ychap1.pdf
compiles chapter 1 slides only.
The use and distribution terms for data-mining are covered by the Apache License, Version 2.0.