This is the drawing of a natural neural network.
Artificial neural networks are based on natural neural networks.
Natural neural networks use “spikes” of energy to transmit information from one neuron to the other.
Natural neural networks use also chemical reactions to transmit information from one neuron to the other.
Artificial neural networks (the clasical ones) use constant values in all the interconnections.
They are composed of “n” inputs and 1 output.
Depending on the neural neuron selected you can use real values in the inputs and you get a real value in the output.
The neural neuron action is about calculating the output adding together all the input values each of them weighted to an “appropriate” percentage and them applying a especial threshold function.
O = f(∑(w⋅X))
Where “O” is the output of the neuron, “f” is the threshold function, “w” is the weight and X is each input.
This neuron is call perceptron.
Is normal to connect all the output of the first level of neurons to all the inputs of the next level, and so on.
fastdev/neural_networks.txt · Last modified: 2007/06/20 10:04 by
memeruiz · [
Old revisions]