![]() |
|
|||||||||||||||||
Artificial neuronThe artificial neuron (also called "node") is the basic unit of an artificial neural network, simulating a biological neuron. It receives one or more inputs, sums these, and produces an output after passing the sum through a (usually) non-linear function known as an activation or transfer function. The canonical form of this function is a sigmoid, but may also be another non-linear function, a piecewise linear function, or a step function. Generally, transfer functions are monotonically increasing.
Basic structureFor a given artificial neuron, let there be n inputs with signals x1 through xn and weights w1 through wn. The summed input u is given by This value is then passed through a transfer function and either propogates to the next layer (through a weighted synapse) or finally exits the system as part or all of the output. History
Types of transfer functionsThe transfer function of a neuron is chosen to have a number of properties which either enhance or simplify the network containing the neuron. Crucially, for instance, any Artificial_neural_network#Multi-layer_perceptron using a linear transfer function has an equivalent single-layer network; a non-linear function is therefore necessary to gain the advantages of a multi-layer network. Step functionThe output y of this transfer function is binary, depending on whether the input meets a specified threshold, θ. The "signal" is sent, i.e. the output is set to one, if the activation meets the threshold. See: Step function SigmoidA fairly simple non-linear function, the sigmoid also has an easily calculated derivative, which is used when calculating the weight updates in the network. It thus makes the network more easily manipulable mathematically, and was attractive to early computer scientists who needed to minimise the computational load of their simulations.
Bibliography
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License.
How to see transparent copy 01-04-2007 01:21:04 |
|





