forked from probml/pml-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book2.html
122 lines (92 loc) · 4.36 KB
/
book2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<h1>Probabilistic Machine Learning: Advanced Topics</h1>
by <a href="https://www.cs.ubc.ca/~murphyk/">Kevin Patrick Murphy</a>.
<br>
MIT Press, 2023.
<p>
<img src="pml2/cover2.jpg"
alt="Book cover"
style="height:200;">
<p>
<h2>Key links</h2>
<ul>
<li> <a href="#toc">Short table of contents</a>
<li> <a href="pml2/toc2-long-2022-04-01.pdf">Long table of contents</a>
<li> <a href="pml2/preface2-2022-02-27.pdf">Preface</a>
<li> <a href="https://github.com/probml/pml2-book/releases/latest/download/pml2.pdf">
Draft pdf of the main book</a>, 2022-04-01. CC-BY-NC-ND license. (Please cite the official reference below.)
<li> <a href="pml2/supp2-2022-04-01.pdf">
Draft pdf of the supplementary material</a>, 2022-04-01. CC-BY-NC-ND license. (Please cite the official reference below.)
<li> <a href="https://github.com/probml/pml2-book/issues">Issue tracker</a>.
<li> Code to recreate all the figures is stored in the
<a href="https://github.com/probml/pyprobml/tree/master/scripts">pyprobml</a> repo.
You can access it by clicking on links in the pdf file.
<li><a href="https://groups.google.com/u/1/g/probml-book/">Mailing list for major announcements</a> (Low traffic)
<li> <a href="#ack">Acknowledgements</a>
</ul>
If you use this book, please be sure to cite
<pre><code>
@book{pml2Book,
author = "Kevin P. Murphy",
title = "Probabilistic Machine Learning: Advanced Topics",
publisher = "MIT Press",
year = 2023,
url = "probml.ai"
}
</code></pre>
<p> Downloads since 2022-02-28.
<img src="https://img.shields.io/github/downloads/probml/pml2-book/total"
alt="download stats shield">
<h2><a id="toc">Table of contents</h2>
<img src="pml2/toc2-short-2022-04-01.png"
alt="TOC 2022-04-01"
style="height:700;">
<p>
<h2><a id="endorsements"></a>Endorsements</h2>
<ul>
<li> "Whether teaching machine learning to undergrads, master students, or PhD students,
I found myself time and time again choosing the 2012 "Machine Learning: A Probabilistic Perspective" as the primary textbook.
When I heard about the new "Probabilistic Machine Learning" series, I was thrilled to see the expanded and modernized set of topics;
this will be the go-to book for my ML courses at Stanford. Kevin Murphy has a phenomenal ability to go deep while making topics
digestible to a broad audience. His writing is clear and concise with great visuals throughout. I highly recommend this as "the book"
for anyone wanting to become a well-versed ML expert." -- <a href="https://emilybfox.su.domains/">Emily Fox</a>, Stanford.
<p>
<li> "Murphy’s book is certainly the most comprehensive resource on machine learning available today.
With the growing body of research in the field,
it is a daunting challenge to provide an organized perspective of the current state of knowledge.
This book achieves this feat by integrating classic material, like MCMC inference,
with very recent developments like denoising diffusion models.
The material is organized and presented in a very accessible and intuitive manner,
making the book an asset for any researcher or practitioner in the field." --
<a href="https://cs3801.wixsite.com/amirgloberson">Amir Globerson</a>, Tel Aviv University.
</ul>
<p>
<h2><a id="ack"></a>Acknowledgements</h2>
I would like to thank the following people for helping with this book.
<ul>
<li> People who helped write some of the sections
(details in <a href="https://probml.github.io/pml-book/pml2/preface2-2022-02-27.pdf">the preface</a>):
Alex Alemi (Google),
Marco Cuturi (Apple, work done at Google),
Jeff Bilmes (U. Washington),
Justin Gilmer (Google),
Roy Frostig (Google),
Andrew Wilson (NYU),
George Papamakarios (Deepmind),
Balaji Lakshminarayanan (Google),
Yang Song (Stanford),
Durk Kingma (Google),
Mihaela Rosca (Deepmind / UCL),
Shakir Mohamed (Deepmind),
Vinayak Rao (Purdue),
Ben Poole (Google),
Simon Kornblith (Google),
Been Kim (Google),
Finale Doshi-Velez (Harvard),
Lihong Li (Amazon, work done at Google),
Victor Veitch (Google / U. Chicago),
Alexander D'Amour (Google).
<li> People who helped with the code and figures:
Mahmoud Soliman, Aleyna Kara, Gerardo Durán-Martín, Zeel Patel,
and others
listed <a href="https://github.com/probml/pyprobml#acknowledgements">here</a>.
</ul>