The Sharp Bits 🔪 — JAX documentation
When walking about the countryside of Italy, the people will not hesitate to tell you that JAX has “una anima di pura programmazione funzionale”.
🔪 JAX - The Sharp Bits 🔪 # When walking about the countryside of Italy, the people will not hesitate to tell you that JAX has “una anima di pura programmazione funzionale” . JAX is a language for expressing and composing transformations of numerical programs. JAX is also able to compile numerical programs for CPU or accelerators (GPU/TPU). JAX works great for many numerical and scientific programs, but only if they are written with certain constraints that we describe below. import numpy as np from jax import jit from jax import lax from jax import random import jax import jax.numpy as jnp…
Explore this link on the map →related reading
- Quickstart: How to think in JAX — JAX documentationjax.readthedocs.io
- Key concepts — JAX documentationjax.readthedocs.io
- Frequently asked questions (FAQ) — JAX documentationjax.readthedocs.io
- GitHub - jax-ml/jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more · GitHubgithub.com
- Just-in-time compilation — JAX documentationjax.readthedocs.io
- Why You Should (or Shouldn't) be Using Google's JAX in 2023assemblyai.com
- jax.Array — JAX documentationjax.readthedocs.io
- Why You Should (or Shouldn't) be Using Google's JAX in 2023assemblyai.com
- JAX As Accelerated NumPy — JAX documentationjax.readthedocs.io
- Introduction to debugging — JAX documentationjax.readthedocs.io
- Just In Time Compilation with JAX — JAX documentationjax.readthedocs.io
- A guide to JAX for PyTorch developers | Google Cloud Blogcloud.google.com