This cheat sheet contains many classical equations and diagrams on machine learning, which will help you quickly recall knowledge and ideas on machine learning.
The cheat sheet will also appeal to someone who is preparing for a job interview related to machine learning.
##Download PDF machine-learning-cheat-sheet.pdf
##LaTeX template This open-source book adopts the Springer latex template.
##How to compile on Windows
-
Install Tex Live 2014, then add its
bin
path for exampleD:\texlive\2012\bin\win32
to he PATH environment variable. -
Install TeXstudio.
-
Configure TeXstudio.
Run TeXstudio, clickOptions-->Configure Texstudio-->Commands
, setXeLaTex
toxelatex -synctex=1 -interaction=nonstopmode %.tex
.Click
Options-->Configure Texstudio-->Build
,
setBuild & View
toCompile & View
,
setDefault Compiler
toXeLaTex
,
setPDF Viewer
toInternal PDF Viewer(windowed)
, so that when previewing it will pop up a standalone window, which will be convenient. -
Compile. Use Open
machine-learning-cheat-sheet.tex
with TeXstudio,click the green arrow on the menu bar, then it will start to compile.
In the messages window below we can see the compilation command that TeXstudio is using isxelatex -synctex=1 --enable-write18 -interaction=nonstopmode "machine-learning-cheat-sheet".tex