Metadata-Version: 2.1
Name: autodiff-107
Version: 0.0.4
Summary: An automatic differentiation package built as the final project for CS107
Home-page: https://github.com/cs107-errajexi/autodiff_107
Author: Eryk Pecyna, Raphael Pellegrin, Jean-Guillaume Brasier, Xiyu Yang
Author-email: erykpecyna@college.harvard.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

This package builds upon and is an extension of numpy. It is meant to allow for almost all operations permitted by numpy but can differentiate results automatically. The packages supports both forward and backward mode and will even compute jacobians. Full documentation can be found at the github repo linked on this page.

