Notion - Update docs

This commit is contained in:
shiffman 2024-04-02 23:59:41 +00:00 committed by GitHub
parent fd14992f41
commit acbcbc53f1

View file

@ -77,7 +77,7 @@
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Input</th>
<th>Value</th>
</tr>
</thead>
@ -99,7 +99,7 @@
<table>
<thead>
<tr>
<th style="width:100px">Phrase</th>
<th style="width:100px">Weight</th>
<th>Value</th>
</tr>
</thead>
@ -119,8 +119,8 @@
<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>
@ -198,8 +198,8 @@ function activate(sum) {
<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>
@ -290,8 +290,8 @@ let guess = perceptron.feedForward(inputs);</pre>
<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>