Hi, it seems to me that you can simplify the equation Equ 17 by dividing both numerator and denominator by (dS/dA)^2, to get :
alpha = 1/(2 + sum(A_ab)*(dS/dA)) if dS/dA !=0.
else: alpha = 0
Is this correct? Thanks.
Also, is there any restriction to use the exponential function. For example, If my output layer uses softmax or sigmoid, can I still use Yc = exp(Sc)?