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

something wrong #4

Open
kunzhan opened this issue Aug 1, 2019 · 1 comment
Open

something wrong #4

kunzhan opened this issue Aug 1, 2019 · 1 comment

Comments

@kunzhan
Copy link

kunzhan commented Aug 1, 2019

dL_dw2 = dz2_dw2.T.dot(dL_dh2*dh2_dz2) + reg_coeff*w2

dL_dw1 = dz1_dw1.T.dot(dL_dh1*dh1_dz1) + reg_coeff*w1

@kunzhan
Copy link
Author

kunzhan commented Aug 1, 2019

dL_dw1 = dz1_dw1.T.dot(dL_dh1*dh1_dz1) + reg_coeff*w1
dL_dw2 = dz2_dw2.T.dot(dL_dh2*dh2_dz2) + reg_coeff*w2

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

1 participant