optax
A gradient processing and optimisation library in JAX.
A gradient processing and optimisation library in JAX.
To install this package, run one of the following:
Optax is a gradient processing and optimization library for JAX.
Optax is designed to facilitate research by providing building blocks that can be easily recombined in custom ways.
The goals are to: - Provide simple, well-tested, efficient implementations of core components. - Improve research productivity by enabling to easily combine low level ingredients into custom optimisers (or other gradient processing components). - Accelerate adoption of new ideas by making it easy for anyone to contribute.
Summary
A gradient processing and optimisation library in JAX.
Last Updated
Mar 31, 2025 at 23:05
License
Apache-2.0
Total Downloads
2
Version Downloads
2
Supported Platforms
GitHub Repository
https://github.com/deepmind/optaxDocumentation
https://optax.readthedocs.io/