Skip to content

Python code for "Machine learning: a probabilistic perspective"

License

Notifications You must be signed in to change notification settings

science4fun/pyprobml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyprobml

Python 3 code for "Machine learning: a probabilistic perspective" (http://people.cs.ubc.ca/~murphyk/MLbook/) v2.0.

You should run the code from the repo root ('pyprobml' directory) using module execution, e.g.,

python -m examples.LMSdemo

To run all the examples you can use

ls examples/.py | sed 's///./' | sed s/.[^\.]$// | xargs -n 1 python -m

from the repo root. This lists all the Python files under examples, turns the slash into a period, then removes the .py extension and finally feeds each line into python -m.

About

Python code for "Machine learning: a probabilistic perspective"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.8%
  • Python 18.2%
  • TeX 3.7%
  • Other 0.3%