# PRML Examples


The repository provides python implementation of the algorithms described in [Pattern Recognition and Machine Learning (Christopher Bishop)](https://research.microsoft.com/en-us/um/people/cmbishop/PRML/).
It's highly recommended, but unfortunately not free online.

```{admonition} Attribution
These notebooks and the underlying `prml` library are from the wonderful repository: [https://github.com/ctgk/PRML](https://github.com/ctgk/PRML)
```


```{image} https://davidrosenberg.github.io/ml2017/images/bishop-2x.jpg
:name: bishop-cover
```