flaxEasy Playground

Neural network library built on JAX

Getting started with flaxRun locally
Install
pip install flax
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: flax)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?