dasepli / PRML

PRML algorithms implemented in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRML

Python codes implementing algorithms described in Bishop's book "Pattern Recognition and Machine Learning"

Required Packages

  • python 3
  • numpy
  • scipy
  • jupyter (optional: to run jupyter notebooks)
  • matplotlib (optional: to plot results in the notebooks)
  • sklearn (optional: to fetch data)

Notebooks

Sponser

https://tracking.gitads.io/?repo=PRML

About

PRML algorithms implemented in Python

License:MIT License


Languages

Language:Jupyter Notebook 93.4%Language:Python 6.6%