diff --git a/doc/pub/week40/html/._week40-bs000.html b/doc/pub/week40/html/._week40-bs000.html index 62292850d..4c47dc9ba 100644 --- a/doc/pub/week40/html/._week40-bs000.html +++ b/doc/pub/week40/html/._week40-bs000.html @@ -338,7 +338,7 @@ MathJax.Hub.Config({
-
diff --git a/doc/pub/week40/html/._week40-bs042.html b/doc/pub/week40/html/._week40-bs042.html index 847329d7c..2441c081c 100644 --- a/doc/pub/week40/html/._week40-bs042.html +++ b/doc/pub/week40/html/._week40-bs042.html @@ -322,7 +322,11 @@ MathJax.Hub.Config({
-Let us first try to fit various gates using standard linear regression +Let us first try to fit various gates using standard linear +regression. The gates we are thinking of are the classical XOR, OR and +AND gates, well-known elements in computer science. The tables here +show how we can set up the inputs \( x_1 \) and \( x_2 \) in order to yield a +specific target \( y_i \).
diff --git a/doc/pub/week40/html/week40-bs.html b/doc/pub/week40/html/week40-bs.html index 62292850d..4c47dc9ba 100644 --- a/doc/pub/week40/html/week40-bs.html +++ b/doc/pub/week40/html/week40-bs.html @@ -338,7 +338,7 @@ MathJax.Hub.Config({
-
diff --git a/doc/pub/week40/html/week40-reveal.html b/doc/pub/week40/html/week40-reveal.html index bb9639c9a..2b9b6c603 100644 --- a/doc/pub/week40/html/week40-reveal.html +++ b/doc/pub/week40/html/week40-reveal.html @@ -148,7 +148,7 @@ MathJax.Hub.Config({
-
@@ -1448,7 +1448,11 @@ as to not restrict the range of output values.
-Let us first try to fit various gates using standard linear regression +Let us first try to fit various gates using standard linear +regression. The gates we are thinking of are the classical XOR, OR and +AND gates, well-known elements in computer science. The tables here +show how we can set up the inputs \( x_1 \) and \( x_2 \) in order to yield a +specific target \( y_i \).
diff --git a/doc/pub/week40/html/week40-solarized.html b/doc/pub/week40/html/week40-solarized.html index 5216c674b..464ef951d 100644 --- a/doc/pub/week40/html/week40-solarized.html +++ b/doc/pub/week40/html/week40-solarized.html @@ -263,7 +263,7 @@ MathJax.Hub.Config({
-
@@ -1508,7 +1508,11 @@ as to not restrict the range of output values.
-Let us first try to fit various gates using standard linear regression +Let us first try to fit various gates using standard linear +regression. The gates we are thinking of are the classical XOR, OR and +AND gates, well-known elements in computer science. The tables here +show how we can set up the inputs \( x_1 \) and \( x_2 \) in order to yield a +specific target \( y_i \).
diff --git a/doc/pub/week40/html/week40.html b/doc/pub/week40/html/week40.html index 335199555..931014cb8 100644 --- a/doc/pub/week40/html/week40.html +++ b/doc/pub/week40/html/week40.html @@ -268,7 +268,7 @@ MathJax.Hub.Config({
-
@@ -1513,7 +1513,11 @@ as to not restrict the range of output values.
-Let us first try to fit various gates using standard linear regression +Let us first try to fit various gates using standard linear +regression. The gates we are thinking of are the classical XOR, OR and +AND gates, well-known elements in computer science. The tables here +show how we can set up the inputs \( x_1 \) and \( x_2 \) in order to yield a +specific target \( y_i \).
diff --git a/doc/pub/week40/ipynb/ipynb-week40-src.tar.gz b/doc/pub/week40/ipynb/ipynb-week40-src.tar.gz index 51eed6eb8..14a4ca369 100644 Binary files a/doc/pub/week40/ipynb/ipynb-week40-src.tar.gz and b/doc/pub/week40/ipynb/ipynb-week40-src.tar.gz differ diff --git a/doc/pub/week40/ipynb/week40.ipynb b/doc/pub/week40/ipynb/week40.ipynb index 9b75a5667..c357a751a 100644 --- a/doc/pub/week40/ipynb/week40.ipynb +++ b/doc/pub/week40/ipynb/week40.ipynb @@ -10,7 +10,7 @@ " \n", "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo, Norway and Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA\n", "\n", - "Date: **Oct 8, 2021**\n", + "Date: **Oct 9, 2021**\n", "\n", "Copyright 1999-2021, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license\n", "\n", @@ -1545,7 +1545,13 @@ "\n", "## Examples of XOR, OR and AND gates\n", "\n", - "Let us first try to fit various gates using standard linear regression" + "\n", + "\n", + "Let us first try to fit various gates using standard linear\n", + "regression. The gates we are thinking of are the classical XOR, OR and\n", + "AND gates, well-known elements in computer science. The tables here\n", + "show how we can set up the inputs $x_1$ and $x_2$ in order to yield a\n", + "specific target $y_i$." ] }, { diff --git a/doc/src/week40/week40.do.txt b/doc/src/week40/week40.do.txt index a6740ce89..d0bb146f0 100644 --- a/doc/src/week40/week40.do.txt +++ b/doc/src/week40/week40.do.txt @@ -1106,7 +1106,16 @@ FIGURE: [figures/nns.png, width=600 frac=0.8] In a) we show a single perceptron !split ===== Examples of XOR, OR and AND gates ===== -Let us first try to fit various gates using standard linear regression + + +Let us first try to fit various gates using standard linear +regression. The gates we are thinking of are the classical XOR, OR and +AND gates, well-known elements in computer science. The tables here +show how we can set up the inputs $x_1$ and $x_2$ in order to yield a +specific target $y_i$. + + + !bc pycod """