/pattern-recognition-and-machine-learning

Notes for the book "Pattern Recognition and Machine Learning" from Christopher M. Bishop

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0


Pattern Recognition and Machine Learning

Study notes from Bishop's book

Requirements

  • mdbook
  • mdbook-katex

Put cargo bin folder in PATH to make mdbook-katex work properly

# Cargo
export CARGOBINPATH=$HOME/.cargo/bin/
export PATH=${CARGOBINPATH}:$PATH

Tracking progress

Chapter Read Exercises
1. Introduction 💥 7/41
2. Probability Distributions 💥 3/61
3. Linear Models for Regression 💥 0/24
4. Linear Models for Classification
5. Neural Networks
6. Kernel Methods
7. Sparse Kernel Machines
8. Graphical Models
9. Mixture Models and EM
10. Approximate Inference
11. Sampling Methods
12. Continuous Latent Variables
13. Sequential Data
14. Combining Models