- Notifications
You must be signed in to change notification settings - Fork1.3k
Classical equations and diagrams in machine learning
soulmachine/machine-learning-cheat-sheet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
machine-learning-cheat-sheet.pdf
docker pull soulmachine/texlivedocker run -it --rm -v $(pwd):/data -w /data soulmachine/texlive xelatex -synctex=1 --enable-write18 -interaction=nonstopmode machine-learning-cheat-sheet.texThis open-source book adopts theSpringer latex template.
InstallTex Live 2014, then add its
binpath for exampleD:\texlive\2012\bin\win32to he PATH environment variable.InstallTeXstudio.
Configure TeXstudio.
Run TeXstudio, clickOptions-->Configure Texstudio-->Commands, setXeLaTextoxelatex -synctex=1 -interaction=nonstopmode %.tex.Click
Options-->Configure Texstudio-->Build,
setBuild & ViewtoCompile & View,
setDefault CompilertoXeLaTex,
setPDF ViewertoInternal 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.texwith 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
About
Classical equations and diagrams in machine learning
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.