Skip to content

cmitsakis/machine-learning-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Notes

Machine Learning Notes is a collection of formulas with minimal explanation so it's not suitable for studying, but it's useful as a reference of the most important formulas. It also includes links to videos that provide more elaborate explanations.

Table of Contents

  • Bayesian Decision Theory
  • Parameter Estimation
  • Neural Networks

More topics will be added soon.

Download

Download the PDF file from the latest release.

Build

XeLaTeX is required.

You can compile to PDF by running:

xelatex main.tex

Contributing

Reporting any mistakes you notice (typos, math errors, or inaccurate explanations) by opening issues, is one of the best ways to contribute.

Fixes, improvements, and additions on the covered topics are welcome.

New topics are welcome if they are covered by the books listed in References. For other topics, open an issue first.

References

  • Pattern Recognition, S. Theodoridis, K. Koutroumbas
  • Pattern Classification, R. Duda, P. Hart, D. Stork
  • Pattern Recognition and Machine Learning, C. Bishop

License

Machine Learning Notes © 2024 by Charalampos Mitsakis is licensed under the CC BY-SA 4.0.