lindseysbrown / Auto-eD

A web based tool for visualization of the forward and reverse modes of automatic differentiation
GNU General Public License v3.0
17 stars 5 forks source link

Auto-eD

version

DOI

DOI

Documentation Status

Example

Auto-eD (https://autoed.onrender.com) is a web application to help students learn the basics behind automatic differentiation by helping them to visualize the computational graph structure which underlies these computations in forward and reverse mode.

An automatic differentiation unit that teaches the basics of automatic differentiation with this tool to help with visualization can be found on Read the Docs.

Thus, this repository offers three learning levels for students seeking to learn more about automatic differentiation and its computational structure:

This work is an extension of a final project by Lindsey Brown, Xinyue Wang, and Kevin Yoon for Harvard IACS CS207: Systems Development for Computational Science.

Contributing to This Software

To report any issues or seek support in using this software, users should open a new issue.

To contribute to this software, users should follow the guidelines outlined in the Future Work section of the 'DeveloperDocumentation' by working from a new branch and creating a pull request for the proposed update.