Table of Contents

Artificial Neural Networks

Natural neural networks

This is the drawing of a natural neural network.

natural_neural_network

Artificial neural networks are based on natural neural networks.

Artificial neural networks

articles-neural-neuron.jpg

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.

Learning

Then you have to apply this when you have more than one neuron. For this there is an algorithm called backpropagation