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