Pattern Recognition and Machine Learning Toolbox

Version 1.0.0.0 (91 ko) par Mo Chen
Pattern Recognition and Machine Learning Toolbox
16,2K téléchargements
Mise à jour 19 avr. 2018

This package is a Matlab implementation of the algorithms described in the book: Pattern Recognition and Machine Learning by C. Bishop (PRML).
The repo for this package is located at: https://github.com/PRML/PRMLT
If you find a bug or have a feature request, please file issue there. I do not usually check the comment here.
The design goal of the code are as follows:

Succinct: Code is extremely terse. Minimizing the number of line of code is one of the primal target. As a result, the core of the algorithms can be easily spot.
Efficient: Many tricks for making Matlab scripts fast were applied (eg. vectorization and matrix factorization). Many functions are even comparable with C implementation. Usually, functions in this package are orders faster than Matlab builtin functions which provide the same functionality (eg. kmeans). If anyone found any Matlab implementation that is faster than mine, I am happy to further optimize.
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 symmetric matrix, etc.
Easy to learn: The code is heavily commented. Reference formulas in PRML book are indicated for corresponding code lines. Symbols are in sync with the book.
Practical: The package is designed not only to be easily read, but also to be easily used to facilitate ML research. Many functions in this package are already widely used (see Matlab file exchange).

Citation pour cette source

Mo Chen (2024). Pattern Recognition and Machine Learning Toolbox (https://github.com/PRML/PRMLT), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

chapter01

chapter02

chapter03

chapter04

chapter05

chapter06

chapter07

chapter08/MRF

chapter08/NaiveBayes

chapter09

chapter10

chapter11

chapter12

chapter13/HMM

chapter13/LDS

chapter14

common

demo/ch01

demo/ch03

demo/ch04

demo/ch05

demo/ch06

demo/ch07

demo/ch08

demo/ch09

demo/ch10

demo/ch11

demo/ch12

demo/ch13

demo/ch14

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.0.0.0

update description

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.