PRML/PRMLT
A MATLAB implementation of machine learning algorithms from the Pattern Recognition and Machine Learning textbook.

Not currently ranked — collecting fresh signals.
star history
This repository provides a self-contained MATLAB library of machine learning algorithms corresponding to the content of Bishop’s PRML textbook. It includes implementations of clustering, classification, regression, dimensionality reduction, and probabilistic models with a focus on code clarity and educational use. The library prioritizes succinct, efficient, and well-commented code that syncs with the book’s mathematical notation.
Frequently asked
- What is PRML/PRMLT?
- A MATLAB implementation of machine learning algorithms from the Pattern Recognition and Machine Learning textbook.
- Is PRMLT open source?
- Yes — PRML/PRMLT is open source, released under the MIT license.
- What language is PRMLT written in?
- PRML/PRMLT is primarily written in MATLAB.
- How popular is PRMLT?
- PRML/PRMLT has 6.2k stars on GitHub.
- Where can I find PRMLT?
- PRML/PRMLT is on GitHub at https://github.com/PRML/PRMLT.