Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.82 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.82 KB

PRML IPython notebook demos

To play around with the notebooks you'll need to install IPython and clone the repo, but if you just want to view you can use the links below.

Use the following command in the repo directory to launch IPython and get the inline plots working

ipython notebook --pylab=inline

Links to view notebooks

1.1 Polynomial Curve Fitting

1.2.5 Curve Fitting Revisited

2.1 Binary Variables

2.1.1 The Beta Distribution

2.2 Multinomial Variables

2.5.1 Kernel Density Estimators

2.5.2 Nearest Neighbours

3.3.1 Parameter Distribution

3.1, 4.1.1, 4.1.3 Linear Basis Function Models

4.1.1 Discriminant Functions - Two Classes

4.3 Logistic Regression