auto-diff-pkg

A package for performing automatic differentiation


License
MIT
Install
pip install auto-diff-pkg==0.1.1

Documentation

cs107-FinalProject

Build Status codecov

Group #21

John Alling
Moriya Dechtiar
Al-Muataz Khalil
Tianen Liu

Installing the Dependencies

The package can be installed by navigating to the top level of the repository and running a pip install:

pip install .

Usage

The package can then be imported and utilized.

import auto_diff_pkg.AutoDiff as AD

Please see docs/demo.ipynb for demonstrations of the AutoDiff class.