Skip to content

QubitPi/data-mining

 
 

Repository files navigation

Cambridge Data Mining and Machine Learning

LaTeX Badge Ubuntu Font Badge Apache License Badge

Latex Sources for the slides for Data Mining and Analysis

Setup

  1. Install Tex Live (version ≥ 2021)

    For Mac users, please run the following commands as well

    brew link --overwrite ghostscript
  2. Download and install Ubuntu Font. For instructions on how to install a new System font please refer to the following links:

  3. 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 via brew install make

  4. 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
  5. 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.

Note

Please be patient as the compilation takes some time

License

The use and distribution terms for data-mining are covered by the Apache License, Version 2.0.

About

📚 My personal study notes on Data Mining

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.4%
  • Other 0.6%