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:
DeveloperDocumentation.ipynb
in this repository for more details on installation and package documentation.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.
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.