mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
Notion - Update docs
This commit is contained in:
parent
fd14992f41
commit
acbcbc53f1
1 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue