Open ypeels opened 9 years ago
http://ufldl.stanford.edu/tutorial/supervised/ExerciseSupervisedNeuralNetwork/
The equation for delta should not have a sum over i, since a different set of delta values is computed for each training example.
Also, the RHS is a scalar and not a vector, so the LHS should have a matching subscript k.
This was all noticed previously by @civilstat
http://ufldl.stanford.edu/tutorial/supervised/ExerciseSupervisedNeuralNetwork/
The equation for delta should not have a sum over i, since a different set of delta values is computed for each training example.
Also, the RHS is a scalar and not a vector, so the LHS should have a matching subscript k.
This was all noticed previously by @civilstat