A publicly available Python package for automatic differentiation (i.e. similar to TensorFlow, PyTorch) with built-in support for root finding (Newton's), optimization (BFGS, SGD, and dataset integration), quadratic splines, and animated visualization (2D, 3D, 4D).
The project is listed on PyPI and is available for download via:
pip install DeriveAlive
Authors: Stephen Slater, Chen Shi, Yue Sun