https://store-images.s-microsoft.com/image/apps.52867.fb0d84c6-e36a-425c-b46f-aab44a85762a.ffcc06d2-0bb3-4e55-85e9-ae15a144a340.5cedfcc7-548a-4343-b477-dd96529d5546

Jax

作者 bCloud LLC

(1 评分)

Version 0.8.2 + Free Support on Debian 13

JAX is an open-source Python library developed by Google for high-performance numerical computing and machine learning. It provides a NumPy-compatible API while adding powerful features such as automatic differentiation and just-in-time (JIT) compilation, enabling efficient execution on modern hardware.

Features of JAX:

  • NumPy-compatible API for easy adoption and readability.
  • Automatic differentiation for efficient gradient-based optimization.
  • Just-in-time (JIT) compilation using XLA for high performance.
  • Efficient execution on CPUs as well as accelerators like GPUs and TPUs.
  • Composable transformations such as grad, jit, vmap, and pmap.
  • Strong ecosystem support with libraries like Flax, Optax, and Haiku.

JAX Usage:

$ sudo su
$ cd /opt/jax
$ source venv/bin/activate
$ Check version - pip show jax

Disclaimer: JAX is open-source software released under the Apache License 2.0. It is developed by Google and the open-source community. Users should consult the official documentation for updates, security advisories, and best practices. Use JAX according to your project requirements and compliance policies.