JAX: Autograd and XLA
JAX is a combination Autograd, which lets you take derivatives and compute gradients, in a very fast efficient way and XLA, which lets you compile operations on tensors, using the JIT just-in-time compiler to create really fast code.