/autodiff

Minimalist Library implementing automatic tensor differentiation for Numpy (e.g. in MxNet and PyTorch) in less than 200 lines of code. Good for anyone who wants to learn the concepts without wading through huge codebases.

Primary LanguagePythonMIT LicenseMIT

autodiff

Library for implementing automatic tensor differentiation with Numpy as base.