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

a function #1

Open
matliu opened this issue Mar 5, 2018 · 0 comments
Open

a function #1

matliu opened this issue Mar 5, 2018 · 0 comments

Comments

@matliu
Copy link

matliu commented Mar 5, 2018

def d_neural_network_dx(W2, x):
return np.dot(np.dot(W2[1].T, W2[0].T), sigmoid_grad(x)

They come from (5) in the paper “Arti ial Neural Networks for Solving Ordinary and Partial Di erential Equations”. While I think it is not right since it sigma(z) not sigma(x)? But it’s amazing that the results is right.

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