I was reading a tutorial of training a neural network using Newton's method and it says, "The maximum error reduction (of the error surface function) depends on the ratio of the gradient to the curvature. So, a good direction to move in is one with a high ratio of gradient to curvature, even if the gradient itself is small"
Can anybody give an intuitive explanation as to why the high ratio of gradient to curvature is a good direction to move?