GithubHelp home page GithubHelp logo

kimrojas / prml_python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oilneck/prml_python

0.0 0.0 0.0 279.09 MB

Implement prml contents with python

Python 6.48% HTML 7.80% Jupyter Notebook 85.72%

prml_python's Introduction

PRML

These are codes implementing some algorithms introduced in "Pattern Recognition and Machine Learning" (Author: C.M.Bishop). Python language used for these implementation.

Required packages

  • python 3
  • numpy
  • pandas
  • scipy
  • matplotlib

Installation

  1. Download the file to a local folder (e.g. ~/prml_python/) by executing:
git clone https://github.com/oilneck/prml_python.git
  1. Run Python and change your directory (~/prml_python/), then run the init.py script.

  2. Run some demonstration files in Chap1~Chap11 folder.

Execution example

section1
chap.1 : bayesian fitting chap.4 : logistic regression chap.5 : neural network

Jupyter Notebook files

The contents of Pattern Recognition and Machine Learning

Deep learning and Convolutional neural network for image recognition

  • Image recognition 【 Required libraries : keras, TensorFlow, OpenCV 】
  • Deep learning test 【 Required libraries : numpy, sklearn (←to fetch data) 】
  • Sequential models 【 Required libraries : numpy 】

NOTICE

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.

External links

Wiki Wiki for prml algorithm
Text Regularization_of_NN.pdf
Slide CNN.pdf

prml_python's People

Contributors

oilneck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.