ZHIXINimd / prml

Some IPython notebooks based on Bishop's "Pattern Recognition and Machine Learning" book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some IPython notebooks based on Bishop's "Pattern Recognition and Machine Learning" book


Languages

Language:Jupyter Notebook 100.0%