|
|
|
|
|
by superpermutat0r
2258 days ago
|
|
Function getting differentiated regularly is a loss function defined as (DesiredOutput(x) - HugeNumberOfParametersAppliedTo(x))^2. Are you saying that the symbolic expression gets transformed and is then used to represent the gradient? I thought that PyTorch, Tensorflow and similar already do that. |
|
These methods are much faster than perturbation-based derivatives and much more applicable than symbolic methods (which cannot be automatically extracted from a program).