Skip to content
OpenCatalogcurated by FLOSSK
AI & Machine Learning

JAX

Composable transformations (grad, vmap, pmap) plus NumPy-like API for high-performance ML research on accelerators.

Why it is included

Powers many frontier research stacks (Flax, Haiku) and remains the clearest OSS path to XLA-level performance from Python.

Best for

Researchers and small teams optimizing custom models and scientific computing on TPUs/GPUs.

Strengths

  • Functional AD
  • SPMD scaling
  • Strong Google ecosystem

Limitations

  • Smaller application-dev ecosystem than PyTorch for generic product teams

Good alternatives

PyTorch · TensorFlow

Related tools