-
Notifications
You must be signed in to change notification settings - Fork 32
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
TransferFunction: Add support for computing derivatives using base function output #2538
Conversation
The results can be provided from outside, or calculated locally. Adjust the compiled variant, and the test results to match. Signed-off-by: Jan Vesely <[email protected]>
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
Python only. Signed-off-by: Jan Vesely <[email protected]>
…parameters Don't use nested 'params' Signed-off-by: Jan Vesely <[email protected]>
Signed-off-by: Jan Vesely <[email protected]>
…tive using base output Fix assertion in Python SoftmaxDerivative. Add tests. Signed-off-by: Jan Vesely <[email protected]>
…ase output Both Python and compiled. Add tests. Signed-off-by: Jan Vesely <[email protected]>
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
…ative using base output Add tests. Signed-off-by: Jan Vesely <[email protected]>
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
…e valid options Signed-off-by: Jan Vesely <[email protected]>
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
The results of SoftMax can be provided from outside, or calculated locally. Adjust the compiled variant, and the test results to match.
Add compiled implementation of Logistic derivative using outputs.
Implement ReLU derivative using outputs.
Add tests for variant computing derivatives using outputs.
Cleanup test naming and parameter passing.
Signed-off-by: Jan Vesely [email protected]