Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Equation 17 in the paper #3

Open
chuong98 opened this issue Aug 21, 2018 · 2 comments
Open

Question about Equation 17 in the paper #3

chuong98 opened this issue Aug 21, 2018 · 2 comments

Comments

@chuong98
Copy link

chuong98 commented Aug 21, 2018

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)?

@adityac94
Copy link
Owner

You can't divide by infinitesimals. That does not make sense

@chuong98
Copy link
Author

No, taking the limit when dS/dA converges to 0, alpha converges to 0. Otherwise, you can divide it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants