pyprobml

Python code for "Machine learning: a probabilistic perspective" (2nd edition)

Github星跟踪图

pyprobml

Python 3 code for the second edition of my book Machine learning: a probabilistic perspective. This is work in progress, so expect rough edges.

Notebooks

I have created Jupyter notebooks for some of the chapters (more coming later). When you open a notebook, there will be a button at the top that says 'Open in colab'. If you click on this, it will start a virtual machine (VM) instance on Google Cloud Platform (GCP), running Colab, which has most of the libraries you will need (e.g., scikit-learn, tensorflow 2, JAX) pre-installed. Execute the code in the colab to temporally pip-install any remaining libraries. (You can select 'GPU' from the 'Runtime' menu at the top of Colab to make things run faster, but you will get logged out automatically if your session is idle for too long.) Alternatively, you can run these notebooks locally on your desktop in Jupyter, but then you will have to install the packages yourself (see instructions below).

Scripts

Many of the figures in the book are generated by these scripts. To execute a script, cd (change directory) to the scripts folder, and then type 'python foo.py'. You can also run each script from inside a Python IDE (like Spyder).
Many of the scripts create plots, which are saved to ../figures.

To run the scripts, we assume you have installed the packages listed in the requirements.txt file.
Most of these are bundled with anaconda.

Table of contents

The book should become available (both in print, and online for free) in Fall 2021.
A snapshot (as of 6/14/20) of the book's table of contents is shown
here.
Individual chapters will be made available
here.

主要指标

概览
名称与所有者probml/pyprobml
主编程语言Jupyter Notebook
编程语言Python (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2016-08-17 16:42:24
推送于2024-11-26 00:32:39
最后一次提交2024-11-25 16:32:39
发布数1
最新版本名称v0.1.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数6.7k
关注者数195
派生数1.6k
提交数3k
已启用问题?
问题数458
打开的问题数35
拉请求数577
打开的拉请求数0
关闭的拉请求数83
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?