I've recently completed Professor Ng's Machine Learning course on Coursera, but I have some problem with understanding backpropagation algorithm. so I try to read Bishop codes for backpropagation using sigmoid function. I searched and found clean codes which try to explain what backpropagation does, but still have problem with understanding codes
can any one explain me what does really backpropagation do? and also explain codes for me?
here is the code that I found in the github and I mentioned it before