5、Neural Networks:Learning
5.1、Cost Function and Backpropagation
5.2、Backprogation algorithm
5.3、Gradient checking
Important:
Be sure to disable your gradient checking code before training your claaifier. otherwise code will be very slow.
5.4 Random initialization
initial each initialtheta to a random value in[-EPSILON,EPSILON]