In this post, we will look at Forward mode auto differentiation(auto diff) using Python’s Abstract Syntax Tree(AST). The above image is a typical image of AutoDiff and it is very similar to a typical image of an AST, which essentially breaks down a ...