Skip to content

Commit 7528010

Browse files
committed
move GSOC stuff into subdirectory.
move all html images out of figures folder.
1 parent 4c34c24 commit 7528010

16 files changed

+10
-10
lines changed
File renamed without changes.

book1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1>Probabilistic Machine Learning: An Introduction</h1>
44
MIT Press, March 2022.
55

66
<p>
7-
<img src="figures/cover1-v2.png"
7+
<img src="cover1.jpg"
88
alt="Book cover"
99
style="height:200;">
1010
<p>
@@ -34,7 +34,7 @@ <h2>Key links</h2>
3434
<li> <a href="https://github.com/probml/pml-book/tree/main/pml1/README.md">Code to reproduce all the figures</a>
3535

3636

37-
<li> <a href="https://github.com/probml/pml-book/blob/main/figures/transition-guide-2012-to-2022.pdf">Diff from 2012 book</a>
37+
<li> <a href="https://github.com/probml/pml-book/blob/main/transition-guide-2012-to-2022.pdf">Diff from 2012 book</a>
3838

3939

4040
<li> <a href="solns-public.pdf">Solutions to (non-starred) exercises

figures/cover1.jpg cover1.jpg

File renamed without changes.

figures/cover2.jpg cover2.jpg

File renamed without changes.

figures/acc-vs-conf-sgd-fashion.pdf

12.5 KB
Binary file not shown.

figures/cover1-v2.gif

-57.3 KB
Binary file not shown.

figures/cover1-v2.jpg

-128 KB
Binary file not shown.

figures/cover1-v2.png

-328 KB
Binary file not shown.

gsoc2021.html gsoc/gsoc2021.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ <h1>Google Summer of Code 2021 - Project "PyProbML"</h1>
66

77

88
<p>
9-
<img src="figures/cover1.jpg" style="height:200">
10-
<img src="figures/cover2.jpg" style="height:200">
9+
<img src="../cover1.jpg" style="height:200">
10+
<img src="../cover2.jpg" style="height:200">
1111

1212
<p>
1313

@@ -108,7 +108,7 @@ <h2><a id="hmm">HMMs for changepoint detection</h2>
108108

109109

110110
<p>
111-
<img src="figures/hmm-changepoints.png" style="height:300">
111+
<img src="hmm-changepoints.png" style="height:300">
112112

113113

114114

@@ -122,9 +122,9 @@ <h2> ><a id="mixfa">Mixtures of (low-rank) Gaussians for CelebA faces</h2>
122122
After fitting, we can easily generate samples, and perform imputation
123123
from occluded images, as shown below.
124124
<p>
125-
<img src="figures/mfa-samples.jpeg" style="height:200">
126-
<img src="figures/mfa-occluded.jpeg" style="height:200">
127-
<img src="figures/mfa-recon.jpeg" style="height:200">
125+
<img src="mfa-samples.jpeg" style="height:200">
126+
<img src="mfa-occluded.jpeg" style="height:200">
127+
<img src="mfa-recon.jpeg" style="height:200">
128128

129129
<p>
130130

@@ -153,7 +153,7 @@ <h2> <a id="potts">Fast blocked Gibbs sampling for the Potts model using JAX</h2
153153
<br>
154154
This demo took 18 minutes with numpy+numba, but only 6s with JAX+math tricks :).
155155
<p>
156-
<img src="figures/potts-slide.png" style="height:400">
156+
<img src="potts-slide.png" style="height:400">
157157

158158

159159

@@ -181,5 +181,5 @@ <h2><a id="cliplogreg">Imagenette classifier using logistic regression + CLIP pr
181181

182182

183183
<p>
184-
<img src="figures/imagenette-logreg-clip.png" style="height:300">
184+
<img src="imagenette-logreg-clip.png" style="height:300">
185185

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)