forked from probml/pml-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book1.html
261 lines (195 loc) · 10.8 KB
/
book1.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<h1>Probabilistic Machine Learning: An Introduction</h1>
by <a href="https://www.cs.ubc.ca/~murphyk/">Kevin Patrick Murphy</a>.
<br>
MIT Press, March 2022.
<p>
<img src="figures/cover1-v2.png"
alt="Book cover"
style="height:200;">
<p>
<h2>Key links</h2>
<ul>
<li> <a href="pml1/TOC/toc1.pdf">Long table of
contents</a>
<li> <a href="pml1/TOC/preface1.pdf">Preface</a>
<li> <a href="https://github.com/probml/pml-book/releases/latest/download/book1.pdf">
Draft pdf file</a>, 2022-02-08. CC-BY-NC-ND license. (Please cite the official reference below.)
<li> Order a hardcopy from <a href="https://mitpress.mit.edu/books/probabilistic-machine-learning">MIT Press</a>
or
<a href="https://www.amazon.com/Probabilistic-Machine-Learning-Introduction-Computation/dp/0262046822">Amazon</a>..
<li> <a href="https://github.com/probml/pml-book/tree/main/pml1/figures/images">All the figures</a> (png files)
<li> <a href="https://github.com/probml/pml-book/tree/main/pml1/README.md">Code to reproduce all the figures</a>
<li> <a href="https://github.com/probml/pml-book/blob/main/figures/transition-guide-2012-to-2022.pdf">Diff from 2012 book</a>
<li> <a href="https://probml.github.io/pml-book/pml1/teaching1.html">Teaching resources</a>
<li> <a href="https://github.com/probml/pml-book/issues">Issue tracker</a>.
<li><a href="https://groups.google.com/u/1/g/probml-book/">Mailing list for major announcements</a> (Low traffic)
<li> <a href="#endorsements">Endorsements</a>
</ul>
If you use this book, please be sure to cite
<pre><code>
@book{pml1Book,
author = "Kevin P. Murphy",
title = "Probabilistic Machine Learning: An introduction",
publisher = "MIT Press",
year = 2022,
url = "probml.ai"
}
</code></pre>
<p>
<img src="https://img.shields.io/github/downloads/probml/pml-book/total"
alt="download stats shield">
<h2>Table of contents</h2>
<img src="pml1/TOC/toc1-short.png"
alt="TOC 2021-07-20"
style="height:700;">
<h2><a id="code">Code accompanying the book</h2>
Code to recreate all the figures can be found in a series of colabs, one per chapter,
stored <a href="https://github.com/probml/pml-book/tree/main/pml1/figure_notebooks">
here</a>.
When reading the pdf version of the book, you can click on any link labeled <b>figures.probml.ai/x.y</b> and it will open up the colab for chapter x;
the cursor should scroll down to the cell for figure y.
Once you get there,
click on the button labeled 'setup' and it will install any necessary code.
(The first time you do this it may take about 10 seconds, but subsequent setups for other cells in the same chapter should be faster,
even if they open in a new tab.)
After setup, click on the following cell and it will run the code for you.
(It should automagically install any missing packages as well, although you may need to run the cell twice to make this work.)
<p>
The code for most figures is stored in individual files in the
<a href="https://github.com/probml/pyprobml/tree/master/scripts">scripts</a> directory.
You can run these locally (on your laptop), but it's often faster to run in colab (especially for demos that use a GPU).
To do this, just type `%run foo.py`. You can also edit the file in colab, and then rerun it.
Note, however, that changes to local files will not be saved beyond the current colab session.
(A better, but more complex, approach is to use VScode to ssh into the colab machine,
see <a href="https://github.com/probml/probml-notebooks/blob/main/markdown/colab_gcp_tpu_tutorial.md">this page
</a> for details.)
<p>
There are also some inline links to code in the body of the book, labeled <b>code.probml.ai/foo</b>; these refer to
demos that are not associated with any figure. Clicking on these links behaves in a similar way to the figure code (opening a tab for the appropriate
colab cell).
In addition to the above, each chapter has
<a href="https://github.com/probml/pml-book/tree/main/pml1/supplements">supplementary code / material</a>.
These will continue to be updated even after the book is published (contributions welcome!).
<p>
<h2><a id="endorsements"></a>Endorsements</h2>
<ul>
<p>
<li>
"The deep learning revolution has transformed the field of machine learning over the last decade.
It was inspired by attempts to mimic the way the brain learns but it is grounded in basic principles of statistics,
information theory,
decision theory and optimization. This book does an excellent job of explaining these principles and describes many of the "classical"
machine learning methods that make use of them. It also shows how the same principles can be applied in deep learning systems
that contain many layers of features.
This provides a coherent framework in which one can understand the relationships and tradeoffs between many different ML approaches,
both old and new." -- <a href="https://www.cs.toronto.edu/~hinton/">Geoff Hinton</a>. U. Toronto/ Google.
<p>
<li>
"Kevin Murphy’s book on machine learning is a superbly written,
comprehensive treatment of the field, built on a foundation of probability theory.
It is rigorous yet readily accessible, and
is a must-have for anyone interested in gaining a deep understanding of machine learning."
-- <a href="https://www.microsoft.com/en-us/research/people/cmbishop/">Chris Bishop</a>,
Microsoft Research.
<p>
<li>
"This book is a clear, concise, and rigorous introduction to the foundations of machine learning.
It beautifully bridges between the "traditional" topics and the more "modern" deep learning methods,
creating a unifying framework that contextualizes both of them. It's the book I recommend for people who are new to the
field and want to obtain a comprehensive view of the core principles and methods."
-- <a href="https://ai.stanford.edu/~koller/">Daphne Koller</a>, Insitro/ Stanford.
<p>
<li>
"This is a remarkable book covering the conceptual,
theoretical and computational foundations of probabilistic machine learning,
starting with the basics and moving seamlessly to the leading edge of this field.
The pedagogical structure of the book is extremely useful for teaching. One of my favorite parts is
that most of the figures of the book have a link to the associated
(python, JAX, tensorflow) code that is used to generate them,
often with comparisons between the different computational ways of solving the problems."
-- <a href="https://www.seas.harvard.edu/brenner/Home.html">Michael Brenner</a>, Harvard/ Google.
<p>
<li>
"This book could be titled 'What every ML PhD student should know'.
If you master the material in this book, you will have an outstanding foundation for successful research in machine learning.”
-- <a href="http://web.engr.oregonstate.edu/~tgd/">Tom Dietterich</a>, Oregon State U.
<p>
<li>
"This book delivers a wonderful exposition of modern and traditional machine learning approaches through the language and lens of probabilistic reasoning.
As such, it provides extremely valuable and much needed coherence, generalisation, and mathematical rigour,
allowing the reader to gain a deep understanding of the interconnectivities between many different areas of data science,
and so deliver more effective outcomes.
I highly recommend this second edition"
-- <a href="https://www.turing.ac.uk/people/researchers/mark-briers">Mark Briers</a>, Alan Turing Institute.
<p>
<li> "There are many books on machine learning out there, but none gives
such a well-rounded, up-to-date, and comprehensive view of the
field as this one. We use this book as reference reading for our
students taking the advanced machine learning course at Oxford to
introduce them to fundamental as well as current topics in the
field. I'm amazed at the amount of work that went into this
book---which will surely be used by many to train the next
generation of machine learning experts."
-- <a href="http://www.cs.ox.ac.uk/people/yarin.gal/website/">Yarin Gal</a>, U. Oxford
<p>
<li>
"This is a terrific resource for machine learning students and researchers.
If you want to understand the foundations of modern machine learning then this is the book to read.
The text is particularly strong at marrying classical ideas from statistics and probability with more modern concepts such as deep learning."
-- <a href="https://www.ics.uci.edu/~smyth/">Padhraic Smyth</a>, UC Irvine
<p>
<li> "My favorite machine learning book just received a face-lift!
'Probabilistic Machine Learning: An Introduction' is the most
comprehensive and accessible book on modern machine learning by a
large margin.
It now also covers the latest developments in deep learning and
causal discovery. With this upgrade it will remain the reference
book for our field that every respected researcher needs to have
on their desk." -- <a href="https://staff.fnwi.uva.nl/m.welling/">Max Welling</a>,
U. Amsterdam
<p>
<li>
"Prof Murphy's 2012 book was a triumph, covering both basic material
and also the state-of-the-art. The new 'Probabilistic Machine
Learning: An Introduction' is similarly excellent, and includes new
material, especially on deep learning and recent developments. It
will become an essential reference for students and researchers in
probabilistic machine learning."
-- <a href="https://homepages.inf.ed.ac.uk/ckiw/">Chris Williams</a>, U. Edinburgh
<p>
<li> "The book is really good."
-- <a href="https://www.is.mpg.de/~bs">Bernhard Scholkopf</a>, U. Tuebingen
</ul>
<!--
<h2>Some metrics</h2>
<img src="https://img.shields.io/github/stars/probml/pml-book">
<img src="https://starchart.cc/probml/pml-book.svg"
alt="downloads over time">
-->
<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:
Sami Abu-El-Haija,
Mathieu Blondel,
Ines Chami,
Krzysztof Choromanski,
Zico Kolter,
Frederick Kunster,
Si Yi Meng,
Aaron Mishkin,
Byran Perozzi,
Colin Raffel,
Mark Schmidt,
Sharan Vaswani.
<li> People who helped proof-read: John Fearns, Peter Cerno, and many other people
listed in the <a href="https://github.com/probml/pml-book/issues">github issues page</a>.
<li> People who have helped with the code: Mahmoud Soliman,
Aleyna Kara, Gerardo Durán-Martín,
Srikar Jilugu,
Drishti Patel,
Ming Liang Ang,
and other people listed on the
<a href="https://github.com/probml/pyprobml/blob/master/README.md#acknowledgements">github page</a>.
</ul>