Skip to content

Releases: cs107-undefined/Undefined_AD

Final release v2.1.2

11 Dec 21:03
d1e02f2
Compare
Choose a tag to compare

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.

Release v2.1.0 for final milestone

10 Dec 03:04
Compare
Choose a tag to compare

Release v1.0.0 for milestone2

18 Nov 05:29
Compare
Choose a tag to compare

What's Changed

  • Finish auto differentiation: forward mode on scalar functions.

Installation

Download the wheel package and pip install:

pip install undefined-1.0.0-py3-none-any.whl