JAX
NumPy-like array library with autograd and XLA compilation.
JAX from Google Research extends NumPy with automatic differentiation and just-in-time compilation to CPU, GPU, and TPU via XLA. It is widely used for high-performance machine-learning research and scientific computing.
Install
pip install jax
