jax — Easy Playground
High-performance numerical computing with auto-differentiation by Google
Getting started with jaxRun locally
Install
pip install jax[cpu] # or jax[cuda12]Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: jax)
jax is a third-party package. High-performance numerical computing with auto-differentiation by Google. Install with: pip install jax[cpu] # or jax[cuda12]
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?