cs107-undefined / Undefined_AD

An awesome and fast automatic differentiation calculation tool using Automatic Differentiation (supporting both forward and reverse mode).

Home Page:https://cs107-undefined.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined_AD Package

Undefined_AD Documentation

Build Status codecov

Documentation Status

Brief Introduction

This project/package is part of the Harvard CS107/AC207 class final project in Fall 2021, automatic differentiation (AD). We created this package to compute the first-order derivative from a user-defined function automatically. Our package can utilize both forward and reverse modes. Additionally, we also allow users to define their own seeds vector for the Jacobian Matrix and the option to generate the computational graph associated with the input function.

To install, run the following command in your terminal

pip install undefined_AD

For details instruction on how to use this package, please follow the steps in the usage page.

Group Number:

Group 1

Group Members:

Xinran Tang xinran_tang@g.harvard.edu

Renhao Luo renhao_luo@hms.harvard.edu

Chelse Swoopes cswoopes@g.harvard.edu

Shijia Zhang shijiazhang@hms.harvard.edu

Harvard University, Fall 2021

About

An awesome and fast automatic differentiation calculation tool using Automatic Differentiation (supporting both forward and reverse mode).

https://cs107-undefined.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 96.7%Language:HTML 2.9%Language:Shell 0.5%