Translations:Neural Networks/3/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The biological neuron receives electrical signals through its '''dendrites''', integrates them in the '''cell body''', and, if the combined signal exceeds a threshold, fires an output signal along its '''axon''' to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear '''activation function'''. | The biological neuron receives electrical signals through its '''dendrites''', integrates them in the '''cell body''', and, if the combined signal exceeds a threshold, fires an output signal along its '''axon''' to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear '''{{Term|activation function}}'''. | ||
Latest revision as of 23:34, 27 April 2026
The biological neuron receives electrical signals through its dendrites, integrates them in the cell body, and, if the combined signal exceeds a threshold, fires an output signal along its axon to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear activation function.