-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactored Symbolic Neural Networks #16
Conversation
…fully has all the desired functionality.
…omes up when we differentiate and expression_.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
===========================================
+ Coverage 47.61% 72.30% +24.68%
===========================================
Files 13 16 +3
Lines 252 325 +73
===========================================
+ Hits 120 235 +115
+ Misses 132 90 -42 ☔ View full report in Codecov by Sentry. |
I just saw that the |
… we implemented the pullback the way we did.
Completely changed the interface of
SymbolicNeuralNetworks
.The relevant objects are:
SymbolicNeuralNetwork
Jacobian
Gradient
build_nn_function
All these functions/
struct
s have well-documented docstrings. In addition there use is also documented in the readme and in the markdown docs.