Skip to content

Andyccs/CZ4041-machine-learning-summary

Repository files navigation

CZ4041 Machine Learning Summary

This LaTex document is a summary of the course CZ4041 Machine Learning, offered by School of Computer Science and Engineering, Nanyang Technological University, Singapore.

To download this document in PDF format: download now.

Development

If you would like to build this document from source, first you need to install TeX:

# For ubuntu
$ sudo apt-get install texlive-full

# For Mac OX
$ brew cask install mactex

Once you have TeX installed, make sure that you can use pdflatex command in terminal. To build the document in PDF format:

$ make

To automatically build the PDF while editing .tex file, you need to install watch-cli using npm first:

$ npm install -g watch-cli

Then you start watching for changes:

$ make watch