Top Qs
Timeline
Chat
Perspective
JAX (software)
Machine Learning framework designed for parallelization and autograd. From Wikipedia, the free encyclopedia
Remove ads
JAX is a Python library for accelerator-oriented array computation and program transformation, designed for high-performance numerical computing and large-scale machine learning. It is developed by Google with contributions from Nvidia and other community contributors.[1][2][3]
It is described as bringing together a modified version of autograd (automatic obtaining of the gradient function through differentiation of a function) and OpenXLA's XLA (Accelerated Linear Algebra). It is designed to follow the structure and workflow of NumPy as closely as possible and works with various existing frameworks such as TensorFlow and PyTorch.[4][5] The primary features of JAX are:[6]
- Providing a unified NumPy-like interface to computations that run on CPU, GPU, or TPU, in local or distributed settings.
- Built-in Just-In-Time (JIT) compilation via Open XLA, an open-source machine learning compiler ecosystem.
- Efficient evaluation of gradients via its automatic differentiation transformations.
- Automatically vectorized to efficiently map them over arrays representing batches of inputs.
Remove ads
See also
External links
- Documentationː jax
.readthedocs .io - Colab (Jupyter/iPython) Quickstart Guideː colab
.research .google .com /github /google /jax /blob /main /docs /notebooks /quickstart .ipynb - TensorFlow's XLAː www
.tensorflow (Accelerated Linear Algebra).org /xla - YouTube TensorFlow Channel "Intro to JAX: Accelerating Machine Learning research": www
.youtube .com /watch?v=WdTeDXsOSj4 - Original paperː mlsys
.org /Conferences /doc /2018 /146 .pdf
Remove ads
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads