| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
These are codes implementing some algorithms introduced in "Pattern Recognition and Machine Learning" (Author: C.M.Bishop). Python language used for these implementation.
git clone https://github.com/oilneck/prml_python.gitRun Python and change your directory (~/prml_python/), then run the init.py script.
Run some demonstration files in Chap1~Chap11 folder.
![]() |
![]() |
![]() |
|---|---|---|
| chap.1 : bayesian fitting | chap.4 : logistic regression | chap.5 : neural network |
The contents of Pattern Recognition and Machine Learning
Deep learning and Convolutional neural network for image recognition
All sources in [~/prml_python/prml] are the module file. If you want to change certain parameters (ex. iteration number, activation function in each layer for Neural Network), check the files in that directory.
| Wiki | Wiki for prml algorithm |
|---|---|
| Text | Regularization_of_NN.pdf |
| Slide | CNN.pdf |
| Back | FazBrowse Home | New Git URL |