Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ pyprobml Public
forked from probml/pyprobml

Python code for "Machine learning: a probabilistic perspective"

License

Notifications You must be signed in to change notification settings

aptxj/pyprobml

Repository files navigation

pyprobml

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

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 89.2%
  • Python 9.1%
  • TeX 1.6%
  • Other 0.1%

AltStyle によって変換されたページ (->オリジナル) /