Groups
Automatic differentiation (AD) computes exact derivatives by systematically applying the chain rule to your program, not by symbolic algebra or numerical differences.
Partial derivatives measure how a multivariable function changes when you wiggle just one input while keeping the others fixed.