Automatic Differentiation #439
JonathanWenger
started this conversation in
Ideas
Replies: 1 comment
-
Tensor library with multiple backends from developers close to Tübingen: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we support or include automatic differentiation into ProbNum ?
There are potentially 3 scenarios:
ad 1)
Write code using autodiff structures (tensors).
Advantages:
Disadvantages:
ad 2)
Implement the backward pass for every probabilistic numerical method.
Advantages:
Disadvantages
ad 3)
Write an interface (kernel?) for arbitrary automatic differentiation frameworks.
Advantages:
Disadvantages:
TODO:
.backward()
method for pytorch and tensorflowOther
autograd
,pytorch
andtensorflow
: https://github.com/geomstats/geomstatsBeta Was this translation helpful? Give feedback.
All reactions