GithubHelp home page GithubHelp logo

xuxucmkox / prmlt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prml/prmlt

0.0 1.0 0.0 314 KB

Pattern Recognition and Machine Learning Toolbox

Home Page: http://prml.github.io/PRMLT/

MATLAB 97.95% M 2.05%

prmlt's Introduction

Pattern Recognition and Machine Learning

This package is a matlab implementation of the algorithms described in the book: Pattern Recognition and Machine Learning by C. Bishop (PRML)

The goal of the code are as follows:

  1. Clean: making the code as succinct as possible, which means, there are little nasty guarding code that distracts reader's attention so that the core of the algorithms can be easily spot.
  2. Efficient: utilizing matlab vectorization trick as much as possible to make the function fast. Many functions are even comparable with C implementation. Usually, functions in this package are orders faster than matlab builtin functions which provide same functionality (such as kmeans). If anyone found any matlab implementation which is faster than mine, I am happy to further optimize.
  3. Robust: many numerical stability techniques are applied, such as probability computation in log scale to avoid numerical underflow and overflow, square root form update of symetric matrix, etc.
  4. Easy to learn: the code is heavily commented. Reference formulas in PRML book are indicated for corresponding code lines.
  5. Practical: the package is designed not only for users to learn the algorithms in the book, but also to facilitate ML reseearch. Many functions in this package are already among the top downloads in Matlab file exchange site and widely used.

License

Currently Released Under GPLv3

Contact

sth4nth at gmail dot com

prmlt's People

Contributors

sth4nth avatar weilinear avatar

Watchers

Xu Xu 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.