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

Autograd activations #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Autograd activations #6

wants to merge 6 commits into from

Conversation

twhughes
Copy link
Member

This introduces automatic computation of the backpropagation through activation functions.

Changes:

There is only one Nonlinearity class. Real, complex, and non-holomorphic activations handled exactly the same way.

You only need to specify the forward_pass() method of each nonlinearity. Autograd will take care of the backward pass for you.

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

Successfully merging this pull request may close these issues.

2 participants