Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin authored Jan 4, 2024
1 parent 8be3d1a commit 0818381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Automatic Functional Differentiation in JAX

<img src='./autofd.svg' width='200'>

**TLDR:** We implemented automatic **functional differentiation** (as in variational calculus) in JAX, one can do `g=jax.grad(F)(f)` to get the derivative of the functional `F` at function `f`, where `g` is itself a callable python function.

## Installation and Usage
Expand Down

0 comments on commit 0818381

Please sign in to comment.