Skip to content

qbnit0/autodiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Autodiff

Autodiff is a simple proof-of-concept for automatic differentiation in Python. It provides a class for "dual numbers" which overload mathematical operators to automatically differentiate any elementary function. For functions from Python's math library (sin, cos, log, etc.), autodiff provides drop-in replacements that work with dual numbers.

About

Automatic differentiation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages