在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):probml/pyprobml开源软件地址(OpenSource Url):https://github.com/probml/pyprobml开源编程语言(OpenSource Language):Jupyter Notebook 99.5%开源软件介绍(OpenSource Introduction):pyprobmlPython 3 code to reproduce the figures in the book series Probabilistic Machine Learning by Kevin Patrick Murphy. This is work in progress, so expect rough edges. (For the latest status of the code, see Book 1 dashboard and Book 2 dashboard.) See also probml-utils for some utility code. Running the notebooksThe notebooks needed to make all the figures are available at the following locations.
Running notebooks in colabColab has most of the libraries you will need (e.g., scikit-learn, JAX) pre-installed, and gives you access to a free GPU and TPU. We have a created a
colab intro
notebook with more details. To run the notebooks on colab in any browser, you can go to a particular notebook on GitHub and change the domain from Running the notebooks locallyWe assume you have already installed JAX and Tensorflow and Torch, since the details on how to do this depend on whether you have a CPU, GPU, etc. You can use any of the following options to install the other requirements.
pip install -r https://raw.githubusercontent.com/probml/pyprobml/master/requirements.txt
Download requirements.txt locally to your path and run pip install -r requirements.txt GCP, TPUs, and all thatWhen you want more power or control than colab gives you, you should get a Google Cloud Platform (GCP) account (or you can use some other cloud provider, like Paperspace) to get a virtual machine with GPUs or TPUs. You can then use this as a virtual desktop which you can access via ssh from inside VScode. We have created a short tutorial on Colab, GCP and TPUs with more information. How to contributeSee this guide for how to contribute code. Please follow these guidelines to contribute new notebooks to the notebooks directory. MetricsGSOCFor a summary of some of the contributions to this codebase during Google Summer of Code (GSOC), see these links: 2021 and 2022. AcknowledgementsI would like to thank the following people for contributing to the code (list autogenerated from this script): |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论