Skip to content

parrt/autodx

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

autodx

Simple automatic differentiation via operator overloading for educational purposes; it's really just a playground for me at the moment and the structure of the repository is not great.

Requires graphviz (dot executable) to be installed on your machine and also the python package installed with pip install graphviz. I had to do (on mac)

brew install graphviz --with-pango

to get the cairo support for subscripts in the graph visualizations.

For y = f(x1,x2) = ln(x1) + x1 * x2 - sin(x2):

Forward

Backward

About

Simple automatic differentiation via operator overloading for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published