|
46 | 46 | None, |
47 | 47 | 'a-deep-cnn-model-from-raschka-et-al-https-github-com-rasbt-machine-learning-book'), |
48 | 48 | ('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', |
50 | 51 | 2, |
51 | 52 | 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'), |
53 | 54 | ('The SVD example', 2, None, 'the-svd-example'), |
54 | 55 | ('Examples of CNN setups', 2, None, 'examples-of-cnn-setups'), |
55 | 56 | ('Summarizing: Performing a general discrete convolution ("From ' |
|
248 | 249 | <!-- navigation toc: --> <li><a href="#cnns-in-brief" style="font-size: 80%;"><b>CNNs in brief</b></a></li> |
249 | 250 | <!-- 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> |
250 | 251 | <!-- 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> |
252 | 253 | <!-- navigation toc: --> <li><a href="#the-svd-example" style="font-size: 80%;"><b>The SVD example</b></a></li> |
253 | 254 | <!-- navigation toc: --> <li><a href="#examples-of-cnn-setups" style="font-size: 80%;"><b>Examples of CNN setups</b></a></li> |
254 | 255 | <!-- 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> |
423 | 424 | <p>We say we perform a filtering (convolution is the mathematical operation). </p> |
424 | 425 |
|
425 | 426 | <!-- !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> |
427 | 428 |
|
428 | 429 | <p>The singular-value decomposition (SVD) algorithm has been for decades one of the standard ways of compressing images. |
429 | 430 | 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. |
|
0 commit comments