-
Notifications
You must be signed in to change notification settings - Fork 63
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
add some notes about all the different zeros #162
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely think that we should have something like this in the docs, but possibly it should be given more of an intro explaining that it's not clear cut what the correct thing to do is in all of the cases.
Definitely helpful to have this write up floating around though.
@@ -0,0 +1,75 @@ | |||
# Design Notes: The many kinds of Zeros and NotDefined's | |||
|
|||
There are many zero and not defined line situtions one might want to talk about in the context of differentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's a "line situation"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know
It is the only the only element of its type. | ||
A very common case of this is functions. | ||
Every function in julia is a singlton struct, with call overloading. | ||
This is ChainRules's `Δself` that shows up in pullbacks and pushforward -- it is this kind of zero whenver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you stopped writing here.
Co-authored-by: willtebbutt <[email protected]>
Co-authored-by: willtebbutt <[email protected]>
This is a great thing to have written down in the docs. I think we basically need to re-write this to make it more structured and accessible (it's a bit more stream-of-consciousness right now) |
Not sure if should merge, doesn't reference what the outcome of this is, just this is the question space