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.
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 mactexOnce you have TeX installed, make sure that you can use pdflatex command in terminal. To build the document in PDF format:
$ makeTo automatically build the PDF while editing .tex file, you need to install watch-cli using npm first:
$ npm install -g watch-cliThen you start watching for changes:
$ make watch