updating week 40

This commit is contained in:
Morten Hjorth-Jensen
2021-10-09 19:09:14 +02:00
parent dd0e41cf15
commit 54b9a79fba
9 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA</b></center>
<br>
<p>
<center><h4>Oct 8, 2021</h4></center> <!-- date -->
<center><h4>Oct 9, 2021</h4></center> <!-- date -->
<br>
<p>
+5 -1
View File
@@ -322,7 +322,11 @@ MathJax.Hub.Config({
<h2 id="examples-of-xor-or-and-and-gates" class="anchor">Examples of XOR, OR and AND gates </h2>
<p>
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 \).
<p>
+1 -1
View File
@@ -338,7 +338,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA</b></center>
<br>
<p>
<center><h4>Oct 8, 2021</h4></center> <!-- date -->
<center><h4>Oct 9, 2021</h4></center> <!-- date -->
<br>
<p>
+6 -2
View File
@@ -148,7 +148,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA</b></center>
<br>
<p>&nbsp;<br>
<center><h4>Oct 8, 2021</h4></center> <!-- date -->
<center><h4>Oct 9, 2021</h4></center> <!-- date -->
<br>
<p>
@@ -1448,7 +1448,11 @@ as to not restrict the range of output values.
<h2 id="examples-of-xor-or-and-and-gates">Examples of XOR, OR and AND gates </h2>
<p>
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 \).
<p>
+6 -2
View File
@@ -263,7 +263,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA</b></center>
<br>
<p>
<center><h4>Oct 8, 2021</h4></center> <!-- date -->
<center><h4>Oct 9, 2021</h4></center> <!-- date -->
<br>
<p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -1508,7 +1508,11 @@ as to not restrict the range of output values.
<h2 id="examples-of-xor-or-and-and-gates">Examples of XOR, OR and AND gates </h2>
<p>
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 \).
<p>
+6 -2
View File
@@ -268,7 +268,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA</b></center>
<br>
<p>
<center><h4>Oct 8, 2021</h4></center> <!-- date -->
<center><h4>Oct 9, 2021</h4></center> <!-- date -->
<br>
<p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -1513,7 +1513,11 @@ as to not restrict the range of output values.
<h2 id="examples-of-xor-or-and-and-gates">Examples of XOR, OR and AND gates </h2>
<p>
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 \).
<p>
Binary file not shown.
+8 -2
View File
@@ -10,7 +10,7 @@
"<!-- Author: --> \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$."
]
},
{
+10 -1
View File
@@ -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
"""