According to Wikipedia : An artificial neural network is an interconnected group of nodes, akin to the vast network of neurons in a brain.
What comes to our mind when we hear the term Neural Network, which is quite obviously trending these days . Whenever we hear Neural Network, a slight glimpse of the pic given below comes to our mind
The first picture shows the biological neuron. It is the basic constituent of our nervous system. The basic functions of our body are performed through neural networks. The head neuron receives the signal from our brain and depending on the intensity of the signal, it passes through different neurons connected to the head neuron and performs the right task.
Therefore, an artificial neural network basically a model imagined or we can say inspired from the human brain. Let me clarify that the neural networks in our brain are not as simple and much complex than the artificial neural network we just saw. Although we can construct a complex neural network but the neural architecture of our brain is much more complex and yet unexplored.
Mathematically speaking, Artificial Neural Networks are highly complex composite functions providing the ability of computing non-linear problems to the computers.
The neural network consists of the layer of input signals or neurons where the information enters the neural network, a layer of output signal neurons where we can get the result out of the Network, and a number of various hidden layers in between.
A single Neuron
f is the activation function
Neural Network lies in the heart of products such as self driving cars, image recognition software, recommender systems, AI drone surveillance, OCR(optical character recognition), spectrogramic representation of sound, text and speech analytics….etc.
There are currently 6 types of Neural Network mostly used in Neural Network Architecture in Deep Learning
Feedforward Neural Network
Recurrent Neural Network which is basically used in Long Short Term Memory (LSTM) projects
Convolutional Neural Network
Radial basis function Neural Network
Kohonen Self Organizing Neural Network
Modular Neural Network
On the basis of Hidden layers, we can classify them as
2-layer Neural Network(1 hidden layer)
3-layer Neural Network(2 hidden layer)
Complex Neural Network
So, bigger the Neural Network, better it is.
Follow NITW Technoreview for more updates