Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.75 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.75 KB

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