autodiff-ADdictedtoCS

Automatic Differentiation Package


Keywords
automatic, differentiation, forward, mode, reverse, optimizer
License
MIT
Install
pip install autodiff-ADdictedtoCS==2.2

Documentation

Build Status

Coverage Status

cs207-FinalProject

Group number: 28

Team Members:

Josh Bodner

Theo Guenais

Daiki Ina

Junzhi Gong

Download and use autodiff

  • Activate virtual environment
  • Clone repository
  • Install requirements
    pip install -r requirements.txt
    
  • (Optional) Run tests with pytest
    $pytest 
    
  • Enjoy the features and natural approach of autodiff for automatic differentiation. Refer to the documentation for further information, or the demo.ipynb notebook for basic use case.