JAX


JAX

Autograd and XLA


What is JAX?

  • Numpy on GPU
    • Leverages XLA compiler
      • XLA (Accelerated Linear Algebra) is a domain-specific compiler for linear algebra that can accelerate TensorFlow models with potentially no source code changes.
  • Autodifferentiation capability
    • How to get gradients of some loss function your code computes with respect to you input parameters

What is Elegy?

A higher level of JAX.

Read more

DL Frameworks
DL Frameworks


Jax vs PyTorch
Jax vs PyTorch