diff --git a/doc/pub/cnn/html/._cnn-bs000.html b/doc/pub/cnn/html/._cnn-bs000.html index e7c61ae6e..b24bc014c 100644 --- a/doc/pub/cnn/html/._cnn-bs000.html +++ b/doc/pub/cnn/html/._cnn-bs000.html @@ -167,7 +167,7 @@ MathJax.Hub.Config({
[2] Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

-

Oct 4, 2019

+

Dec 14, 2019


diff --git a/doc/pub/cnn/html/._cnn-bs001.html b/doc/pub/cnn/html/._cnn-bs001.html index f7162b471..b8822668b 100644 --- a/doc/pub/cnn/html/._cnn-bs001.html +++ b/doc/pub/cnn/html/._cnn-bs001.html @@ -175,6 +175,9 @@ Here we provide only a superficial overview, for the more interested, we recomme IN5400 – Machine Learning for Image Analysis and the slides of CS231. +

+Another good read is the article here https://arxiv.org/pdf/1603.07285.pdf. +

diff --git a/doc/pub/cnn/html/cnn-bs.html b/doc/pub/cnn/html/cnn-bs.html index e7c61ae6e..b24bc014c 100644 --- a/doc/pub/cnn/html/cnn-bs.html +++ b/doc/pub/cnn/html/cnn-bs.html @@ -167,7 +167,7 @@ MathJax.Hub.Config({

[2] Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

-

Oct 4, 2019

+

Dec 14, 2019


diff --git a/doc/pub/cnn/html/cnn-reveal.html b/doc/pub/cnn/html/cnn-reveal.html index d961c1478..e18534af6 100644 --- a/doc/pub/cnn/html/cnn-reveal.html +++ b/doc/pub/cnn/html/cnn-reveal.html @@ -148,7 +148,7 @@ MathJax.Hub.Config({

[2] Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

 
-

Oct 4, 2019

+

Dec 14, 2019


@@ -185,6 +185,9 @@ the network. Here we provide only a superficial overview, for the more interested, we recommend highly the course IN5400 – Machine Learning for Image Analysis and the slides of CS231. + +

+Another good read is the article here https://arxiv.org/pdf/1603.07285.pdf. diff --git a/doc/pub/cnn/html/cnn-solarized.html b/doc/pub/cnn/html/cnn-solarized.html index 2ee41b0cf..405147bdf 100644 --- a/doc/pub/cnn/html/cnn-solarized.html +++ b/doc/pub/cnn/html/cnn-solarized.html @@ -110,7 +110,7 @@ MathJax.Hub.Config({

[2] Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

-

Oct 4, 2019

+

Dec 14, 2019












@@ -142,6 +142,9 @@ Here we provide only a superficial overview, for the more interested, we recomme IN5400 – Machine Learning for Image Analysis and the slides of CS231. +

+Another good read is the article here https://arxiv.org/pdf/1603.07285.pdf. +











diff --git a/doc/pub/cnn/html/cnn.html b/doc/pub/cnn/html/cnn.html index c107d9f86..d9b2a68bc 100644 --- a/doc/pub/cnn/html/cnn.html +++ b/doc/pub/cnn/html/cnn.html @@ -115,7 +115,7 @@ MathJax.Hub.Config({

[2] Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

-

Oct 4, 2019

+

Dec 14, 2019












@@ -147,6 +147,9 @@ Here we provide only a superficial overview, for the more interested, we recomme IN5400 – Machine Learning for Image Analysis and the slides of CS231. +

+Another good read is the article here https://arxiv.org/pdf/1603.07285.pdf. +











diff --git a/doc/pub/cnn/ipynb/cnn.ipynb b/doc/pub/cnn/ipynb/cnn.ipynb index 955777445..c8b65b602 100644 --- a/doc/pub/cnn/ipynb/cnn.ipynb +++ b/doc/pub/cnn/ipynb/cnn.ipynb @@ -10,7 +10,7 @@ " \n", "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n", "\n", - "Date: **Oct 4, 2019**\n", + "Date: **Dec 14, 2019**\n", "\n", "Copyright 1999-2019, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license\n", "\n", @@ -41,6 +41,8 @@ "[IN5400 – Machine Learning for Image Analysis](https://www.uio.no/studier/emner/matnat/ifi/IN5400/index-eng.html)\n", "and the slides of [CS231](http://cs231n.github.io/convolutional-networks/).\n", "\n", + "Another good read is the article here . \n", + "\n", "## Regular NNs don’t scale well to full images\n", "\n", "As an example, consider\n", diff --git a/doc/pub/cnn/ipynb/ipynb-cnn-src.tar.gz b/doc/pub/cnn/ipynb/ipynb-cnn-src.tar.gz index c8178c47c..83c1ebe27 100644 Binary files a/doc/pub/cnn/ipynb/ipynb-cnn-src.tar.gz and b/doc/pub/cnn/ipynb/ipynb-cnn-src.tar.gz differ diff --git a/doc/pub/cnn/pdf/cnn-minted.pdf b/doc/pub/cnn/pdf/cnn-minted.pdf index 4ebda3c6c..874429fa7 100644 Binary files a/doc/pub/cnn/pdf/cnn-minted.pdf and b/doc/pub/cnn/pdf/cnn-minted.pdf differ diff --git a/doc/src/CNN/cnn.do.txt b/doc/src/CNN/cnn.do.txt index e20014726..6ead64ef5 100644 --- a/doc/src/CNN/cnn.do.txt +++ b/doc/src/CNN/cnn.do.txt @@ -28,6 +28,8 @@ Here we provide only a superficial overview, for the more interested, we recomme "IN5400 – Machine Learning for Image Analysis":"https://www.uio.no/studier/emner/matnat/ifi/IN5400/index-eng.html" and the slides of "CS231":"http://cs231n.github.io/convolutional-networks/". +Another good read is the article here URL:"https://arxiv.org/pdf/1603.07285.pdf". + !split ===== Regular NNs don’t scale well to full images =====