Jax
by Community
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
OSS
Jax
Added 1 June 2026
Overview
Jax is a Python library for composable transformations of numerical code built on NumPy. It enables automatic differentiation, vectorization, and JIT compilation to GPU and TPU hardware. Designed for high-performance scientific computing and machine learning workloads.
Best for
Best for
Researchers and engineers building custom numerical algorithms that need automatic differentiation and hardware acceleration.
Use cases
- Training neural networks with automatic differentiation on accelerators
- Vectorizing batch operations across arrays without explicit loops
- Compiling numerical algorithms to GPU/TPU for production inference
Notes
Jax is a Python library for composable transformations of numerical code built on NumPy. It enables automatic differentiation, vectorization, and JIT compilation to GPU and TPU hardware. Designed for high-performance scientific computing and machine learning workloads.
35,725 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Training neural networks with automatic differentiation on accelerators
- Vectorizing batch operations across arrays without explicit loops
- Compiling numerical algorithms to GPU/TPU for production inference
Pros
- Functional programming model makes code composable and transformable
- Native GPU/TPU compilation with JIT removes manual optimization overhead
- NumPy-compatible API reduces learning curve for numerical Python developers
Cons
- Steeper learning curve than standard NumPy due to functional constraints and immutability
- Debugging transformed code is harder than debugging plain Python
- Ecosystem smaller than PyTorch or TensorFlow for pre-built models and utilities
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Functional programming model makes code composable and transformable
- Native GPU/TPU compilation with JIT removes manual optimization overhead
- NumPy-compatible API reduces learning curve for numerical Python developers
Cons
- Steeper learning curve than standard NumPy due to functional constraints and immutability
- Debugging transformed code is harder than debugging plain Python
- Ecosystem smaller than PyTorch or TensorFlow for pre-built models and utilities
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
maxtext
Community
A simple, performant and scalable Jax LLM!
optimum-tpu
Community
Google TPU optimizations for transformers models
PaLM-E: An Embodied Multimodal Language Model
Community
Project page for PaLM-E: An Embodied Multimodal Language Model.
PaLM: Scaling Language Modeling with Pathways
Community
2022-04
Imagen
Various
Imagen: Text-to-Image Diffusion Models
Attention Is All You Need
Community
Transformers
Awesome Tensor Compilers
Community
A list of awesome compiler projects and papers for tensor computation and deep learning.
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TVM
Community
Open Machine Learning Compiler Framework
Apache MXNet
Community
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
MegEngine
Community
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
Oneflow
Community
OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.
PaddlePaddle
Community
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
VectorFlow
Community
A minimalist neural network library optimized for sparse data and single machine environments.