Skip to content

Commit

Permalink
Merge pull request #930 from nature-of-code/notion-update-docs
Browse files Browse the repository at this point in the history
[Notion] Update docs
  • Loading branch information
shiffman committed Apr 3, 2024
2 parents fd14992 + acbcbc5 commit 6f6b967
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/10_nn.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 id="the-perceptron">The Perceptron</h2>
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Input</th>
<th>Value</th>
</tr>
</thead>
Expand All @@ -99,7 +99,7 @@ <h4 id="step-1-weight-the-inputs">Step 1: Weight the Inputs</h4>
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Weight</th>
<th>Value</th>
</tr>
</thead>
Expand All @@ -119,8 +119,8 @@ <h4 id="step-1-weight-the-inputs">Step 1: Weight the Inputs</h4>
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Phrase</th>
<th style="width:100px">Input</th>
<th style="width:100px">Weight</th>
<th>Input <span data-type="equation">\boldsymbol{\times}</span> Weight</th>
</tr>
</thead>
Expand Down Expand Up @@ -198,8 +198,8 @@ <h3 id="simple-pattern-recognition-using-a-perceptron">Simple Pattern Recognitio
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Phrase</th>
<th style="width:100px">Input</th>
<th style="width:100px">Weight</th>
<th>Result</th>
</tr>
</thead>
Expand Down Expand Up @@ -290,8 +290,8 @@ <h3 id="the-perceptron-code">The Perceptron Code</h3>
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Phrase</th>
<th style="width:100px">Desired</th>
<th style="width:100px">Guess</th>
<th>Error</th>
</tr>
</thead>
Expand Down

0 comments on commit 6f6b967

Please sign in to comment.