Motivation, Hypothesis, and Regularization — This article covers the motivation for using neural network algorithms, the basic idea of NNet, and how we regularize it. Start from the beginning: What is perceptron? Perceptron is the basic unit in the neural network. Every perceptron is like a linear function with a threshold. When we feed the perceptron, it must pass the threshold to…