Skip to content

Autograd activations - #6

Open
twhughes wants to merge 6 commits into
masterfrom
autograd-activations
Open

Autograd activations#6
twhughes wants to merge 6 commits into
masterfrom
autograd-activations

Conversation

@twhughes

Copy link
Copy Markdown
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