Skip to main content

Yet Another Automatic Differentation Library

Project description

Started as a toy project.

Higher order derivatives are not available yet, code needs some refactoring for it.

Usage:

from autodiff.autodiff import *

x1 = Variable(2)
x2 = Variable(5)

f = x1.log() + x1 * x2 - sin(x2)
f.backward()

github linkedin website website

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yaadl-1.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

yaadl-1.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page