Metadata-Version: 2.1
Name: AD2020
Version: 0.0.2
Summary: An automatic differentiation package
Home-page: https://github.com/ZLYEPJ20/cs107-FinalProject
Author: Yuxi Liu, Zhufeng Kang, Esther Brown
Author-email: yuxiliu@mail.harvard.edu, zhk877@g.harvard.edu, estherbrown@g.harvard.edu
License: UNKNOWN
Description: AD2020 is a Python package for automatic differentiation (AD). Differentiation is one of the key components in numerical computing and is ubiquitous in machine learning, optimization, and numerical methods. By repeatedly applying chain rule to elementary arithmetic operations and functions, AD is powerful to efficiently compute derivatives for complicated functions to machine precision.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
