Eigenvalue sensitivites using autodiff
|
|
5
|
162
|
May 2, 2022
|
Zygote.jl: @adjoint! (mutating / inplace adjoints)
|
|
1
|
205
|
April 2, 2022
|
Simple implementation of reverse mode automatic differentiation
|
|
7
|
225
|
March 29, 2022
|
ForwardDiff and Zygote return wrong jacobian for log(det(L))
|
|
9
|
376
|
March 22, 2022
|
Checkpointing.jl Checkpointing Library for Timestepping Codes
|
|
0
|
169
|
February 24, 2022
|
Differentiating optimization problem solutions in Julia
|
|
3
|
304
|
February 13, 2022
|
Taking variable as independent with Zygote (Automatic differentiation)
|
|
1
|
108
|
February 10, 2022
|
ANN: Differentiable implicit functions in Julia (optimisation, nonlinear solves and fixed point iterations)
|
|
3
|
363
|
February 8, 2022
|
AutoDiff of function inverse?
|
|
5
|
220
|
February 5, 2022
|
How to give an one-time assignment to a large parametric matrix?
|
|
5
|
188
|
February 2, 2022
|
Mixed-mode automatic differentiation using ForwardDiff and ReverseDiff
|
|
9
|
382
|
February 1, 2022
|
Zygote.jl-compatible dictionary-like mutable data types
|
|
1
|
156
|
December 16, 2021
|
Automatic differentiation through DataFrame or any other DataFrame-like tables
|
|
1
|
178
|
December 15, 2021
|
Understanding automatic differentiation (long-form YouTube video)
|
|
0
|
450
|
December 11, 2021
|
Forward- and reverse-mode AD comparisons with JAX
|
|
7
|
549
|
December 4, 2021
|
Autodifferentiation of a recursive function
|
|
27
|
563
|
November 28, 2021
|
Forward mode Autodiff for Matrix multiplication
|
|
3
|
234
|
November 25, 2021
|
Cannot use buffer with AD?
|
|
11
|
245
|
November 15, 2021
|
Manually giving gradients in Flux.jl
|
|
3
|
245
|
October 27, 2021
|
How to write a generic rrule?
|
|
1
|
254
|
October 2, 2021
|
Automatic differentiation performance & computing derivatives of only a subset of the arguments
|
|
6
|
301
|
October 2, 2021
|
Diagnosing rrule issues
|
|
8
|
177
|
October 1, 2021
|
Autodiff a partial cholesky decomposition
|
|
1
|
164
|
September 24, 2021
|
How to make this function compatible with ForwardDiff?
|
|
15
|
648
|
September 22, 2021
|
Automatic differentiation - ForwardDiff: components of gradient
|
|
1
|
213
|
September 21, 2021
|
ChainRulesCore: Custom adjoint ignored in certain cases
|
|
3
|
177
|
September 7, 2021
|
Forwarddiff through setindex
|
|
1
|
144
|
August 31, 2021
|
Using ChainRules rrule for mutating function to work with Zygote
|
|
2
|
188
|
August 31, 2021
|
How to define custom AD rule in ForwardDiff
|
|
8
|
460
|
August 27, 2021
|
Implementing derivative in ChainRules for function with internal fields
|
|
3
|
297
|
August 24, 2021
|