Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0 |
Citation bot (talk | contribs) Removed URL that duplicated unique identifier. | You can use this bot yourself. Report bugs here. | Activated by Zppix | Category:Artificial neural networks | via #UCB_Category |
||
Line 6:
=== Neuron ===
A neuron with label <math>j</math> receiving an input <math>p_j(t)</math> from predecessor neurons consists of the following components:<ref name="Zell1994ch5.2">{{Cite book
* an ''activation'' <math>a_j(t)</math>, the neuron's state, depending on a discrete time parameter,
Line 23:
=== Propagation function ===
The ''propagation function'' computes the ''input'' <math>p_j(t)</math> to the neuron <math>j</math> from the outputs <math>o_i(t)</math>and typically has the form<ref name="Zell1994ch5.22">{{Cite book
: <math> p_j(t) = \sum_i o_i(t) w_{ij}. </math>
|