Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Classical equations and diagrams in machine learning

NotificationsYou must be signed in to change notification settings

soulmachine/machine-learning-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Download PDF

machine-learning-cheat-sheet.pdf

How to compile

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.tex

LaTeX template

This open-source book adopts theSpringer latex template.

How to compile on Windows

  1. InstallTex Live 2014, then add itsbin path for exampleD:\texlive\2012\bin\win32 to he PATH environment variable.

  2. InstallTeXstudio.

  3. Configure TeXstudio.
    Run TeXstudio, clickOptions-->Configure Texstudio-->Commands, setXeLaTex toxelatex -synctex=1 -interaction=nonstopmode %.tex.

    ClickOptions-->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.

  4. Compile. Use Openmachine-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

About

Classical equations and diagrams in machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp