Skip to content

A web based tool for visualization of the forward and reverse modes of automatic differentiation

License

Notifications You must be signed in to change notification settings

lindseysbrown/Auto-eD

 
 

Repository files navigation

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:

  • Students who are completely new to automatic differentiation should work through the unit on Read the Docs, which is complemented by the web app.
  • Students who have been introduced to the basic concepts behind automatic differentiation and who are seeking a tool to support their understanding should use the web app directly.
  • Students who are advanced programmers and want to advance their understanding of automatic differentiation through code may download the full package. These students should refer to 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.

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.

About

A web based tool for visualization of the forward and reverse modes of automatic differentiation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 51.9%
  • Python 33.3%
  • HTML 7.5%
  • JavaScript 6.0%
  • CSS 0.8%
  • TeX 0.5%