flax

Package — Deep LearningPython 3.7+Advanced

Neural network library built on JAX

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
JAX, NumPy, optax, orbax-checkpoint, tensorstore, rich, PyYAML, msgpack
Install
pip install flax

Learn by Difficulty

Quick Example

python
# Install: pip install flax
import flax

# Basic flax usage
print(f"Using flax")
# See documentation for detailed examples

flax is a third-party package. Neural network library built on JAX. Install with: pip install flax

Try in Playground

Tags

packagedeep-learningneural-networkaigpu