Artificial Neural Networks

Description

The Artificial Neural Networks are inspired from biological neurons in our brains.

The neurons in are brains transmit information if the electrical signal value is above a certain threshold value.

Similarly, in neural networks, input values are transmitted through layers of neurons using the weights of the neurons and an output value is produced.

It is a supervised machine learning technique which means that we know the exact value of the inputs.

The produced output value is compared the actual value of the input and weights in the nodes are updated accordingly.

This procedure is repeated until there is no need to update weight in the network, which means produced output is equal to the exact value of the input.