Skip to content

Final release v2.1.2

Latest
Compare
Choose a tag to compare
@XinranTang XinranTang released this 11 Dec 21:03
· 1 commit to main since this release
d1e02f2

Features

Be awesome and fast automatic differentiation calculation!!!

We utilized the dual number approach in the forward mode to achieve fast computation.

In the reverse mode, we implemented a two-step approach to recover the partial derivative, and eventually trace backward for the final derivative results. For details about the implementation, refer to our implementation section.

Our design of the software is friendly for the users in command-line interaction, and our codes are well encapsulated and modularized.

Implementation of the forward and reverse mode (extended feature) to automatically calculate derivatives.

In the extended feature, our package can build computational graphs in reverse mode.