jax — Intermediate Playground
High-performance numerical computing with auto-differentiation by Google
jax intermediate patternsRun locally
Install
pip install jax[cpu] # or jax[cuda12]Python CodeRun locally
These patterns demonstrate how jax is used in production applications.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?