Numpy & JAX

Numpy & JAX#

Numpy is a popular numerical computing library for Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. JAX is a numerical computing library that has a similar API to Numpy, but provides additional features such as automatic differentiation, automatic vectorization, just-in-time compilation, and GPU/TPU support.

Both Numpy and JAX are widely used in the scientific computing community. Both provide excellent tutorials and documentation. Following the following tutorials to get started with Numpy and JAX:

Numpy quickstart

Numpy for absolute beginners

JAX quickstart

JAX tutorials