[Notes for self] Shallow Neural Networks
Neural Network Representation
A neural network has an input layer, an output layer and one (zero?) or more hidden layers. Every layer is represented by ‘a’ and a subscript, so that the input layer is called a[0]. The letter ‘a’…