During backpropagation the deltas are computed (i.e. the difference between the output of a layer and the target values computed by the previous layer). These deltas are then used to compute the gradient of a particular layer.
Is there a way to access these deltas?