A neural network is a computational model that is mainly inspired by the way the biological neural networks of the human brain process the incoming information. Neural networks made a huge breakthrough in machine learning research (deep learning, specifically) and industrial applications, such as breakthrough results in computer vision, speech recognition, and text processing. In this chapter, we will try to develop an understanding of a particular type of neural network called the multi-layer Perceptron.
Capacity of a single neuron
Biological motivation and connections
The basic computational unit of our brains is called a neuron, and we have approximately 86 billion neurons in our nervous system, which are connected with...