correction

master
Charles Iliya Krempeaux 2023-12-16 22:31:03 -08:00
parent f59c090f55
commit 1af3df6550
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<figcaption>
Schematic for a neuron in a neural net
</figcaption>
<figure>
</figure>
<p>Each neuron has a set of inputs, each of which is given a specific weight. The neuron computes some function on these weighted inputs. A linear neuron takes a linear combination of the weighted inputs. A sigmoidal neuron does something a little more complicated:</p>
<figure>
<img src="sigmoid.png" title="Sigmoid" alt="Sigmoid"/>