💾 Archived View for jaeyoung.se › posts › jax-api captured on 2023-03-20 at 17:44:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

date = 2022-01-23
tags = ["python", "jax"]
title = "JAX API"

JAX API

Google's JAX autograd library

is an example of a neat, composable API.

This notebook

shows all that is needed to plot the gradient field of a function using JAX's `grad` and `vmap` functions.

Comments

Leave a comment