Skip to content

Commit f799153

Browse files
committed
updating week 5
1 parent 986bc0b commit f799153

File tree

8 files changed

+188
-185
lines changed

8 files changed

+188
-185
lines changed

doc/pub/week5/html/week5-bs.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
None,
4747
'a-deep-cnn-model-from-raschka-et-al-https-github-com-rasbt-machine-learning-book'),
4848
('Key Idea', 2, None, 'key-idea'),
49-
('How to do image compression before the era of deep learning',
49+
('How did we do image compression before the era of deep '
50+
'learning',
5051
2,
5152
None,
52-
'how-to-do-image-compression-before-the-era-of-deep-learning'),
53+
'how-did-we-do-image-compression-before-the-era-of-deep-learning'),
5354
('The SVD example', 2, None, 'the-svd-example'),
5455
('Examples of CNN setups', 2, None, 'examples-of-cnn-setups'),
5556
('Summarizing: Performing a general discrete convolution ("From '
@@ -248,7 +249,7 @@
248249
<!-- navigation toc: --> <li><a href="#cnns-in-brief" style="font-size: 80%;"><b>CNNs in brief</b></a></li>
249250
<!-- navigation toc: --> <li><a href="#a-deep-cnn-model-from-raschka-et-al-https-github-com-rasbt-machine-learning-book" style="font-size: 80%;"><b>A deep CNN model ("From Raschka et al":"https://github.com/rasbt/machine-learning-book")</b></a></li>
250251
<!-- navigation toc: --> <li><a href="#key-idea" style="font-size: 80%;"><b>Key Idea</b></a></li>
251-
<!-- navigation toc: --> <li><a href="#how-to-do-image-compression-before-the-era-of-deep-learning" style="font-size: 80%;"><b>How to do image compression before the era of deep learning</b></a></li>
252+
<!-- navigation toc: --> <li><a href="#how-did-we-do-image-compression-before-the-era-of-deep-learning" style="font-size: 80%;"><b>How did we do image compression before the era of deep learning</b></a></li>
252253
<!-- navigation toc: --> <li><a href="#the-svd-example" style="font-size: 80%;"><b>The SVD example</b></a></li>
253254
<!-- navigation toc: --> <li><a href="#examples-of-cnn-setups" style="font-size: 80%;"><b>Examples of CNN setups</b></a></li>
254255
<!-- navigation toc: --> <li><a href="#summarizing-performing-a-general-discrete-convolution-from-raschka-et-al-https-github-com-rasbt-machine-learning-book" style="font-size: 80%;"><b>Summarizing: Performing a general discrete convolution ("From Raschka et al":"https://github.com/rasbt/machine-learning-book")</b></a></li>
@@ -423,7 +424,7 @@ <h2 id="key-idea" class="anchor">Key Idea </h2>
423424
<p>We say we perform a filtering (convolution is the mathematical operation). </p>
424425

425426
<!-- !split -->
426-
<h2 id="how-to-do-image-compression-before-the-era-of-deep-learning" class="anchor">How to do image compression before the era of deep learning </h2>
427+
<h2 id="how-did-we-do-image-compression-before-the-era-of-deep-learning" class="anchor">How did we do image compression before the era of deep learning </h2>
427428

428429
<p>The singular-value decomposition (SVD) algorithm has been for decades one of the standard ways of compressing images.
429430
The <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter2.html#the-singular-value-decomposition" target="_self">lectures on the SVD</a> give many of the essential details concerning the SVD.

doc/pub/week5/html/week5-reveal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h2 id="key-idea">Key Idea </h2>
268268
</section>
269269

270270
<section>
271-
<h2 id="how-to-do-image-compression-before-the-era-of-deep-learning">How to do image compression before the era of deep learning </h2>
271+
<h2 id="how-did-we-do-image-compression-before-the-era-of-deep-learning">How did we do image compression before the era of deep learning </h2>
272272

273273
<p>The singular-value decomposition (SVD) algorithm has been for decades one of the standard ways of compressing images.
274274
The <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter2.html#the-singular-value-decomposition" target="_blank">lectures on the SVD</a> give many of the essential details concerning the SVD.

doc/pub/week5/html/week5-solarized.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@
7373
None,
7474
'a-deep-cnn-model-from-raschka-et-al-https-github-com-rasbt-machine-learning-book'),
7575
('Key Idea', 2, None, 'key-idea'),
76-
('How to do image compression before the era of deep learning',
76+
('How did we do image compression before the era of deep '
77+
'learning',
7778
2,
7879
None,
79-
'how-to-do-image-compression-before-the-era-of-deep-learning'),
80+
'how-did-we-do-image-compression-before-the-era-of-deep-learning'),
8081
('The SVD example', 2, None, 'the-svd-example'),
8182
('Examples of CNN setups', 2, None, 'examples-of-cnn-setups'),
8283
('Summarizing: Performing a general discrete convolution ("From '
@@ -344,7 +345,7 @@ <h2 id="key-idea">Key Idea </h2>
344345
<p>We say we perform a filtering (convolution is the mathematical operation). </p>
345346

346347
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
347-
<h2 id="how-to-do-image-compression-before-the-era-of-deep-learning">How to do image compression before the era of deep learning </h2>
348+
<h2 id="how-did-we-do-image-compression-before-the-era-of-deep-learning">How did we do image compression before the era of deep learning </h2>
348349

349350
<p>The singular-value decomposition (SVD) algorithm has been for decades one of the standard ways of compressing images.
350351
The <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter2.html#the-singular-value-decomposition" target="_blank">lectures on the SVD</a> give many of the essential details concerning the SVD.

doc/pub/week5/html/week5.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@
150150
None,
151151
'a-deep-cnn-model-from-raschka-et-al-https-github-com-rasbt-machine-learning-book'),
152152
('Key Idea', 2, None, 'key-idea'),
153-
('How to do image compression before the era of deep learning',
153+
('How did we do image compression before the era of deep '
154+
'learning',
154155
2,
155156
None,
156-
'how-to-do-image-compression-before-the-era-of-deep-learning'),
157+
'how-did-we-do-image-compression-before-the-era-of-deep-learning'),
157158
('The SVD example', 2, None, 'the-svd-example'),
158159
('Examples of CNN setups', 2, None, 'examples-of-cnn-setups'),
159160
('Summarizing: Performing a general discrete convolution ("From '
@@ -421,7 +422,7 @@ <h2 id="key-idea">Key Idea </h2>
421422
<p>We say we perform a filtering (convolution is the mathematical operation). </p>
422423

423424
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
424-
<h2 id="how-to-do-image-compression-before-the-era-of-deep-learning">How to do image compression before the era of deep learning </h2>
425+
<h2 id="how-did-we-do-image-compression-before-the-era-of-deep-learning">How did we do image compression before the era of deep learning </h2>
425426

426427
<p>The singular-value decomposition (SVD) algorithm has been for decades one of the standard ways of compressing images.
427428
The <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter2.html#the-singular-value-decomposition" target="_blank">lectures on the SVD</a> give many of the essential details concerning the SVD.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)