Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.78 KB

File metadata and controls

51 lines (36 loc) · 2.78 KB

Pattern Recognition and Machine Learning (PMRL)

nbviewer pre-commit

The project contains notes and proofs as Jupyter notebooks, as well as, Python code implementing algorithms as presented in the book "Pattern Recognition and Machine Learning" by Christopher Bishop.

Instructions

In order to run the notebooks locally type the following:

make install
make jupyter

To generate a PDF document from the notebooks just type:

make notes

To generate markdown documents from the notebooks just type:

make markdown

Notebooks

Resources

License

This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; See the GNU General Public License v3 for more details.