- ATLAS - Automatically Tuned Linear Algebra Software.
- BLAS - Basic Linear Algebra Subprograms.
- LAPACK - Linera Algebra Package.
- FFT - library for efficient computation of the discrete Fourier transform.
- Blaze - A high-level library, It provides compatible interface with NumPy.
- Numexpr - Fast numerical expression evaluator for NumPy.
- CuPy - NumPy-compatible library for GPU-accelerated computing.
- Dask - Distributed computing platform for NumPy and Pandas.
- Numba - JIT compiler that translates a subset of NumPy.
- JAX - Extends NumPy by ML purpose, Autograd and XLA project.
- AutoGrad - Efficiently computes derivatives of numpy code.
- TensorFlow NumPy - A subset of the NumPy API implemented in TensorFlow.
- NumPy ML - Collection of ML models, algorithms, & tools using NumPy and Python standard lib.