Pattern Recognition and Machine Learning Toolbox

版本 1.0.0.0 (91.0 KB) 作者: Mo Chen
Pattern Recognition and Machine Learning Toolbox
16.2K 次下载
更新时间 2018/4/19

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

引用格式

Mo Chen (2024). Pattern Recognition and Machine Learning Toolbox (https://github.com/PRML/PRMLT), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
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

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0.0

update description

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库